:root {
  --bg: #0d1614;
  --surface: #f2f4ef;
  --surface-strong: #ffffff;
  --text: #15201b;
  --text-soft: #5a6a61;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(15, 30, 24, 0.14);
  --brand: #6fa03f;
  --brand-deep: #40652a;
  --accent: #d6b85a;
  --shadow: 0 18px 50px rgba(6, 17, 13, 0.18);
  --heading-font: "Bahnschrift", "Arial Narrow", sans-serif;
  --body-font: "Trebuchet MS", "Segoe UI", sans-serif;
  --nav-height: 80px;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: var(--body-font);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(111, 160, 63, 0.12), transparent 22%),
    linear-gradient(180deg, #eef2ea 0%, #f7f8f4 45%, #edf0ea 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
.navbar-brand strong,
.footer-brand {
  font-family: var(--heading-font);
  letter-spacing: 0.02em;
}

.navbar {
  min-height: var(--nav-height);
  background: rgba(8, 18, 15, 0.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.navbar.nav-scrolled {
  background: rgba(8, 18, 15, 0.92);
  box-shadow: 0 10px 30px rgba(3, 10, 8, 0.28);
}

.navbar-brand {
  display: inline-flex;
  gap: 0.9rem;
  align-items: center;
  color: #fff;
}

.navbar-brand span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.navbar-brand small {
  margin-top: 0.25rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.72);
}

.brand-mark {
  width: 1rem;
  height: 2.2rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, var(--accent), rgba(214, 184, 90, 0.2)),
    linear-gradient(180deg, var(--brand), var(--brand-deep));
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
}

.nav-link {
  position: relative;
  padding: 0.6rem 0.95rem !important;
  color: rgba(255, 255, 255, 0.78);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #fff;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.3rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
}

.btn {
  border-radius: 999px;
  padding-inline: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-brand {
  color: #0f140f;
  background: linear-gradient(135deg, #e6cf7f, #7eb145);
  border: 0;
  box-shadow: 0 18px 38px rgba(111, 160, 63, 0.28);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #0f140f;
  transform: translateY(-1px);
  box-shadow: 0 22px 42px rgba(111, 160, 63, 0.35);
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(7, 15, 13, 0.86), rgba(14, 33, 22, 0.58)),
    linear-gradient(135deg, #0a1411 0%, #12251f 50%, #1b2d26 100%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(214, 184, 90, 0.09), transparent 25%),
    linear-gradient(180deg, transparent, rgba(111, 160, 63, 0.12)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 16px,
      transparent 16px,
      transparent 34px
    );
  opacity: 0.9;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 39rem;
  padding-block: calc(var(--nav-height) + 2.5rem) 3rem;
}

.eyebrow {
  margin-bottom: 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.text-accent {
  color: var(--brand-deep);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.96;
  max-width: 12ch;
}

.hero-description {
  max-width: 34rem;
  margin-top: 1.5rem;
  font-size: 1.06rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-points {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 2.1rem 0 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 1.7rem;
  color: rgba(255, 255, 255, 0.82);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
}

.hero-visual-wrap {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--nav-height) + 1.5rem);
}

.hero-visual {
  width: min(100%, 42rem);
  margin-inline: auto 0;
  filter: drop-shadow(0 30px 80px rgba(0, 0, 0, 0.38));
  animation: heroFloat 8s ease-in-out infinite;
  transform-origin: center;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(-1deg);
  }
}

.section-block {
  position: relative;
  padding: 6rem 0;
}

.section-surface {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.82));
}

.section-heading {
  max-width: 46rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.section-heading-left {
  margin-inline: 0;
  text-align: left;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.04;
}

.section-heading p:last-child {
  margin-top: 1.1rem;
  color: var(--text-soft);
  line-height: 1.8;
}

.feature-block {
  height: 100%;
  padding: 2rem 1.8rem 1.5rem;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.28)),
    linear-gradient(135deg, rgba(111, 160, 63, 0.05), transparent 50%);
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.feature-block:hover {
  transform: translateY(-6px);
  border-color: rgba(64, 101, 42, 0.35);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  padding: 0.55rem 1rem;
  margin-bottom: 1.4rem;
  border-radius: 999px;
  background: rgba(21, 32, 27, 0.06);
  color: var(--brand-deep);
  font-family: var(--heading-font);
  letter-spacing: 0.08em;
}

.feature-block h3,
.product-body h3 {
  font-size: 1.35rem;
}

.feature-block p,
.product-body p,
.contact-details p,
.site-footer p {
  color: var(--text-soft);
  line-height: 1.75;
}

.about-section {
  background:
    linear-gradient(180deg, rgba(17, 31, 24, 0.03), rgba(17, 31, 24, 0.01)),
    linear-gradient(120deg, rgba(214, 184, 90, 0.08), transparent 36%);
}

.about-visual,
.contact-form-shell {
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.checklist {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 2rem;
  color: var(--text);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 0 0 6px rgba(111, 160, 63, 0.12);
}

.checklist.muted li::before {
  background: linear-gradient(135deg, var(--accent), var(--brand));
}

.about-note {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(15, 30, 24, 0.12);
  color: var(--text-soft);
}

.product-card {
  overflow: hidden;
  border: 0;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 54px rgba(8, 18, 15, 0.16);
}

.product-image {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  background: linear-gradient(180deg, #133029, #22352e);
}

.product-body {
  padding: 1.65rem 1.5rem 1.7rem;
}

.product-meta {
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.product-list {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.2rem;
  margin: 1.1rem 0 0;
  color: var(--text);
}

.contact-section {
  background:
    linear-gradient(160deg, rgba(15, 29, 22, 0.08), transparent 28%),
    linear-gradient(180deg, #f5f6f1, #eef1eb);
}

.contact-details {
  display: grid;
  gap: 1.5rem;
}

.contact-details span {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.contact-form-shell {
  padding: 2rem;
}

.form-label {
  font-weight: 700;
  color: var(--text);
}

.form-control,
.form-select {
  min-height: 3.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 30, 24, 0.1);
  background: rgba(244, 247, 242, 0.9);
}

textarea.form-control {
  min-height: 10rem;
  resize: vertical;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(111, 160, 63, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(111, 160, 63, 0.15);
}

.form-note {
  max-width: 28rem;
  font-size: 0.94rem;
  color: var(--text-soft);
}

.form-feedback {
  min-height: 1.5rem;
  font-weight: 700;
}

.form-feedback.is-success {
  color: var(--brand-deep);
}

.form-feedback.is-error {
  color: #b44848;
}

.site-footer {
  padding: 2rem 0 2.5rem;
  color: rgba(255, 255, 255, 0.76);
  background: #0d1614;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 1.4rem;
  color: #fff;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #fff;
}

.footer-meta {
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js [data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1.4rem;
    background: rgba(9, 18, 15, 0.95);
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-visual-wrap {
    margin-top: 0;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  :root {
    --nav-height: 74px;
  }

  .section-block {
    padding: 4.75rem 0;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-lg {
    width: 100%;
  }

  .contact-form-shell {
    padding: 1.4rem;
  }
}
