:root {
  --ahg-green: #2f6f4e;
  --ahg-green-dark: #14532d;
  --ahg-green-soft: #f0fdf4;
  --ahg-line: rgba(47, 111, 78, 0.18);
  --ahg-text: #1f2937;
  --ahg-muted: #64748b;
  --ahg-card: #ffffff;
  --ahg-bg: #faf8f1;
}

.ahg-plant-type-page {
  background: var(--ahg-bg);
  color: var(--ahg-text);
  min-height: 100vh;
}

.ahg-plant-type-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0;
}

.ahg-plant-type-hero {
  padding: 2.5rem 0 1rem;
}

.ahg-eyebrow {
  color: var(--ahg-green);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.55rem;
}

.ahg-plant-type-hero h1 {
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 0.95;
  margin: 0;
  color: #17351f;
}

.ahg-plant-type-hero p {
  max-width: 780px;
  color: var(--ahg-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.ahg-plant-type-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.ahg-plant-type-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--ahg-line);
  background: #fff;
  color: var(--ahg-green-dark);
  font-weight: 800;
  text-decoration: none;
}

.ahg-plant-type-button.primary {
  background: var(--ahg-green);
  border-color: var(--ahg-green);
  color: #fff;
}

.ahg-plant-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.ahg-plant-type-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ahg-line);
  border-radius: 1.25rem;
  background: var(--ahg-card);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  padding: 1.15rem;
}

.ahg-plant-type-card h2,
.ahg-plant-type-card h3 {
  margin: 0.5rem 0;
  color: #17351f;
}

.ahg-plant-type-card p {
  color: var(--ahg-muted);
  line-height: 1.55;
}

.ahg-plant-type-icon {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  border-radius: 1rem;
  background: var(--ahg-green-soft);
  border: 1px solid #bbf7d0;
  font-size: 1.5rem;
}

.ahg-plant-type-list {
  margin: 0.7rem 0 1rem;
  padding-left: 1.1rem;
  color: var(--ahg-muted);
  line-height: 1.55;
}

.ahg-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.9rem 0;
}

.ahg-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-size: 0.78rem;
  line-height: 1;
}

.ahg-plant-type-note {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  border-left: 4px solid var(--ahg-green);
  color: var(--ahg-muted);
}

.ahg-plant-type-danger {
  border-left: 4px solid #dc2626;
}

.ahg-plant-type-danger .ahg-plant-type-icon {
  background: #fff1f2;
  border-color: #fecdd3;
}

.ahg-plant-type-safe .ahg-plant-type-icon {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.ahg-plant-type-veg .ahg-plant-type-icon {
  background: #fefce8;
  border-color: #fef08a;
}

.ahg-plant-type-herb .ahg-plant-type-icon {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
