:root {
  --forest-950: #07130d;
  --forest-900: #0f2418;
  --forest-800: #193923;
  --forest-700: #245333;
  --leaf: #84b86f;
  --mint: #dff4df;
  --orange: #f27c38;
  --orange-dark: #ca5d22;
  --cream: #f7f3e8;
  --paper: #fffdf7;
  --ink: #172019;
  --muted: #5f6d61;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 60px rgba(4, 15, 8, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 100vw;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(7, 19, 13, 0.86);
  color: white;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.brand-copy small {
  color: var(--orange);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  background: transparent;
  border-radius: 12px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.nav-links a:hover,
.nav-menu-button:hover {
  color: white;
}

.menu-wrap {
  position: relative;
}

.nav-menu-button {
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.product-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  display: none;
  min-width: 260px;
  padding: 10px;
  transform: translateX(-50%);
  background: rgba(7, 19, 13, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.menu-wrap:hover .product-menu,
.menu-wrap.open .product-menu {
  display: grid;
}

.product-menu button {
  width: 100%;
  padding: 12px 14px;
  color: white;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.product-menu button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-picker {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.language-picker select {
  max-width: 128px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 8px 10px;
}

.language-picker option {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 8px;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary,
.product-button {
  color: white;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 16px 36px rgba(242, 124, 56, 0.25);
}

.detail-button {
  color: var(--forest-950);
  border: 1px solid #d8ccb8;
  background: #fff8ea;
}

.button-secondary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.button-small {
  min-height: 38px;
  padding: 9px 14px;
  color: var(--forest-950);
  background: var(--leaf);
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(30px, 4vw, 56px) clamp(18px, 5vw, 80px);
  color: white;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(7, 19, 13, 0.96) 0%, rgba(15, 36, 24, 0.9) 44%, rgba(25, 57, 35, 0.68) 100%),
    url("assets/flytrap-solar.jpg") center / cover;
}

.compact-hero {
  min-height: 640px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(247, 243, 232, 0), var(--cream));
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.58);
}

.hero-subtitle {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-metrics {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.hero-metrics div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.hero-metrics strong {
  display: block;
  color: var(--leaf);
  font-size: 20px;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.hero-visual {
  min-height: 430px;
}

.hero-carousel {
  position: relative;
  min-height: 430px;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: space-between;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transition: opacity 360ms ease, transform 360ms ease;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.carousel-slide span {
  display: none;
  width: fit-content;
  padding: 8px 12px;
  color: var(--forest-950);
  background: var(--mint);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.carousel-slide img {
  width: 100%;
  height: 360px;
  object-fit: contain;
}

.carousel-dots {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  gap: 8px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(15, 36, 24, 0.26);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.carousel-dots button.active {
  width: 28px;
  background: var(--orange);
}

.hero-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  gap: 14px;
  align-items: stretch;
}

.hero-showcase article {
  display: grid;
  align-content: space-between;
  min-height: 360px;
  padding: 14px;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-showcase article + article {
  margin-top: 48px;
}

.hero-showcase span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  color: var(--forest-950);
  background: var(--mint);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.hero-showcase img {
  width: 100%;
  height: 285px;
  object-fit: contain;
}

.hero-showcase article:first-child img {
  object-position: center 38%;
}

.hero-product {
  position: absolute;
  object-fit: contain;
  background: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-product-a {
  top: 4%;
  right: 2%;
  width: min(42vw, 390px);
  padding: 24px;
}

.hero-product-b {
  left: 0;
  bottom: 8%;
  width: min(42vw, 440px);
  padding: 18px;
}

.hero-badge {
  display: none;
  position: absolute;
  right: 2%;
  bottom: 4%;
  width: 250px;
  padding: 18px;
  color: var(--forest-950);
  background: var(--leaf);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-badge span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-badge strong {
  font-size: 22px;
  line-height: 1.1;
}

.trust-strip,
.products-section,
.catalog-band,
.reviews-section,
.quote-section {
  padding-left: clamp(18px, 5vw, 80px);
  padding-right: clamp(18px, 5vw, 80px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: -36px;
  position: relative;
  z-index: 3;
}

.trust-strip article {
  padding: 20px;
  color: white;
  background: var(--forest-900);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 19, 13, 0.2);
}

.trust-strip h2 {
  margin: 12px 0 8px;
  font-size: 22px;
}

.trust-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: rgba(132, 184, 111, 0.14);
  border-radius: 8px;
  color: var(--leaf);
}

.icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.products-section {
  padding-top: 54px;
  padding-bottom: 52px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading h2,
.catalog-band h2,
.reviews-section h2,
.quote-section h2 {
  margin: 0;
  color: var(--forest-950);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.product-grid,
.product-line-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}

.product-line-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-line-grid.three-lines {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-line-grid.four-lines {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.product-card,
.product-line-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  background: var(--paper);
  border: 1px solid #e3ddcf;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(27, 32, 25, 0.08);
}

.product-card.featured,
.product-line-card.featured {
  border-color: rgba(242, 124, 56, 0.4);
  box-shadow: 0 24px 54px rgba(242, 124, 56, 0.14);
}

.line-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 0.56fr);
  gap: 12px;
  align-items: center;
  height: 300px;
  padding: 18px;
  background: linear-gradient(180deg, #fff, #f6f4ee);
  border-bottom: 1px solid #eee6d8;
}

.three-lines .line-media {
  height: 270px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
}

.line-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flytrap-line-media img:first-child {
  object-position: center 36%;
  transform: translateY(-8px);
}

.flytrap-line-media img:last-child {
  transform: translateY(-4px);
}

.swatter-line-media img:last-child {
  transform: scale(0.92);
}

.product-image {
  height: 270px;
  display: grid;
  place-items: center;
  padding: 20px;
  background: linear-gradient(180deg, #fff, #f6f4ee);
  border-bottom: 1px solid #eee6d8;
  overflow: hidden;
}

.product-image-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-image-flytrap img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  padding: 20px;
}

.category {
  margin: 0 0 8px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3,
.product-line-card h3 {
  margin: 0;
  color: var(--forest-950);
  font-size: 24px;
  line-height: 1.15;
}

.variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 4px;
}

.sample-tag,
.detail-sample-ribbon {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  padding: 8px 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #f6a04f);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(242, 124, 56, 0.22);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sample-tag::before,
.detail-sample-ribbon::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.sample-tag {
  margin-top: 10px;
}

.sample-policy-card {
  margin-top: 22px;
  padding: 16px 18px;
  color: var(--forest-950);
  background: linear-gradient(135deg, rgba(242, 124, 56, 0.14), rgba(132, 184, 111, 0.16));
  border: 1px solid rgba(242, 124, 56, 0.28);
  border-radius: 8px;
}

.sample-policy-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--forest-950);
  font-size: 15px;
}

.sample-policy-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.variant-list span {
  padding: 6px 9px;
  color: var(--forest-800);
  background: #eef7e9;
  border: 1px solid #d8eacb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.moq {
  margin: 12px 0 0;
  color: var(--forest-700);
  font-weight: 800;
}

.product-card ul {
  margin: 14px 0 18px;
  padding-left: 18px;
  color: var(--muted);
}

.product-card li + li {
  margin-top: 8px;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
}

.product-action-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: 18px 28px;
  align-items: center;
  margin-top: 28px;
  padding: 24px;
  color: white;
  background: linear-gradient(135deg, var(--forest-900), var(--forest-700));
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 19, 13, 0.16);
}

.product-action-panel h3 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.product-hero-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.product-action-panel .button-secondary {
  color: var(--forest-950);
  background: var(--paper);
  border: 1px solid #e3ddcf;
}

.product-metrics {
  grid-column: 1 / -1;
  margin-top: 0;
}

.catalog-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
  color: white;
  background: var(--forest-950);
}

.catalog-band p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.catalog-band h2 {
  color: white;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tier-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tier-preview button {
  min-height: 138px;
  padding: 18px;
  color: var(--forest-950);
  text-align: left;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  cursor: pointer;
}

.tier-preview button.recommended {
  background: var(--leaf);
}

.tier-preview span,
.tier-preview em {
  display: block;
  color: var(--forest-700);
  font-style: normal;
  font-weight: 800;
}

.tier-preview strong {
  display: block;
  margin: 8px 0;
  font-size: 28px;
}

.mini-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 12px;
  background: white;
  border-radius: 8px;
}

.reviews-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.compact {
  max-width: 620px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.review-card {
  padding: 22px;
  min-height: 260px;
  background: #fffaf0;
  border: 1px solid #e8deca;
  border-radius: 8px;
}

.review-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 10px;
  color: var(--forest-950);
  background: #eef7e9;
  border: 1px solid #d8eacb;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.flag {
  font-size: 18px;
  line-height: 1;
}

.stars {
  color: var(--orange);
  font-size: 18px;
  letter-spacing: 0;
}

.review-card p {
  color: var(--forest-900);
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.quote-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 44px;
  padding-bottom: 44px;
  color: white;
  background:
    linear-gradient(120deg, rgba(15, 36, 24, 0.92), rgba(36, 83, 51, 0.84)),
    url("assets/swatter-xh33-mint.png") right center / contain no-repeat;
}

.detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 19, 13, 0.72);
  backdrop-filter: blur(12px);
}

.detail-overlay[hidden] {
  display: none;
}

.detail-panel {
  position: relative;
  width: min(1180px, 100%);
  max-height: min(860px, calc(100vh - 48px));
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--paper);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.detail-close {
  position: sticky;
  top: 14px;
  left: calc(100% - 104px);
  z-index: 2;
  margin: 14px 14px 0 auto;
  display: block;
  padding: 10px 14px;
  color: white;
  background: var(--forest-900);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 4px 34px 28px;
}

.detail-hero h2 {
  margin: 0;
  color: var(--forest-950);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.05;
}

.detail-hero p {
  color: var(--muted);
  font-size: 17px;
}

.detail-art {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 14px;
  background: linear-gradient(135deg, #f2f8ee, #fff8ea);
  border-radius: 8px;
}

.detail-series-art {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.detail-product-card {
  position: relative;
  display: grid;
  grid-template-rows: 170px auto;
  gap: 10px;
  padding: 12px;
  background: white;
  border: 1px solid #e8dfd2;
  border-radius: 8px;
}

.upgraded-product-card {
  grid-template-rows: 210px auto;
  min-width: 0;
}

.detail-card-image {
  position: relative;
  overflow: hidden;
  background: #fffdf7;
  border-radius: 6px;
}

.detail-card-copy {
  min-width: 0;
}

.three-product-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.color-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.color-swatch {
  width: 24px;
  height: 24px;
  padding: 0;
  background: var(--swatch);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(7, 19, 13, 0.18);
  cursor: pointer;
}

.color-swatch.active {
  box-shadow: 0 0 0 3px rgba(242, 124, 56, 0.55);
}

.variant-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.variant-pills span {
  padding: 6px 8px;
  color: var(--forest-800);
  background: #eef7e9;
  border: 1px solid #d8eacb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.variant-pills strong {
  color: var(--orange-dark);
  font-size: inherit;
}

.feature-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
}

.detail-section-title {
  margin: 4px 0 14px;
  color: var(--forest-950);
  font-size: 24px;
}

.product-spec-table {
  min-width: 980px;
}

.product-spec-table span {
  color: var(--muted);
  font-size: 12px;
}

.detail-card-image img,
.detail-product-card > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  border-radius: 6px;
}

.detail-product-card h3 {
  margin: 0 0 5px;
  color: var(--forest-950);
  font-size: 17px;
}

.detail-product-card strong {
  color: var(--forest-700);
  font-size: 14px;
}

.detail-product-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.detail-sample-ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 10px;
  font-size: 11px;
  box-shadow: 0 8px 18px rgba(242, 124, 56, 0.18);
}

.detail-art > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 10px;
  background: white;
  border-radius: 8px;
}

.detail-body {
  padding: 0 34px 34px;
}

.tier-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: white;
}

.tier-table th {
  color: white;
  background: var(--forest-900);
}

.tier-table th,
.tier-table td {
  padding: 14px;
  border-bottom: 1px solid #e8dfd2;
  text-align: left;
  vertical-align: top;
}

.tier-table tr.recommended-row td {
  background: #f2fbec;
}

.badge {
  display: inline-flex;
  padding: 4px 8px;
  color: var(--forest-950);
  background: var(--leaf);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.detail-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0;
}

.detail-feature-grid article {
  padding: 18px;
  background: #fff8ea;
  border: 1px solid #e8dfd2;
  border-radius: 8px;
}

.detail-feature-grid h3 {
  margin: 0 0 8px;
  color: var(--forest-950);
}

.detail-feature-grid p {
  margin: 0;
  color: var(--muted);
}

.quote-section h2 {
  color: white;
}

.quote-section p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 80px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--forest-950);
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: grid;
  gap: 6px;
}

.site-footer span {
  color: white;
  font-size: 20px;
  font-weight: 900;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  font-size: 14px;
  font-weight: 700;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover {
  color: white;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 16px;
  color: white;
  background: #24c663;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(36, 198, 99, 0.34);
}

.whatsapp-float span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #24c663;
  background: white;
  border-radius: 50%;
}

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

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 390px;
  }

  .product-grid,
  .product-line-grid,
  .product-line-grid.three-lines,
  .product-line-grid.four-lines,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }

  .hero-showcase {
    max-width: 720px;
  }

  .three-product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-band {
    grid-template-columns: 1fr;
  }

  .product-action-panel {
    grid-template-columns: 1fr;
  }

  .product-hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body,
  .site-shell,
  main {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
  }

  .header-actions {
    display: contents;
  }

  .header-actions .language-picker {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }

  .header-actions .button-small {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .language-picker select {
    max-width: 106px;
    padding: 8px 9px;
  }

  .language-picker span {
    display: none;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    justify-content: space-around;
    gap: 0;
    overflow: visible;
    padding-bottom: 2px;
  }

  .nav-links > * {
    flex: 1 1 0;
    text-align: center;
  }

  .product-menu {
    left: 0;
    transform: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    max-width: 100vw;
    gap: 22px;
    padding: 30px 16px 42px;
    overflow: hidden;
  }

  .hero-copy,
  .hero-visual {
    min-width: 0;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    justify-self: start;
  }

  .hero h1 {
    width: 100%;
    max-width: calc(100vw - 32px);
    font-size: 34px;
    word-break: normal;
    overflow-wrap: normal;
  }

  .hero-subtitle {
    width: min(340px, calc(100vw - 32px));
    max-width: min(340px, calc(100vw - 32px));
    margin-top: 16px;
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .quote-section {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-metrics,
  .product-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .product-line-grid,
  .product-line-grid.three-lines,
  .product-line-grid.four-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  .hero-visual {
    min-height: auto;
    position: relative;
    overflow: hidden;
  }

  .hero-carousel {
    width: 100%;
  }

  .hero-carousel {
    min-height: 320px;
  }

  .carousel-slide {
    position: relative;
    display: none;
    min-height: 320px;
    padding: 0;
    overflow: hidden;
  }

  .carousel-slide.active {
    display: grid;
  }

  .carousel-slide img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }

  .carousel-slide span {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
  }

  .carousel-dots {
    left: 16px;
    bottom: 4px;
  }

  .hero-showcase {
    grid-template-columns: 1fr 0.78fr;
    gap: 10px;
  }

  .hero-showcase article {
    min-height: 230px;
    padding: 10px;
  }

  .hero-showcase article + article {
    margin-top: 34px;
  }

  .hero-showcase img {
    height: 170px;
  }

  .hero-showcase span {
    font-size: 11px;
  }

  .hero-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    padding: 12px 13px;
  }

  .hero-badge strong {
    font-size: 18px;
    line-height: 1.12;
  }

  .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    max-width: 100vw;
  }

  .trust-strip article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 10px 12px;
    overflow: hidden;
  }

  .trust-strip .icon {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .trust-strip h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.12;
  }

  .trust-strip p {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .products-section,
  .reviews-section {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .reviews-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .reviews-section .section-heading {
    margin-bottom: 12px;
  }

  .reviews-section h2 {
    font-size: 25px;
  }

  .section-heading {
    margin-bottom: 16px;
  }

  .section-heading h2,
  .catalog-band h2,
  .reviews-section h2,
  .quote-section h2 {
    font-size: 28px;
  }

  .section-heading p:not(.eyebrow) {
    margin-top: 8px;
    font-size: 14px;
  }

  .product-line-card {
    border-radius: 8px;
  }

  .product-body {
    padding: 10px;
  }

  .category {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .product-card h3,
  .product-line-card h3 {
    font-size: 17px;
    line-height: 1.12;
  }

  .product-line-card h3 {
    min-height: 3.4em;
  }

  .sample-tag {
    margin-top: 8px;
    padding: 6px 8px;
    gap: 6px;
    font-size: 10px;
  }

  .sample-tag::before {
    width: 6px;
    height: 6px;
  }

  .moq {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.25;
    min-height: 2.6em;
  }

  .product-line-card .variant-list {
    display: none;
  }

  .product-line-card ul {
    display: none;
  }

  .product-actions {
    gap: 7px;
    margin-top: auto;
    padding-top: 10px;
  }

  .product-actions .button {
    min-height: 38px;
    padding: 9px 8px;
    font-size: 12px;
  }

  .product-line-card .product-body {
    height: 100%;
  }

  .product-action-panel {
    padding: 20px;
  }

  .product-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-metrics {
    gap: 10px;
  }

  .product-image {
    height: 230px;
  }

  .line-media,
  .three-lines .line-media,
  .four-lines .line-media {
    aspect-ratio: 2 / 1;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 6px;
  }

  .line-media img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transform: none !important;
    border-radius: 6px;
  }

  .flytrap-line-media img:first-child,
  .flytrap-line-media img:last-child {
    object-position: center;
  }

  .mini-gallery {
    grid-template-columns: 1fr;
  }

  .tier-preview,
  .detail-hero,
  .detail-feature-grid {
    grid-template-columns: 1fr;
  }

  .three-product-gallery,
  .detail-series-art {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .catalog-band {
    padding: 28px 16px;
  }

  .tier-preview button {
    min-height: 86px;
    padding: 14px;
  }

  .tier-preview strong {
    font-size: 28px;
    line-height: 1.05;
  }

  .detail-overlay {
    display: block;
    padding: 0;
    overflow: hidden;
    max-width: 100vw;
  }

  .detail-panel {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }

  .detail-close {
    top: 10px;
    right: 10px;
    left: auto;
    margin: 10px 10px 0 auto;
    padding: 9px 12px;
  }

  .detail-hero,
  .detail-body {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    overflow-x: hidden;
  }

  .detail-hero {
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .detail-hero h2 {
    font-size: 24px;
  }

  .detail-hero p {
    margin: 8px 0 0;
    font-size: 14px;
  }

  .sample-policy-card {
    margin-top: 10px;
    padding: 10px 12px;
  }

  .sample-policy-card p {
    font-size: 13px;
  }

  .detail-art {
    width: 100%;
    max-width: 100%;
    padding: 8px;
    overflow: hidden;
  }

  .detail-product-card,
  .upgraded-product-card {
    grid-template-rows: auto auto;
    gap: 7px;
    min-width: 0;
    padding: 8px;
    overflow: hidden;
  }

  .detail-card-image {
    aspect-ratio: 1 / 1;
    width: 100%;
  }

  .detail-card-image img {
    padding: 4px;
  }

  .detail-sample-ribbon {
    top: 6px;
    left: 6px;
    padding: 5px 7px;
    font-size: 9px;
  }

  .detail-product-card h3 {
    font-size: 13px;
    line-height: 1.18;
  }

  .detail-product-card strong {
    font-size: 12px;
  }

  .detail-product-card p,
  .feature-list {
    font-size: 11px;
  }

  .feature-list {
    margin-top: 7px;
    padding-left: 14px;
  }

  .variant-pills {
    display: none;
  }

  .color-row {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 7px;
  }

  .color-row em {
    display: none;
  }

  .color-swatch {
    width: 20px;
    height: 20px;
  }

  .detail-section-title {
    margin-top: 2px;
    font-size: 19px;
  }

  .tier-table {
    display: block;
    overflow-x: hidden;
    max-width: 100%;
    white-space: normal;
    font-size: 12px;
  }

  .product-spec-table {
    min-width: 0;
  }

  .product-spec-table,
  .product-spec-table tbody,
  .product-spec-table tr,
  .product-spec-table td {
    display: block;
    width: 100%;
  }

  .product-spec-table thead {
    display: none;
  }

  .product-spec-table tr {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e8dfd2;
    border-radius: 8px;
    background: #fffdf7;
  }

  .product-spec-table td {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 10px;
    padding: 8px 10px;
    border-bottom: 1px solid #eee6d8;
    overflow-wrap: anywhere;
  }

  .product-spec-table td:last-child {
    border-bottom: 0;
  }

  .product-spec-table td::before {
    color: var(--forest-700);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .product-spec-table td::before {
    content: attr(data-label);
  }

  .product-spec-table span {
    font-size: 11px;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .review-card {
    min-height: 0;
    padding: 9px;
    border-radius: 8px;
  }

  .review-source,
  .stars {
    font-size: 11px;
  }

  .review-card p {
    display: -webkit-box;
    margin: 6px 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .review-card strong,
  .review-card span {
    font-size: 12px;
  }

  .review-card > span:last-child {
    display: none;
  }

  .tier-table th,
  .tier-table td {
    padding: 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float strong {
    display: inline;
    font-size: 14px;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-height: 46px;
    padding: 8px 12px;
    border-radius: 14px;
  }

  .whatsapp-float span {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

/* ── FAQ Section ── */
.faq-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 32px auto 0;
}

.faq-item {
  padding: 20px 24px;
  background: white;
  border: 1px solid #e8e3d6;
  border-radius: 10px;
  cursor: pointer;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.faq-item:hover {
  border-color: var(--leaf);
  box-shadow: 0 4px 18px rgba(46, 125, 50, 0.1);
}

.faq-item[open] {
  border-color: var(--leaf);
  box-shadow: 0 6px 24px rgba(46, 125, 50, 0.14);
}

.faq-item summary {
  font-weight: 700;
  font-size: 16px;
  color: var(--forest-900);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: var(--leaf);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(0);
}

.faq-item p {
  margin-top: 14px;
  color: var(--forest-700);
  line-height: 1.65;
  font-size: 15px;
}

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

.landing-page {
  background: linear-gradient(180deg, #f7f3e8 0%, #fffdf7 100%);
}

.landing-main {
  padding: 28px clamp(18px, 5vw, 80px) 56px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  margin: 0 auto 28px;
}

.landing-copy,
.landing-card,
.landing-faq,
.landing-summary {
  background: rgba(255, 253, 247, 0.95);
  border: 1px solid rgba(23, 32, 25, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(7, 19, 13, 0.08);
}

.landing-copy {
  padding: 28px;
}

.landing-copy h1 {
  margin: 10px 0 14px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.98;
  color: var(--forest-950);
}

.landing-copy p {
  margin: 0 0 16px;
  color: var(--forest-700);
  font-size: 17px;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.landing-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.landing-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.landing-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.landing-card strong {
  font-size: 14px;
  color: var(--orange-dark);
  text-transform: uppercase;
}

.landing-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.landing-summary,
.landing-faq {
  padding: 24px;
}

.landing-summary h2,
.landing-faq h2 {
  margin: 0 0 14px;
  font-size: 28px;
  color: var(--forest-900);
}

.landing-list,
.landing-market-list {
  margin: 0;
  padding-left: 18px;
  color: var(--forest-700);
}

.landing-list li,
.landing-market-list li {
  margin-bottom: 10px;
}

.landing-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.landing-spec {
  padding: 14px;
  background: var(--paper);
  border: 1px solid #e5dccd;
  border-radius: 10px;
}

.landing-spec strong {
  display: block;
  margin-bottom: 4px;
  color: var(--forest-900);
}

.landing-faq details + details {
  margin-top: 12px;
}

.landing-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--forest-900);
}

.landing-faq p {
  margin: 10px 0 0;
  color: var(--forest-700);
}

@media (max-width: 920px) {
  .landing-hero,
  .landing-blocks,
  .landing-specs {
    grid-template-columns: 1fr;
  }

  .landing-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .footer-links {
    justify-content: flex-start;
  }

  .landing-copy,
  .landing-summary,
  .landing-faq,
  .landing-card {
    padding: 18px;
  }

  .landing-copy h1 {
    font-size: 34px;
  }

  .landing-copy p {
    font-size: 15px;
  }
}
