/*
Theme Name: Thuura Coffee Growers
Theme URI: https://thuuracoffee.co.ke
Author: Thuura Coffee Growers Cooperative
Author URI: https://thuuracoffee.co.ke
Description: A clean, professional theme for Thuura Coffee Growers Cooperative — showcasing premium Kenyan coffee from the slopes of Mount Kenya. Built for marketing, community, and commerce.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thuura-coffee
Tags: agriculture, coffee, cooperative, business, e-commerce
*/

/* ========================================================
   THUURA COFFEE GROWERS — DESIGN TOKENS
   Palette:
     Cream White:   #FDFCF9
     Warm White:    #F7F4EF
     Soft Grey:     #EEEBE4
     Forest Green:  #2C5F2E  (primary accent, footer bg)
     Light Green:   #4A8C4C  (hover, highlights)
     Pale Green:    #EBF3EB  (subtle section tint)
     Earth Brown:   #5C3D1E  (headings, dark text)
     Warm Tan:      #C4956A  (secondary accent, borders)
     Body Text:     #3D3028
     Muted Text:    #7A6A5A
   Typography:
     Display: 'Playfair Display' — dignified, warm serif
     Body:    'Source Sans 3'   — clean, readable humanist sans
     Accent:  'Lato'            — utility, captions, buttons
   ======================================================== */

/* ─── RESET & BASE ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
  background-color: #FDFCF9;
  color: #3D3028;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ─── TYPOGRAPHY ────────────────────────────────────────── */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #5C3D1E;
  line-height: 1.25;
  font-weight: 700;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.2rem; }

p { margin-bottom: 1rem; color: #3D3028; font-size: 1.05rem; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: 1.2rem;
  color: #5C3D1E;
  font-weight: 400;
  line-height: 1.6;
}

/* ─── LAYOUT UTILITIES ──────────────────────────────────── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-pad { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }

.text-center { text-align: center; }

.section-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A8C4C;
  margin-bottom: 0.75rem;
  display: block;
}

.section-heading {
  margin-bottom: 1.2rem;
}

.section-intro {
  font-size: 1.1rem;
  color: #7A6A5A;
  max-width: 600px;
}

.divider-leaf {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #2C5F2E, #C4956A);
  border-radius: 2px;
  margin: 1rem 0 2rem;
}
.divider-leaf.center { margin: 1rem auto 2rem; }

/* ─── BUTTONS ───────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 14px 32px;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
}

.btn-primary {
  background: #2C5F2E;
  color: #fff;
  border-color: #2C5F2E;
}
.btn-primary:hover {
  background: #4A8C4C;
  border-color: #4A8C4C;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44,95,46,0.3);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.8);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

.btn-outline-dark {
  background: transparent;
  color: #2C5F2E;
  border-color: #2C5F2E;
}
.btn-outline-dark:hover {
  background: #2C5F2E;
  color: #fff;
}

.btn-tan {
  background: #C4956A;
  color: #fff;
  border-color: #C4956A;
}
.btn-tan:hover {
  background: #a97a52;
  border-color: #a97a52;
  transform: translateY(-2px);
}

/* ─── TOP BAR ───────────────────────────────────────────── */
.top-bar {
  background: #2C5F2E;
  color: rgba(255,255,255,0.85);
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  padding: 8px 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.top-bar a { color: rgba(255,255,255,0.85); }
.top-bar a:hover { color: #fff; }
.top-bar-info { display: flex; gap: 1.5rem; }
.contact-separator { color: rgba(255,255,255,0.42); margin: 0 0.45rem; }
.top-bar-social { display: flex; gap: 0.75rem; }
.top-bar-social a { font-size: 0.9rem; }

/* ─── HEADER / NAV ──────────────────────────────────────── */
#site-header {
  background: #FDFCF9;
  border-bottom: 1px solid #EEEBE4;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s;
}
#site-header.scrolled {
  box-shadow: 0 2px 20px rgba(44,60,28,0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-icon {
  width: 48px;
  height: 48px;
  background: #2C5F2E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-icon svg { width: 28px; height: 28px; fill: #fff; }

.logo-text .site-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2C5F2E;
  line-height: 1.1;
  display: block;
}
.logo-text .site-tagline {
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C4956A;
  display: block;
}

/* Main Navigation */
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 0;
}
.main-nav ul li { position: relative; }
.main-nav ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3D3028;
  padding: 8px 18px;
  display: block;
  transition: color 0.2s;
  position: relative;
}
.main-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: #2C5F2E;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.main-nav ul li a:hover { color: #2C5F2E; }
.main-nav ul li a:hover::after { transform: scaleX(1); }

.main-nav ul li.current-menu-item > a { color: #2C5F2E; }
.main-nav ul li.current-menu-item > a::after { transform: scaleX(1); }

/* Dropdown */
.main-nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FDFCF9;
  border: 1px solid #EEEBE4;
  border-top: 3px solid #2C5F2E;
  min-width: 200px;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  z-index: 100;
}
.main-nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav ul li ul li a {
  padding: 10px 20px;
  font-size: 0.84rem;
  border-bottom: 1px solid #F7F4EF;
}
.main-nav ul li ul li a::after { display: none; }

.header-cta .btn { padding: 10px 22px; font-size: 0.82rem; }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #3D3028;
  transition: all 0.3s;
}

/* ─── HERO CAROUSEL ─────────────────────────────────────── */
#hero {
  position: relative;
  overflow: hidden;
  height: 88vh;
  min-height: 560px;
  max-height: 820px;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-slide .slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 8s ease;
}
.carousel-slide.active .slide-bg { transform: scale(1); }

/* Placeholder backgrounds for slides */
.slide-1 .slide-bg { background-image: url('images/hero-1.jpg'), linear-gradient(135deg, #2C5F2E 0%, #1a3d1b 100%); }
.slide-2 .slide-bg { background-image: url('images/hero-2.jpg'), linear-gradient(135deg, #5C3D1E 0%, #3d2710 100%); }
.slide-3 .slide-bg { background-image: url('images/hero-3.jpg'), linear-gradient(135deg, #3d6b3f 0%, #2C5F2E 100%); }

.carousel-slide .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(28,45,20,0.78) 0%,
    rgba(28,45,20,0.45) 55%,
    rgba(28,45,20,0.15) 100%
  );
}

.carousel-slide .slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.slide-text {
  max-width: 660px;
  color: #fff;
  padding: 0 2rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s ease 0.4s;
}
.carousel-slide.active .slide-text {
  opacity: 1;
  transform: translateY(0);
}

.slide-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C4956A;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.slide-eyebrow::before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #C4956A;
}

.slide-text h1 {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
  margin-bottom: 1.2rem;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}

.slide-text .slide-desc {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 520px;
}

.slide-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Carousel Controls */
.carousel-controls {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.carousel-dot.active {
  background: #C4956A;
  width: 24px;
  border-radius: 4px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  z-index: 10;
  backdrop-filter: blur(4px);
  font-size: 1.1rem;
}
.carousel-arrow:hover { background: rgba(255,255,255,0.3); }
.carousel-arrow.prev { left: 28px; }
.carousel-arrow.next { right: 28px; }

/* Scroll indicator */
.scroll-hint {
  position: absolute;
  bottom: 36px;
  right: 40px;
  color: rgba(255,255,255,0.6);
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  gap: 8px;
}
.scroll-hint::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.4);
}

/* ─── INTRO STRIP ───────────────────────────────────────── */
.intro-strip {
  background: #2C5F2E;
  padding: 28px 0;
}
.intro-strip .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.intro-strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.9);
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}
.intro-strip-item svg { width: 22px; height: 22px; fill: #C4956A; flex-shrink: 0; }
.intro-strip-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.2); }

/* ─── MARKETING FEATURE SECTIONS ────────────────────────── */
.feature-section { padding: 90px 0; }
.feature-section:nth-child(even) { background: #F7F4EF; }
.feature-section:nth-child(odd) { background: #FDFCF9; }

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.feature-grid.reverse { direction: rtl; }
.feature-grid.reverse > * { direction: ltr; }

.feature-image-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.feature-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.feature-image-wrap:hover img { transform: scale(1.04); }

/* Image with accent border */
.feature-image-wrap::before {
  content: '';
  position: absolute;
  inset: -10px;
  border: 2px solid #C4956A;
  border-radius: 4px;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.feature-image-wrap:hover::before { opacity: 1; }

.feature-badge {
  position: absolute;
  bottom: 20px;
  right: -12px;
  background: #2C5F2E;
  color: #fff;
  padding: 12px 20px;
  border-radius: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.feature-content { padding: 0 1rem; }

.feature-benefits {
  margin: 1.5rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.feature-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: #3D3028;
}
.benefit-icon {
  width: 22px;
  height: 22px;
  background: #EBF3EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.benefit-icon svg { width: 12px; height: 12px; fill: #2C5F2E; }

/* ─── COFFEE TYPES HIGHLIGHT ────────────────────────────── */
.coffee-highlight { background: #EBF3EB; }

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

.coffee-card {
  background: #FDFCF9;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(44,60,28,0.08);
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}
.coffee-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(44,60,28,0.15);
  border-bottom-color: #2C5F2E;
}

.coffee-card-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.coffee-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.coffee-card:hover .coffee-card-image img { transform: scale(1.06); }

.coffee-card-body { padding: 24px; }
.coffee-card-body h3 { margin-bottom: 0.5rem; font-size: 1.25rem; }
.coffee-card-body p { font-size: 0.95rem; color: #7A6A5A; margin-bottom: 1.2rem; }
.coffee-tag {
  display: inline-block;
  background: #EBF3EB;
  color: #2C5F2E;
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 0.75rem;
}

/* ─── BLOG SECTION ──────────────────────────────────────── */
.blogs-section { background: #F7F4EF; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.blog-card {
  background: #FDFCF9;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(44,60,28,0.07);
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(44,60,28,0.14);
}

.blog-card-image {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-card-image img { transform: scale(1.05); }

.blog-category {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #2C5F2E;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
}

.blog-card-body { padding: 24px; }
.blog-meta {
  display: flex;
  gap: 1rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.78rem;
  color: #7A6A5A;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.blog-meta span { display: flex; align-items: center; gap: 4px; }
.blog-card-body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
  transition: color 0.2s;
}
.blog-card:hover .blog-card-body h3 { color: #2C5F2E; }
.blog-card-body p { font-size: 0.93rem; color: #7A6A5A; margin-bottom: 1.2rem; }

.read-more {
  font-family: 'Lato', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #2C5F2E;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: gap 0.2s;
}
.read-more:hover { gap: 10px; }

.blogs-cta { margin-top: 3rem; text-align: center; }

/* ─── CTA BANNER ────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, #2C5F2E 0%, #1a3d1b 60%, #0e2710 100%);
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  text-align: center;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('images/cta-bg.jpg') center/cover;
  opacity: 0.12;
}
.cta-banner .container { position: relative; }
.cta-banner h2 { color: #fff; margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.85); font-size: 1.15rem; max-width: 560px; margin: 0 auto 2.5rem; }
.cta-banner .btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ─── TESTIMONIALS ──────────────────────────────────────── */
.testimonials-section { background: #FDFCF9; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: #F7F4EF;
  border-radius: 4px;
  padding: 32px 28px;
  border-left: 4px solid #2C5F2E;
  position: relative;
}
.testimonial-card::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: #EEEBE4;
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 1;
}

.testimonial-stars { color: #C4956A; margin-bottom: 1rem; font-size: 0.9rem; }
.testimonial-text { color: #3D3028; font-style: italic; margin-bottom: 1.5rem; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #EEEBE4;
  flex-shrink: 0;
}
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-weight: 700; font-size: 0.95rem; color: #5C3D1E; }
.author-role { font-size: 0.8rem; color: #7A6A5A; }

/* ─── FOOTER ────────────────────────────────────────────── */
#site-footer {
  background: #2C5F2E;
  color: rgba(255,255,255,0.85);
}

.footer-top { padding: 70px 0 50px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
}

.footer-brand .site-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.3rem;
  display: block;
}
.footer-brand .site-tagline {
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C4956A;
  display: block;
  margin-bottom: 1.2rem;
}
.footer-brand p { color: rgba(255,255,255,0.75); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.5rem; }

.footer-social { display: flex; gap: 0.75rem; }
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  transition: all 0.2s;
}
.footer-social a:hover { background: #C4956A; color: #fff; }

.footer-col h4 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a {
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-col ul li a:hover { color: #C4956A; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0.85rem;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.75);
}
.footer-contact-item svg { width: 16px; height: 16px; fill: #C4956A; flex-shrink: 0; margin-top: 3px; }

.newsletter-form { margin-top: 1rem; }
.newsletter-form p { color: rgba(255,255,255,0.75); font-size: 0.9rem; margin-bottom: 0.75rem; }
.newsletter-input-wrap { display: flex; }
.newsletter-input-wrap input {
  flex: 1;
  padding: 11px 14px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-right: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.88rem;
  border-radius: 3px 0 0 3px;
  outline: none;
}
.newsletter-input-wrap input::placeholder { color: rgba(255,255,255,0.45); }
.newsletter-input-wrap input:focus { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.15); }
.newsletter-input-wrap button {
  padding: 11px 18px;
  background: #C4956A;
  border: 1px solid #C4956A;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  transition: background 0.2s;
}
.newsletter-input-wrap button:hover { background: #a97a52; }

.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.12); }

.footer-bottom {
  padding: 20px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p { color: rgba(255,255,255,0.5); font-size: 0.82rem; margin: 0; }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a {
  color: rgba(255,255,255,0.5);
  font-size: 0.82rem;
  transition: color 0.2s;
}
.footer-bottom-links a:hover { color: #C4956A; }

/* ─── PAGE HERO (inner pages) ───────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, #2C5F2E 0%, #3d7040 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('images/page-hero-bg.jpg') center/cover;
  opacity: 0.15;
}
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; margin-bottom: 0.75rem; }
.page-hero p { color: rgba(255,255,255,0.85); font-size: 1.1rem; }

/* Elementor and standard page layouts */
.thuura-elementor-content {
  width: 100%;
  overflow: hidden;
}

.thuura-elementor-content .elementor {
  width: 100%;
}

.standard-page-content {
  padding: 70px 0;
}

.standard-page-container {
  max-width: 860px;
}

.standard-page-image {
  margin-bottom: 2.5rem;
  border-radius: 4px;
  overflow: hidden;
}

/* Thuura fallback homepage */
.thuura-home {
  background: #fdfcf9;
  color: #2c2119;
}

.thuura-home .thuura-kicker {
  color: #8f2d56;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.thuura-home-hero {
  background: #122f23;
  color: #fff;
  display: grid;
  min-height: 74svh;
  overflow: hidden;
  position: relative;
}

.thuura-home-hero__media {
  inset: 0;
  position: absolute;
}

.thuura-home-hero__media::before {
  background-image:
    linear-gradient(90deg, rgba(9, 32, 23, 0.92) 0%, rgba(9, 32, 23, 0.7) 42%, rgba(9, 32, 23, 0.16) 100%),
    var(--thuura-hero-image, radial-gradient(circle at 72% 28%, rgba(217, 154, 43, 0.38), transparent 26%), linear-gradient(135deg, #173d2d 0%, #6d3f25 100%));
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  transform: scale(1.02);
}

.thuura-home-hero__field {
  background:
    linear-gradient(135deg, transparent 0 44%, rgba(255,255,255,0.12) 44% 45%, transparent 45% 100%),
    linear-gradient(45deg, transparent 0 47%, rgba(255,255,255,0.08) 47% 48%, transparent 48% 100%);
  background-size: 86px 86px;
  bottom: -8%;
  filter: blur(0.2px);
  height: 46%;
  opacity: 0.45;
  position: absolute;
  right: -12%;
  transform: rotate(-8deg);
  width: 68%;
}

.thuura-home-hero__bean {
  background: #d99a2b;
  border-radius: 50%;
  box-shadow: inset -10px -14px 0 rgba(92,61,30,0.32);
  opacity: 0.75;
  position: absolute;
}

.thuura-home-hero__bean::after {
  background: rgba(255,255,255,0.35);
  border-radius: 50%;
  content: "";
  height: 46%;
  left: 44%;
  position: absolute;
  top: 28%;
  transform: rotate(28deg);
  width: 6px;
}

.thuura-home-hero__bean--one {
  height: 120px;
  right: 12%;
  top: 16%;
  transform: rotate(-24deg);
  width: 78px;
}

.thuura-home-hero__bean--two {
  bottom: 16%;
  height: 76px;
  right: 34%;
  transform: rotate(24deg);
  width: 50px;
}

.thuura-home-hero__inner {
  align-items: center;
  display: grid;
  max-width: 1180px;
  min-height: 74svh;
  padding-bottom: 6rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}

.thuura-home-hero h1 {
  color: #fff;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: 0.95;
  margin: 0 0 1.4rem;
  max-width: 860px;
}

.thuura-home-hero__lead {
  color: rgba(255,255,255,0.88);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
  margin-bottom: 2rem;
  max-width: 660px;
}

.thuura-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.thuura-home-proof {
  background: #fff;
  border-bottom: 1px solid #e8e0d4;
  border-top: 1px solid #e8e0d4;
}

.thuura-home-proof__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 0;
  padding-top: 0;
}

.thuura-home-proof__grid > div {
  border-left: 1px solid #e8e0d4;
  min-height: 160px;
  padding: 2rem 1.5rem;
}

.thuura-home-proof__grid > div:last-child {
  border-right: 1px solid #e8e0d4;
}

.thuura-home-proof span {
  color: #173d2d;
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.85rem;
}

.thuura-home-proof p {
  color: #5f5147;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
}

.thuura-home-story,
.thuura-home-coffee,
.thuura-home-impact {
  padding: clamp(72px, 10vw, 130px) 0;
}

.thuura-home-story__grid,
.thuura-home-coffee__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.thuura-home-story__intro h2,
.thuura-home-coffee__content h2,
.thuura-home-impact__header h2,
.thuura-home-cta h2 {
  color: #2c2119;
  font-size: clamp(2.1rem, 4.8vw, 4.6rem);
  line-height: 1.04;
  margin: 0;
}

.thuura-home-story__copy {
  border-left: 1px solid #d8cbbd;
  padding-left: clamp(1.4rem, 4vw, 3.5rem);
}

.thuura-home-story__copy p,
.thuura-home-coffee__content p {
  color: #4b4038;
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.72;
}

.thuura-home-coffee {
  background: #f3efe7;
}

.thuura-home-origin-visual {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 32% 24%, rgba(143,45,86,0.38), transparent 20%),
    radial-gradient(circle at 70% 62%, rgba(217,154,43,0.42), transparent 24%),
    linear-gradient(145deg, #173d2d 0%, #2c5f2e 44%, #7b5235 100%);
  border-radius: 4px;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}

.thuura-home-origin-visual::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.14) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  opacity: 0.42;
  position: absolute;
  transform: rotate(-8deg) scale(1.18);
}

.thuura-home-origin-visual__label {
  bottom: 2rem;
  color: #fff;
  left: 2rem;
  max-width: 280px;
  position: absolute;
  z-index: 1;
}

.thuura-home-origin-visual__label span {
  color: #f0c173;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.thuura-home-origin-visual__label strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  line-height: 1.05;
}

.thuura-home-notes {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.7rem;
}

.thuura-home-notes li {
  border-top: 1px solid #d8cbbd;
  color: #173d2d;
  font-weight: 700;
  padding-top: 0.9rem;
}

.thuura-home-impact__header {
  max-width: 760px;
}

.thuura-home-impact__steps {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.thuura-home-impact__steps article {
  border-top: 2px solid #173d2d;
  padding-top: 1.4rem;
}

.thuura-home-impact__steps span {
  color: #8f2d56;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.thuura-home-impact__steps h3 {
  color: #2c2119;
  font-size: 1.45rem;
  margin-bottom: 0.8rem;
}

.thuura-home-impact__steps p {
  color: #5f5147;
  line-height: 1.6;
}

.thuura-home-cta {
  background: #173d2d;
  color: #fff;
  padding: clamp(56px, 8vw, 94px) 0;
}

.thuura-home-cta h2 {
  color: #fff;
}

.thuura-home-cta .thuura-kicker {
  color: #f0c173;
}

.thuura-home-cta__inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .thuura-home-proof__grid,
  .thuura-home-impact__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thuura-home-story__grid,
  .thuura-home-coffee__grid {
    grid-template-columns: 1fr;
  }

  .thuura-home-story__copy {
    border-left: 0;
    border-top: 1px solid #d8cbbd;
    padding-left: 0;
    padding-top: 2rem;
  }

  .thuura-home-coffee__grid {
    gap: 2.5rem;
  }

  .thuura-home-origin-visual {
    aspect-ratio: 16 / 10;
    min-height: 320px;
  }

  .thuura-home-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .thuura-home-hero,
  .thuura-home-hero__inner {
    min-height: 68svh;
  }

  .thuura-home-hero__inner {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .thuura-home-hero__bean--one,
  .thuura-home-hero__bean--two {
    display: none;
  }

  .thuura-home-proof__grid,
  .thuura-home-impact__steps,
  .thuura-home-notes {
    grid-template-columns: 1fr;
  }

  .thuura-home-proof__grid > div,
  .thuura-home-proof__grid > div:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #e8e0d4;
    min-height: auto;
  }

  .thuura-home-actions,
  .thuura-home-actions .btn {
    width: 100%;
  }

  .thuura-home-actions .btn {
    justify-content: center;
  }

  .thuura-home-origin-visual {
    min-height: 280px;
  }
}
.breadcrumbs {
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 1rem;
}
.breadcrumbs a { color: rgba(255,255,255,0.65); }
.breadcrumbs a:hover { color: #C4956A; }
.breadcrumbs span { color: rgba(255,255,255,0.4); margin: 0 6px; }

/* ─── SHOP / PRODUCT CARDS ──────────────────────────────── */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
}

.product-card {
  background: #FDFCF9;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #EEEBE4;
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(44,60,28,0.14);
  border-color: transparent;
}

.product-card-image {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.product-card:hover .product-card-image img { transform: scale(1.06); }

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #C4956A;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 2px;
}

.product-card-body { padding: 20px; }
.product-origin { font-family: 'Lato', sans-serif; font-size: 0.75rem; color: #7A6A5A; margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.08em; }
.product-card-body h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.product-card-body p { font-size: 0.88rem; color: #7A6A5A; margin-bottom: 1rem; }
.product-footer { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: #2C5F2E; }
.product-price span { font-size: 0.8rem; font-family: 'Lato', sans-serif; color: #7A6A5A; }
.add-to-cart {
  background: #2C5F2E;
  color: #fff;
  border: none;
  padding: 9px 16px;
  border-radius: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.add-to-cart:hover { background: #4A8C4C; }

/* ─── SINGLE BLOG POST ──────────────────────────────────── */
.blog-content-wrap { padding: 60px 0 90px; }
.blog-layout { display: grid; grid-template-columns: 1fr 340px; gap: 4rem; }
.blog-post { max-width: 760px; }
.blog-post img { border-radius: 4px; margin: 2rem 0; }
.blog-post h2 { margin: 2rem 0 1rem; }
.blog-post h3 { margin: 1.5rem 0 0.75rem; }
.blog-post blockquote {
  border-left: 4px solid #2C5F2E;
  padding: 16px 24px;
  background: #EBF3EB;
  margin: 1.5rem 0;
  border-radius: 0 4px 4px 0;
  font-style: italic;
  color: #5C3D1E;
}

.sidebar-widget { margin-bottom: 2.5rem; }
.sidebar-widget h4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5C3D1E;
  margin-bottom: 1.2rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #EEEBE4;
}

/* ─── FORMS ─────────────────────────────────────────────── */
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-family: 'Lato', sans-serif; font-size: 0.85rem; font-weight: 700; color: #5C3D1E; margin-bottom: 0.4rem; }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D8D2C8;
  border-radius: 3px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  color: #3D3028;
  background: #FDFCF9;
  transition: border-color 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus { border-color: #2C5F2E; box-shadow: 0 0 0 3px rgba(44,95,46,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }

/* ─── ABOUT PAGE ────────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3rem; }
.team-card { text-align: center; }
.team-card-image { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; margin: 0 auto 1.2rem; border: 3px solid #EBF3EB; }
.team-card-image img { width: 100%; height: 100%; object-fit: cover; }
.team-card h4 { margin-bottom: 0.25rem; }
.team-card p { font-size: 0.88rem; color: #7A6A5A; }

/* ─── SCROLL ANIMATIONS ─────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }

/* ─── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { gap: 3rem; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .blog-layout { grid-template-columns: 1fr; }
  .coffee-cards { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section-pad { padding: 60px 0; }
  .feature-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .feature-grid.reverse { direction: ltr; }
  .coffee-cards { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .intro-strip .container { gap: 1.5rem; }
  .intro-strip-divider { display: none; }

  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }

  .main-nav.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FDFCF9;
    z-index: 999;
    padding: 100px 2rem 2rem;
    overflow-y: auto;
  }
  .main-nav.open ul { flex-direction: column; gap: 0; }
  .main-nav.open ul li a { font-size: 1.1rem; padding: 16px 0; border-bottom: 1px solid #EEEBE4; }
  .main-nav.open ul li a::after { display: none; }

  #hero { height: 75vh; min-height: 500px; }
  .carousel-arrow { display: none; }
  .slide-text { padding: 0 1.5rem; }

  .top-bar-info { flex-direction: column; gap: 0.25rem; font-size: 0.75rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 1.25rem; }
  .slide-text h1 { font-size: 2rem; }
  .slide-actions { flex-direction: column; }
  .slide-actions .btn { text-align: center; justify-content: center; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .footer-bottom-links { justify-content: center; }
}

/* ─── WORDPRESS NATIVE CLASSES ──────────────────────────── */
.wp-block-image { margin: 1.5rem 0; }
.aligncenter { text-align: center; }
.alignright { float: right; margin-left: 2rem; }
.alignleft { float: left; margin-right: 2rem; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden;
  padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}

.skip-link {
  background: #2C5F2E;
  color: #fff;
  font-weight: 700;
  left: 6px;
  padding: 8px 16px;
  position: absolute;
  top: -40px;
  z-index: 10000;
  border-radius: 0 0 4px 4px;
  transition: top 0.2s;
}
.skip-link:focus { top: 6px; }

/* WooCommerce basics */
.woocommerce-message,
.woocommerce-info {
  background: #EBF3EB;
  border-left: 4px solid #2C5F2E;
  padding: 14px 18px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

/* ─── PRINT ──────────────────────────────────────────────── */
@media print {
  .top-bar, #site-header .header-cta, #site-footer, .carousel-arrow, .carousel-controls { display: none; }
  body { color: #000; }
}
