:root {
  --ink: #08100c;
  --canopy: #0f1b12;
  --moss: #8fb31d;
  --leaf: #c6e45b;
  --gold: #d8be7a;
  --mist: #edf4df;
  --muted: #a7b298;
  --glass: rgba(9, 18, 12, 0.78);
  --line: rgba(216, 190, 122, 0.22);
}

* {
  letter-spacing: 0;
}

body {
  margin: 0;
  font-family: "Aileron Light", Aileron, "Segoe UI", Arial, sans-serif;
  font-weight: 300;
  color: var(--mist);
  background: var(--ink);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-nav {
  background: rgba(6, 12, 8, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.navbar-brand {
  font-family: "Aileron Thin", Aileron, "Segoe UI", Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
}

.nav-link {
  color: rgba(237, 244, 223, 0.78);
}

.nav-link:hover,
.nav-link.active {
  color: var(--leaf);
}

.btn-leaf {
  --bs-btn-color: #091009;
  --bs-btn-bg: var(--leaf);
  --bs-btn-border-color: var(--leaf);
  --bs-btn-hover-color: #091009;
  --bs-btn-hover-bg: #d8f36e;
  --bs-btn-hover-border-color: #d8f36e;
  font-family: "Aileron Light", Aileron, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

.btn-outline-leaf {
  --bs-btn-color: var(--leaf);
  --bs-btn-border-color: rgba(198, 228, 91, 0.55);
  --bs-btn-hover-color: #091009;
  --bs-btn-hover-bg: var(--leaf);
  --bs-btn-hover-border-color: var(--leaf);
  font-family: "Aileron Light", Aileron, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.btn {
  font-family: "Aileron Light", Aileron, "Segoe UI", Arial, sans-serif;
}

.hero {
  min-height: 94vh;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(5, 9, 6, 0.48), rgba(5, 9, 6, 0.78)),
    url("../images/studio-forest-display.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22vh;
  background: linear-gradient(0deg, var(--ink), rgba(8, 16, 12, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding-block: 8rem 6rem;
}

.eyebrow {
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.display-title {
  font-family: "Aileron Thin", Aileron, "Segoe UI", Arial, sans-serif;
  font-weight: 100;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.section-pad {
  padding-block: 5rem;
}

.section-muted {
  background: #101812;
}

.text-muted-green {
  color: var(--muted);
}

.feature-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(20, 32, 18, 0.7);
}

.studio-card,
.product-card,
.service-card,
.care-card {
  background: linear-gradient(145deg, rgba(20, 31, 18, 0.94), rgba(7, 14, 10, 0.94));
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 100%;
}

.image-panel {
  min-height: 500px;
  background: url("../images/scape-logo-art.png") center / cover no-repeat;
}

.product-img {
  height: 210px;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  background-position: center;
}

.plant-1 { background-image: linear-gradient(rgba(5, 9, 5, 0.12), rgba(5, 9, 5, 0.38)), url("../images/studio-forest-display.png"); }
.plant-2 { background-image: linear-gradient(rgba(5, 9, 5, 0.06), rgba(5, 9, 5, 0.42)), url("../images/scape-logo-art.png"); }
.plant-3 { background-image: radial-gradient(circle at 45% 35%, rgba(198, 228, 91, 0.28), transparent 34%), linear-gradient(135deg, #173820, #050a07 70%); }
.plant-4 { background-image: radial-gradient(circle at 40% 30%, rgba(216, 190, 122, 0.25), transparent 34%), linear-gradient(135deg, #243013, #06100a 75%); }
.plant-5 { background-image: radial-gradient(circle at 60% 38%, rgba(143, 179, 29, 0.32), transparent 34%), linear-gradient(135deg, #0a261c, #030807 76%); }
.plant-6 { background-image: radial-gradient(circle at 45% 38%, rgba(198, 228, 91, 0.24), transparent 34%), linear-gradient(135deg, #12351b, #050806 76%); }

.price {
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 800;
}

.badge-soft {
  color: var(--leaf);
  background: rgba(198, 228, 91, 0.1);
  border: 1px solid rgba(198, 228, 91, 0.22);
}

.cart-bar {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1040;
  max-width: 380px;
  background: rgba(6, 12, 8, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.page-hero {
  min-height: 52vh;
  display: flex;
  align-items: end;
  background: linear-gradient(90deg, rgba(5, 9, 6, 0.42), rgba(5, 9, 6, 0.82)),
    url("../images/studio-forest-display.png") center / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.shop-header {
  padding-top: 67px;
  background: var(--ink);
}

.shop-category-bar {
  background: rgba(6, 12, 8, 0.96);
  border-top: 1px solid var(--line);
  border-bottom: 4px solid #2f6b4c;
}

.shop-tab {
  flex: 0 0 auto;
  min-height: 60px;
  padding: 0.75rem 1.8rem;
  color: var(--mist);
  background: rgba(237, 244, 223, 0.04);
  border: 0;
  border-right: 1px solid rgba(216, 190, 122, 0.16);
  font-family: "Aileron Light", Aileron, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  white-space: nowrap;
}

.shop-tab:hover,
.shop-tab.active {
  color: var(--mist);
  background: #2f6b4c;
}

.shop-tab.all-categories {
  min-width: 210px;
}

.shop-page {
  color: var(--mist);
  background:
    radial-gradient(circle at 78% 18%, rgba(198, 228, 91, 0.08), transparent 28%),
    linear-gradient(180deg, #101812, var(--ink));
}

.shop-sidebar {
  background: rgba(6, 12, 8, 0.82);
  border-right: 1px solid var(--line);
}

.filter-panel {
  position: sticky;
  top: 68px;
  max-height: calc(100vh - 68px);
  overflow-y: auto;
  background: rgba(6, 12, 8, 0.88);
  backdrop-filter: blur(14px);
}

.filter-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0.7rem 1.2rem;
  color: var(--mist);
  background: rgba(255, 255, 255, 0.02);
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-family: "Aileron Light", Aileron, "Segoe UI", Arial, sans-serif;
}

.filter-row:hover,
.filter-row.active {
  color: var(--leaf);
  background: rgba(198, 228, 91, 0.08);
}

.filter-group {
  padding: 1.25rem 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.filter-title {
  margin-bottom: 0.75rem;
  color: var(--mist);
  font-size: 1rem;
  font-family: "Aileron Light", Aileron, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.filter-group label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.filter-group input {
  margin-right: 0.5rem;
  accent-color: #2f6b4c;
}

.shop-content {
  padding: 3rem clamp(1rem, 3vw, 2.4rem) 6rem;
}

.shop-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 44%);
  gap: 2rem;
  align-items: center;
  min-height: 360px;
  margin-bottom: 1.25rem;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(8, 16, 12, 0.92), rgba(8, 16, 12, 0.74)),
    url("../images/studio-forest-display.png") center / cover no-repeat;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.shop-promo h1 {
  max-width: 520px;
  color: var(--mist);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.shop-promo img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.36));
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.catalog-toolbar .form-select {
  width: auto;
  min-width: 138px;
  color: var(--mist);
  background-color: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
}

.shop-page .product-card {
  color: var(--mist);
  box-shadow: 0 18px 42px rgba(7, 16, 11, 0.08);
}

.product-item.is-hidden {
  display: none;
}

.empty-catalog {
  color: var(--mist);
}

.contact-box {
  background: rgba(198, 228, 91, 0.08);
  border: 1px solid rgba(198, 228, 91, 0.22);
  border-radius: 8px;
}

.footer {
  border-top: 1px solid var(--line);
  background: #060c08;
}

.nature-effects {
  position: fixed;
  inset: 0;
  z-index: 1030;
  pointer-events: none;
  overflow: hidden;
}

.co2-bubble {
  position: absolute;
  width: var(--bubble-size, 8px);
  height: var(--bubble-size, 8px);
  border: 1px solid rgba(218, 247, 255, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.12) 28%, rgba(157, 226, 238, 0.06) 70%);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.46), 0 0 10px rgba(168, 235, 245, 0.22);
  animation: bubble-rise 1.35s ease-out forwards;
}

.tiny-leaf {
  position: absolute;
  top: -18px;
  width: var(--leaf-w, 6px);
  height: var(--leaf-h, 3px);
  border-radius: 90% 0 90% 0;
  background: linear-gradient(135deg, rgba(205, 235, 93, 0.95), rgba(82, 132, 23, 0.85));
  opacity: 0.72;
  transform: rotate(var(--leaf-rotate, 20deg));
  animation: leaf-fall var(--leaf-duration, 9s) linear forwards;
}

@keyframes bubble-rise {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.55);
  }
  15% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--bubble-drift, 18px)), -90px) scale(1.25);
  }
}

@keyframes leaf-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(var(--leaf-rotate, 20deg));
  }
  8% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--leaf-drift, 42px), 108vh, 0) rotate(var(--leaf-spin, 220deg));
  }
}

.form-control,
.form-select {
  color: var(--mist);
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(216, 190, 122, 0.24);
}

.form-control:focus,
.form-select:focus {
  color: var(--mist);
  background-color: rgba(255, 255, 255, 0.06);
  border-color: var(--leaf);
  box-shadow: 0 0 0 0.2rem rgba(198, 228, 91, 0.14);
}

@media (max-width: 767px) {
  .hero {
    min-height: 88vh;
    background-position: 58% center;
  }

  .hero-content {
    padding-block: 7rem 4rem;
  }

  .section-pad {
    padding-block: 3.5rem;
  }

  .image-panel {
    min-height: 360px;
  }

  .cart-bar {
    left: 0.75rem;
    right: 0.75rem;
    max-width: none;
  }

  .shop-tab {
    min-height: 52px;
    padding-inline: 1rem;
  }

  .filter-panel {
    position: static;
    max-height: none;
  }

  .shop-content {
    padding: 2rem 1rem 8rem;
  }

  .shop-promo {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
}
