/*
Theme Name: Toolu Beti
Theme URI: https://example.com/toolubeti
Author: Toolu Beti
Author URI: https://example.com
Description: Theme WordPress pour la pépinière Toolu Beti.
Version: 1.0.1
Text Domain: toolubeti
*/

:root {
  --forest-900: #1d382a;
  --forest-800: #274b39;
  --forest-700: #31543d;
  --forest-600: #3d664a;
  --sand-100: #f8f3ea;
  --sand-200: #efe4cf;
  --sand-300: #e7d7ba;
  --ink: #243025;
  --muted: #53615a;
  --white: #ffffff;
  --line: rgba(29, 56, 42, 0.12);
  --shadow-soft: 0 16px 38px rgba(31, 54, 40, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: #f4efe7;
  line-height: 1.7;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, 92vw); margin: 0 auto; }
.section { padding: 4.8rem 0; }
.eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--forest-700);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 243, 234, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--forest-900);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--forest-600), var(--forest-900));
  color: var(--white);
  font-weight: 700;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.85rem;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
}
.nav a {
  text-decoration: none;
  color: #274332;
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav a:hover { color: #173423; }

h1, h2, h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--forest-900);
}
.hero {
  padding: 5.4rem 0 4.3rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 2.2rem;
  align-items: center;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  margin: 0 0 1rem;
  max-width: 560px;
  color: var(--forest-900);
}
.hero p {
  max-width: 610px;
  font-size: 1.02rem;
  color: #3c4a41;
}
.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  background: linear-gradient(135deg, #2d5a3f, #1f402d);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.btn-secondary {
  color: var(--forest-900);
  border: 1px solid rgba(49, 84, 61, 0.25);
  background: rgba(255,255,255,0.82);
}
.hero-metrics {
  margin-top: 1.75rem;
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.hero-metrics div {
  display: flex;
  flex-direction: column;
  min-width: 90px;
}
.hero-metrics strong {
  font-size: 1.35rem;
  color: var(--forest-900);
  font-family: "Fraunces", Georgia, serif;
}
.hero-metrics span {
  font-size: 0.76rem;
  color: #4d5a51;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.hero-visual {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  min-height: 430px;
}
.visual-card {
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(49, 84, 61, 0.12);
  box-shadow: var(--shadow-soft);
}
.visual-large {
  background-image: linear-gradient(180deg, rgba(14,34,24,0.08), rgba(14,34,24,0.14)), url('https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?auto=format&fit=crop&w=900&q=80');
  position: relative;
  min-height: 430px;
}
.visual-small-1 {
  background-image: linear-gradient(180deg, rgba(15,42,28,0.10), rgba(15,42,28,0.18)), url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=700&q=80');
  min-height: 205px;
}
.visual-small-2 {
  background-image: linear-gradient(180deg, rgba(15,42,28,0.10), rgba(15,42,28,0.18)), url('https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?auto=format&fit=crop&w=700&q=80');
  min-height: 205px;
}
.visual-stack {
  display: grid;
  gap: 1rem;
}
.visual-badge {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  background: rgba(255,255,255,0.88);
  color: var(--forest-900);
  padding: 0.55rem 0.82rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-section { background: rgba(247,242,232,0.45); }
.about-wrap {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 2rem;
  align-items: center;
}
.section-title {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  margin-bottom: 1rem;
  color: var(--forest-900);
}
.section-intro {
  max-width: 740px;
  color: #3d4940;
}
.about-image-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  min-height: 280px;
}
.mini-photo {
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(49, 84, 61, 0.12);
  box-shadow: var(--shadow-soft);
}
.photo-one {
  background-image: linear-gradient(180deg, rgba(18,28,22,0.12), rgba(18,28,22,0.10)), url('https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?auto=format&fit=crop&w=700&q=80');
}
.photo-two {
  background-image: linear-gradient(180deg, rgba(18,28,22,0.12), rgba(18,28,22,0.10)), url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=700&q=80');
}

.services-grid, .spice-grid, .contact-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.card {
  background: var(--white);
  border-radius: 18px;
  border: 1px solid rgba(49,84,61,0.14);
  padding: 1.5rem 1.3rem;
  box-shadow: 0 8px 28px rgba(31, 54, 40, 0.06);
}
.card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #ebf5eb;
  font-size: 1.45rem;
  margin-bottom: 0.8rem;
}
.catalog-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.catalog-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(49,84,61,0.14);
  box-shadow: 0 8px 28px rgba(31, 54, 40, 0.06);
}
.catalog-thumb {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.thumb-fruit { background-image: url('https://images.unsplash.com/photo-1471193945509-9ad0617afabf?auto=format&fit=crop&w=900&q=80'); }
.thumb-shade { background-image: url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=900&q=80'); }
.thumb-ornamental { background-image: url('https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?auto=format&fit=crop&w=900&q=80'); }
.catalog-body {
  padding: 1.15rem 1.1rem 1.25rem;
}
.catalog-body h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}
.catalog-body p {
  color: #4c5d52;
}
.spice-card {
  background: linear-gradient(160deg, #fffaf1, #f6ecda);
}
.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-actions {
  margin-top: 1.1rem;
}
.footer {
  padding: 2.3rem 0 2.8rem;
  border-top: 1px solid rgba(49,84,61,0.12);
  color: #415547;
  font-size: 0.92rem;
}
.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  background: #1c7f4d;
  color: #fff;
  text-decoration: none;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  box-shadow: 0 12px 24px rgba(28,127,77,0.35);
}
@media (max-width: 920px) {
  .hero-grid, .about-wrap, .services-grid, .catalog-grid, .spice-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 4.6rem; }
  .site-header { position: static; }
  .hero-visual { min-height: 340px; }
}
@media (max-width: 620px) {
  .nav { justify-content: center; gap: 0.8rem; }
  .header-inner { flex-direction: column; padding: 0.8rem 0 1rem; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 100%; }
}
