:root {
  --primary: #f6f9f4;
  --accent: #2e7d32;
  --accent-2: #b38b4d;
  --text: #1b2a22;
  --subtle: #d3ded0;
  --panel: #ffffff;
}

* {
  box-sizing: border-box;
}

body.site-body {
  margin: 0;
  background: radial-gradient(circle at 10% 8%, rgba(46, 125, 50, 0.08), transparent 34%), radial-gradient(circle at 92% 3%, rgba(179, 139, 77, 0.14), transparent 32%), var(--primary);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #1b2f24;
}

a {
  color: #225a35;
}

.top-strip {
  background: #1f3629;
  color: #eef5eb;
  text-align: center;
  font-size: 12px;
  padding: 8px 10px;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--subtle);
  backdrop-filter: blur(6px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.brand img {
  width: 58px;
  height: auto;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2e7d32, #b38b4d);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.brand small {
  display: block;
  color: #57695f;
  font-size: 11px;
}

.primary-nav ul {
  margin: 0;
  gap: 6px;
}

.primary-nav a {
  padding: 6px 10px;
  border-radius: 999px;
  text-decoration: none;
}

.primary-nav a.active,
.primary-nav a:hover {
  background: #edf5ea;
  color: #1d3f29;
}

.utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.utility-links a {
  text-decoration: none;
  border: 1px solid var(--subtle);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  background: #f2f8ef;
  color: #22422d;
}

.main-wrap {
  padding: 20px 0 42px;
}

.hero-panel {
  background-image: linear-gradient(115deg, rgba(24, 61, 40, 0.9), rgba(46, 125, 50, 0.62));
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  margin-bottom: 16px;
  overflow: hidden;
}

.hero-overlay {
  padding: 28px 24px;
  color: #f0f6ed;
}

.hero-overlay h1 {
  color: #f4f9f2;
  margin: 0 0 8px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.95;
}

.hero-overlay p {
  margin: 0;
  max-width: 740px;
  color: rgba(240, 246, 237, 0.95);
}

.hero-ctas {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-ctas .uk-button {
  border-radius: 10px;
  border-color: rgba(240, 246, 237, 0.5);
  color: #ecf5e9;
}

.banner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.banner-card {
  border: 1px solid #d4dfd1;
  border-radius: 14px;
  overflow: hidden;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(135deg, #f6fbf4, #e7f1e4);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-grid {
  align-items: start;
}

.sidebar-card,
.content-card,
.side-card {
  background: var(--panel);
  border: 1px solid var(--subtle);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(28, 45, 35, 0.06);
}

.sidebar-card {
  padding: 14px;
  position: sticky;
  top: 86px;
}

.sidebar-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.sidebar-card a.active,
.sidebar-card a:hover {
  color: #2f7d33;
  font-weight: 600;
}

.content-card {
  padding: 22px;
}

.content-article,
.content-category {
  max-width: 980px;
  margin: 0 auto;
}

.article-head h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  margin: 0 0 12px;
}

.article-summary {
  font-size: 18px;
  line-height: 1.55;
  color: #42564b;
  margin: 0 0 20px;
}

.article-list {
  margin-top: 18px;
}

.article-list h2 {
  font-size: 26px;
  line-height: 1.08;
}

.crumbs-wrap {
  margin-bottom: 10px;
}

.crumbs {
  margin: 0;
  font-size: 13px;
}

.content-heading {
  margin: 18px 0 10px;
  line-height: 1.05;
}

.content-heading.level-1 {
  font-size: 42px;
}

.content-heading.level-2 {
  font-size: 34px;
}

.content-heading.level-3 {
  font-size: 28px;
}

.content-paragraph {
  margin: 0 0 12px;
  line-height: 1.62;
  color: #2f4238;
  overflow-wrap: anywhere;
}

.content-figure {
  margin: 16px 0;
}

.content-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #d6e0d3;
  background: #f6faf4;
}

.content-figure figcaption {
  margin-top: 5px;
  font-size: 12px;
  color: #5f7267;
}

.content-list {
  margin: 0 0 12px;
  padding-left: 20px;
}

.content-list li {
  margin: 0 0 6px;
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.table-wrap table {
  min-width: 0;
}

.table-wrap td,
.table-wrap th {
  overflow-wrap: anywhere;
}

.content-embed {
  margin: 12px 0;
  overflow: auto;
}

.content-quote {
  margin: 14px 0;
  border-left: 4px solid var(--accent);
  padding: 10px 14px;
  background: #f4f9f2;
}

.content-code {
  margin: 12px 0;
  padding: 10px;
  background: #1f2d24;
  color: #ecf7e9;
  border-radius: 8px;
  overflow-x: auto;
}

.gallery-grid {
  margin: 12px 0;
}

.list-item-card {
  border: 1px solid #d7e2d4;
  border-radius: 10px;
  padding: 12px;
  margin: 10px 0;
}

.content-separator {
  border: 0;
  border-top: 1px solid #d7e1d4;
  margin: 20px 0;
}

.right-rail {
  display: grid;
  gap: 10px;
}

.side-card {
  padding: 12px;
}

.side-card img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d8e2d4;
}

.newsletter-card h3 {
  margin-top: 0;
  font-size: 28px;
}

.newsletter-card p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #5a6c61;
}

.newsletter-card input,
.newsletter-card button {
  width: 100%;
  border-radius: 8px;
  padding: 9px 10px;
  font: inherit;
  margin-bottom: 8px;
}

.newsletter-card input {
  border: 1px solid #cedbc9;
  background: #fcfffb;
}

.newsletter-card button {
  border: 0;
  background: linear-gradient(120deg, #2f7d33, #2a5f40);
  color: #eef6ec;
  font-weight: 700;
}

.best-product {
  background: linear-gradient(130deg, rgba(23, 56, 38, 0.9), rgba(23, 56, 38, 0.7));
  color: #ecf5e8;
}

.best-product h4 {
  margin: 0 0 4px;
  color: #eef6ea;
}

.best-product p {
  margin: 0 0 10px;
  color: #d5e5d0;
}

.thin-wrap {
  max-width: 820px;
}

.thin-card {
  margin-top: 18px;
}

.site-footer {
  background: #1f3629;
  color: #e9f2e6;
  padding: 24px 0 30px;
  margin-top: 32px;
}

.footer-nav {
  margin: 0 0 8px;
}

.footer-nav a {
  color: #e9f2e6;
}

.footer-copy {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: #b9cbbd;
}

@media (max-width: 1200px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .utility-links {
    width: 100%;
  }

  .sidebar-card {
    position: static;
  }
}

@media (max-width: 960px) {
  .banner-grid {
    grid-template-columns: 1fr;
  }

  .hero-overlay {
    padding: 22px 18px;
  }

  .content-card {
    padding: 16px;
  }
}
