:root {
  --primary-color: #234637;
  --primary-dark: #173125;
  --secondary-color: #8b5a2b;
  --secondary-soft: #c89153;
  --ink-strong: #1f2a24;
  --ink: #31453a;
  --muted: #6b756e;
  --light-bg: #f4efe6;
  --lighter-bg: #f8f5ef;
  --lightest-bg: #fdfbf7;
  --surface: #ffffff;
  --border-soft: rgba(35, 70, 55, 0.12);
  --shadow-soft: 0 18px 50px rgba(31, 42, 36, 0.08);
  --shadow-card: 0 10px 30px rgba(31, 42, 36, 0.08);
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
  --bs-primary: var(--primary-color);
  --bs-primary-rgb: 35, 70, 55;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background: var(--lightest-bg);
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--primary-dark);
  color: #fff;
  text-decoration: none;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.top-bar {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary-color));
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar {
  background-color: rgba(255, 251, 247, 0.96);
  backdrop-filter: blur(10px);
}

.navbar-brand {
  color: var(--ink-strong);
  text-decoration: none;
}

.logo-img {
  width: auto;
  height: 58px;
  border-radius: 0.8rem;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-name {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.navbar-nav {
  gap: 0.5rem;
}

.navbar-nav .nav-link {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--primary-color);
  background: rgba(35, 70, 55, 0.08);
}

.hero {
  position: relative;
  min-height: 42rem;
  background:
    linear-gradient(90deg, rgba(23, 49, 37, 0.9) 0%, rgba(23, 49, 37, 0.74) 45%, rgba(23, 49, 37, 0.45) 100%),
    url("../images/hero.png") center center / cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(200, 145, 83, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.12));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: end;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-copy {
  max-width: 42rem;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--secondary-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 14ch;
  margin-bottom: 1.25rem;
  line-height: 1.08;
}

.hero .lead {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
}

.hero-actions .btn {
  min-width: 11rem;
}

.hero-stat-grid {
  display: grid;
  gap: 1rem;
}

.hero-stat-card {
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
}

.hero-stat-value {
  display: block;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.hero-stat-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.trust-strip {
  position: relative;
  margin-top: -3rem;
  z-index: 2;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  height: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  color: var(--ink-strong);
  font-weight: 600;
}

.icon-accent {
  color: var(--secondary-color);
  font-size: 1.15rem;
}

.section-heading {
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.section-intro {
  max-width: 42rem;
  color: var(--muted);
}

.products-section,
.process-section,
.contact-section {
  background: var(--lightest-bg);
}

.why-section,
.order-section {
  background: var(--lighter-bg);
}

.about-section,
.reviews-section {
  background: var(--light-bg);
}

.section-image {
  box-shadow: var(--shadow-soft);
}

.product-card,
.review-card,
.feature-card,
.process-card,
.contact-card,
.form-shell,
.product-list-panel {
  border-radius: var(--radius-lg);
}

.product-card,
.review-card {
  overflow: hidden;
}

.product-card img {
  transition: transform 0.45s ease;
}

.product-card:hover img {
  transform: scale(1.04);
}

.product-card .card-body,
.review-card .card-body {
  padding: 1.4rem;
}

.product-label {
  margin-bottom: 0.55rem;
  color: var(--secondary-color);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-list-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 239, 230, 0.94));
  box-shadow: var(--shadow-card);
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.product-list-grid span {
  padding: 0.8rem 0.95rem;
  border-radius: 0.95rem;
  background: rgba(35, 70, 55, 0.07);
  color: var(--ink-strong);
  font-size: 0.92rem;
  font-weight: 600;
}

.product-list-note {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-soft);
  color: var(--muted);
}

.feature-card {
  padding: 1.7rem 1.25rem;
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-card);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  margin-inline: auto;
  border-radius: 50%;
  background: rgba(35, 70, 55, 0.1);
}

.feature-icon i {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.process-card {
  height: 100%;
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(139, 90, 43, 0.12);
  color: var(--secondary-color);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.review-stars {
  color: var(--secondary-color);
}

.order-copy {
  position: sticky;
  top: 6rem;
}

.form-shell {
  padding: 1.8rem;
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.form-label {
  color: var(--ink-strong);
  font-weight: 600;
}

.form-control,
.form-select {
  min-height: 3.1rem;
  padding-inline: 0.95rem;
  border: 1px solid rgba(49, 69, 58, 0.18);
  border-radius: 0.95rem;
}

textarea.form-control {
  min-height: auto;
  padding-top: 0.8rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(35, 70, 55, 0.4);
  box-shadow: 0 0 0 0.25rem rgba(35, 70, 55, 0.13);
}

.form-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.form-note a {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}

.form-note a:hover,
.form-note a:focus {
  text-decoration: underline;
}

.contact-panel {
  padding: 2rem;
  border: 1px solid var(--border-soft);
  border-radius: calc(var(--radius-lg) + 0.25rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 239, 230, 0.94));
  box-shadow: var(--shadow-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1.3rem;
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  box-shadow: var(--shadow-card);
}

.contact-card i {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.contact-label {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--ink-strong);
  line-height: 1.4;
}

.contact-card[href]:hover,
.contact-card[href]:focus {
  transform: translateY(-2px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 14px 28px rgba(31, 42, 36, 0.12);
}

.footer-section {
  background: #efe8dc;
  color: var(--ink);
}

.footer-list li + li {
  margin-top: 0.65rem;
}

.footer-link {
  color: var(--ink);
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
  color: var(--primary-color);
  text-decoration: underline;
}

.footer-muted {
  color: var(--muted);
}

.footer-bottom {
  border-top: 1px solid rgba(49, 69, 58, 0.14);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.82rem 1.35rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  border-color: var(--primary-dark);
  box-shadow: 0 10px 22px rgba(23, 49, 37, 0.18);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #2a5542, var(--primary-dark));
  border-color: var(--primary-dark);
}

.btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: var(--primary-dark);
  background: #fff;
  border-color: #fff;
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: rgba(35, 70, 55, 0.3);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  .hero h1 {
    max-width: 16ch;
  }

  .trust-strip {
    margin-top: 0;
    padding-top: 1.5rem;
  }

  .order-copy {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .brand-tag {
    display: none;
  }

  .hero {
    background-position: center;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.2rem, 8vw, 3.4rem);
  }

  .hero .lead {
    font-size: 1rem;
  }

  .trust-item {
    justify-content: flex-start;
    border-radius: 1rem;
  }

  .product-list-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .form-shell,
  .product-list-panel {
    padding: 1.4rem;
  }

  .top-bar {
    font-size: 0.74rem;
    letter-spacing: 0.05em;
  }
}
