:root {
  --ink: #10231f;
  --muted: #5b6d65;
  --leaf: #0f7a5a;
  --leaf-dark: #07533d;
  --lime: #bce66a;
  --aqua: #65c7d2;
  --sky: #e7f8f5;
  --cream: #f8f5eb;
  --paper: #ffffff;
  --line: rgba(16, 35, 31, 0.12);
  --shadow: 0 24px 80px rgba(7, 83, 61, 0.15);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

section[id],
[id="top"] {
  scroll-margin-top: 96px;
}

@media (max-width: 980px) {
  section[id],
  [id="top"] {
    scroll-margin-top: 152px;
  }
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 86% 8%, rgba(101, 199, 210, 0.22), transparent 28rem),
    linear-gradient(180deg, #f5fbf8 0%, var(--cream) 42%, #eef7f2 100%);
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 60px rgba(16, 35, 31, 0.1);
  isolation: isolate;
  will-change: transform;
  transition: background 200ms ease, box-shadow 200ms ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 40px rgba(16, 35, 31, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 800;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.desktop-nav,
.header-actions,
footer nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.desktop-nav a,
footer nav a {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease;
}

.desktop-nav a:hover,
footer nav a:hover {
  color: var(--leaf-dark);
}

.desktop-nav a.is-active {
  background: rgba(15, 122, 90, 0.1);
  color: var(--leaf-dark);
}

.solid-button,
.ghost-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.solid-button {
  background: var(--leaf);
  color: white;
  box-shadow: 0 14px 30px rgba(15, 122, 90, 0.24);
}

.ghost-button {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
}

.solid-button:hover {
  background: var(--leaf-dark);
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(15, 122, 90, 0.32);
}

.ghost-button:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 122, 90, 0.4);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 32px rgba(16, 35, 31, 0.1);
}

.solid-button:active,
.ghost-button:active {
  transform: translateY(0);
}

.solid-button:focus-visible,
.ghost-button:focus-visible {
  outline: 2px solid rgba(15, 122, 90, 0.55);
  outline-offset: 3px;
}

.solid-button.large,
.ghost-button.large {
  min-height: 52px;
  padding: 0 22px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: white;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 10px;
  background: currentColor;
}

.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 56px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  padding: 88px 0 80px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.55;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.04;
}

h1 {
  max-width: 720px;
  font-size: clamp(46px, 7.4vw, 88px);
  letter-spacing: -0.02em;
}

h2 {
  max-width: 780px;
  font-size: clamp(32px, 4.6vw, 58px);
  letter-spacing: -0.015em;
}

h3 {
  font-size: 22px;
  line-height: 1.18;
}

.hero-lede,
.feature-copy p,
.stockists p,
.contact-copy p,
footer p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-stats {
  gap: 10px;
  margin-top: 34px;
}

.hero-stats span {
  display: inline-flex;
  flex-direction: column;
  min-width: 142px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-size: 13px;
}

.hero-stats strong {
  color: var(--ink);
  font-size: 20px;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 650px;
  border-radius: 8px;
  background: #0b8467;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 43, 35, 0.04), rgba(4, 43, 35, 0.16)),
    radial-gradient(circle at 78% 16%, rgba(188, 230, 106, 0.2), transparent 14rem);
}

.hero-visual::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 7%;
  height: 26%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  filter: blur(20px);
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.dashboard-card {
  animation: float-card 5.5s ease-in-out infinite;
}

.dashboard-card {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  display: grid;
  gap: 10px;
  width: 204px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(241, 255, 252, 0.82);
  box-shadow: 0 22px 46px rgba(7, 83, 61, 0.2);
  backdrop-filter: blur(16px);
}

.dashboard-card div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.dashboard-card strong {
  font-size: 21px;
  line-height: 1.08;
}

.dashboard-card small {
  color: var(--muted);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(188, 230, 106, 0.25);
}

.compatibility {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(1180px, calc(100% - 32px));
  margin: 8px auto 36px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.compatibility::before {
  content: "i";
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--leaf);
  color: white;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.compatibility p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.quick-planner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(15, 122, 90, 0.1), rgba(101, 199, 210, 0.16)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 70px rgba(7, 83, 61, 0.09);
}

.quick-planner article {
  min-height: 168px;
  padding: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 35, 31, 0.08);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease, border-color 200ms ease;
}

.quick-planner article:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 122, 90, 0.28);
  box-shadow: 0 16px 36px rgba(7, 83, 61, 0.12);
}

.quick-planner span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
}

.quick-planner strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.quick-planner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.section + .section {
  padding-top: 80px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefit-grid article,
.product-card,
.review-track article,
.feature-cards article,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(16, 35, 31, 0.08);
}

.benefit-grid article {
  padding: 28px;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease, border-color 200ms ease;
}

.benefit-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 122, 90, 0.28);
  box-shadow: 0 24px 54px rgba(7, 83, 61, 0.14);
}

.benefit-grid span {
  display: inline-flex;
  margin-bottom: 40px;
  color: var(--leaf);
  font-size: 13px;
  font-weight: 800;
}

.benefit-grid p,
.product-card p,
.review-track p,
.feature-cards p {
  color: var(--muted);
  line-height: 1.58;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: stretch;
  padding: 44px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
}

.feature-band .eyebrow,
.feature-copy p {
  color: #cfeadf;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-copy h2 {
  font-size: clamp(32px, 4vw, 54px);
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-cards article {
  display: grid;
  grid-template-rows: 1fr auto auto;
  align-content: stretch;
  min-height: 420px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), #edf8f4);
  color: var(--ink);
  overflow: hidden;
}

.feature-cards img {
  justify-self: center;
  align-self: center;
  width: min(85%, 300px);
  max-height: 240px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 18px 30px rgba(7, 83, 61, 0.18));
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  margin-bottom: 28px;
}

.section-heading .eyebrow {
  grid-column: 1;
  margin-bottom: -16px;
  white-space: nowrap;
}

.section-heading h2 {
  grid-column: 1;
}

.section-heading .filter-tabs {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.section-heading.compact {
  display: block;
}

.section-heading.compact .eyebrow {
  margin-bottom: 14px;
  white-space: normal;
}

.app-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 34px;
  align-items: center;
}

.app-panel {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 14%, rgba(188, 230, 106, 0.22), transparent 18rem),
    radial-gradient(circle at 18% 88%, rgba(101, 199, 210, 0.22), transparent 20rem),
    linear-gradient(160deg, #f8fbf7 0%, #eef7f1 60%, #e1f1ec 100%);
  box-shadow: 0 24px 70px rgba(7, 83, 61, 0.14);
  overflow: hidden;
}

.app-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.app-reading {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  min-width: 170px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(7, 83, 61, 0.16);
}

.app-reading span {
  color: var(--leaf);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.app-reading strong {
  color: var(--ink);
  font-size: 19px;
  letter-spacing: -0.005em;
}

.app-reading--rain {
  top: 28px;
  left: 28px;
}

.app-reading--flow {
  bottom: 28px;
  left: 28px;
}

.app-copy {
  display: grid;
  gap: 28px;
}

.app-points {
  display: grid;
  gap: 12px;
}

.app-points article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.app-points span {
  color: var(--leaf);
  font-size: 13px;
  font-weight: 800;
}

.app-points p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.automation-scenes {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: stretch;
}

.scene-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scene-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.scene-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.scene-tabs button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 200ms ease,
    border-color 200ms ease,
    color 200ms ease,
    box-shadow 220ms ease;
}

.scene-tabs button:hover {
  border-color: rgba(15, 122, 90, 0.45);
  color: var(--leaf-dark);
  transform: translateY(-1px);
}

.scene-tabs button.active {
  border-color: var(--leaf);
  background: var(--leaf);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 122, 90, 0.28);
}

.scene-stage {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 520px;
  padding: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 24%, rgba(188, 230, 106, 0.24), transparent 13rem),
    linear-gradient(145deg, #0e7d61, #71cbd0);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.scene-orbit {
  position: absolute;
  inset: auto -120px -160px auto;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  opacity: 0.45;
}

.scene-orbit span {
  position: absolute;
  inset: var(--scene-inset, 0);
  border: 12px solid rgba(255, 255, 255, 0.2);
  border-left-color: rgba(188, 230, 106, 0.72);
  border-radius: 50%;
}

.scene-orbit span:nth-child(2) {
  --scene-inset: 42px;
}

.scene-orbit span:nth-child(3) {
  --scene-inset: 84px;
}

.scene-device {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 310px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.24);
  overflow: hidden;
}

.scene-device img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 24px 34px rgba(7, 83, 61, 0.36));
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scene-stage.is-swap .scene-device img,
.scene-stage.is-swap .scene-detail strong,
.scene-stage.is-swap .scene-detail p,
.scene-stage.is-swap .scene-detail span,
.scene-stage.is-swap .scene-steps li {
  opacity: 0;
  transform: translateY(6px);
}

.scene-detail strong,
.scene-detail p,
.scene-detail span,
.scene-steps li {
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scene-detail {
  position: relative;
  z-index: 1;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  background: rgba(244, 255, 252, 0.86);
  backdrop-filter: blur(14px);
}

.scene-detail span {
  display: block;
  margin-bottom: 12px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scene-detail strong {
  display: block;
  font-size: 32px;
  line-height: 1.04;
}

.scene-detail p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.scene-steps {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: scene-step;
}

.scene-steps li {
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 800;
  line-height: 1.28;
  counter-increment: scene-step;
}

.scene-steps li::before {
  content: "0" counter(scene-step);
  display: block;
  margin-bottom: 12px;
  color: #dcf5ee;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.filter-tabs button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 200ms ease,
    border-color 200ms ease,
    color 200ms ease,
    box-shadow 220ms ease;
}

.filter-tabs button:hover {
  border-color: rgba(15, 122, 90, 0.45);
  color: var(--leaf-dark);
  transform: translateY(-1px);
}

.filter-tabs button.active {
  border-color: var(--leaf);
  background: var(--leaf);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 122, 90, 0.26);
}

.filter-tabs button em {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(15, 122, 90, 0.12);
  color: var(--leaf-dark);
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}

.filter-tabs button.active em {
  background: rgba(255, 255, 255, 0.22);
  color: white;
}

.product-count {
  margin: -8px 0 20px;
  color: var(--muted);
  font-weight: 700;
}

.catalogue-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 20px;
  overflow: hidden;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 200ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 122, 90, 0.28);
  box-shadow: 0 28px 60px rgba(7, 83, 61, 0.16);
}

.product-card.is-spotlight {
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px rgba(188, 230, 106, 0.45),
    0 28px 60px rgba(7, 83, 61, 0.2);
  animation: spotlight-pulse 1.6s ease;
}

@keyframes spotlight-pulse {
  0% { box-shadow: 0 0 0 0 rgba(188, 230, 106, 0); }
  35% { box-shadow: 0 0 0 6px rgba(188, 230, 106, 0.5), 0 28px 60px rgba(7, 83, 61, 0.22); }
  100% { box-shadow: 0 0 0 3px rgba(188, 230, 106, 0.45), 0 28px 60px rgba(7, 83, 61, 0.2); }
}

.product-image {
  position: relative;
  display: grid;
  place-items: center;
  height: 260px;
  margin: -6px -6px 22px;
  padding: 18px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 34%, rgba(188, 230, 106, 0.22), transparent 9rem),
    linear-gradient(145deg, #eef9f4, #ffffff);
  overflow: hidden;
}

.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 92%, rgba(7, 83, 61, 0.08), transparent 60%);
}

.product-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-mask-image: radial-gradient(ellipse 110% 110% at 50% 50%, black 70%, rgba(0, 0, 0, 0.55) 92%, transparent 100%);
  mask-image: radial-gradient(ellipse 110% 110% at 50% 50%, black 70%, rgba(0, 0, 0, 0.55) 92%, transparent 100%);
}

.product-image--wide img {
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  -webkit-mask-image: none;
  mask-image: none;
}

.product-image--square {
  background:
    radial-gradient(circle at 50% 30%, rgba(188, 230, 106, 0.18), transparent 8rem),
    linear-gradient(145deg, #f4fbf7, #ffffff);
}

.product-image--square img {
  width: 90%;
  height: 90%;
  -webkit-mask-image: none;
  mask-image: none;
}

.product-card:hover .product-image img {
  transform: translateY(-4px) scale(1.04);
}

.product-card h3 {
  min-height: 58px;
  font-size: 24px;
}

.product-card p {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 22px;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--leaf);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-meta a {
  position: relative;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 122, 90, 0.1);
  color: var(--leaf-dark);
  letter-spacing: 0.06em;
  transition: background 180ms ease, color 180ms ease, transform 200ms ease;
}

.product-meta a:hover {
  background: var(--leaf);
  color: white;
  transform: translateX(2px);
}

.setup-builder {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: stretch;
}

.builder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 540px;
  padding: 42px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(16, 35, 31, 0.96), rgba(7, 83, 61, 0.92)),
    radial-gradient(circle at 88% 12%, rgba(188, 230, 106, 0.24), transparent 18rem);
  color: white;
  overflow: hidden;
}

.builder-copy .eyebrow,
.builder-copy p {
  color: #cfeadf;
}

.builder-copy h2 {
  font-size: clamp(36px, 4.8vw, 64px);
}

.builder-note {
  display: grid;
  gap: 10px;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.builder-tier-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(188, 230, 106, 0.2);
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.builder-note strong {
  font-size: 26px;
  line-height: 1.1;
}

.builder-note > span:not(.builder-tier-label) {
  color: #dcefe9;
  line-height: 1.55;
}

.builder-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.builder-stats article {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.builder-stats span {
  display: block;
  margin-bottom: 4px;
  color: rgba(220, 239, 233, 0.75);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.builder-stats strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.builder-panel {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 14%, rgba(188, 230, 106, 0.18), transparent 13rem),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 50px rgba(16, 35, 31, 0.08);
}

.builder-panel label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 12px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(16, 35, 31, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.builder-scale {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: -2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.builder-panel label span {
  color: var(--muted);
  font-weight: 800;
}

.builder-panel label strong {
  color: var(--leaf-dark);
  font-size: 22px;
}

.builder-panel input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
  height: 26px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}

.builder-panel input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--leaf), var(--aqua));
}

.builder-panel input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--leaf), var(--aqua));
}

.builder-panel input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  margin-top: -8px;
  width: 22px;
  height: 22px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 8px 18px rgba(15, 122, 90, 0.35);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.builder-panel input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 8px 18px rgba(15, 122, 90, 0.35);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.builder-panel input[type="range"]:hover::-webkit-slider-thumb,
.builder-panel input[type="range"]:focus-visible::-webkit-slider-thumb {
  transform: scale(1.12);
  background: var(--leaf-dark);
  box-shadow: 0 12px 24px rgba(15, 122, 90, 0.45);
}

.builder-panel input[type="range"]:hover::-moz-range-thumb,
.builder-panel input[type="range"]:focus-visible::-moz-range-thumb {
  transform: scale(1.12);
  background: var(--leaf-dark);
  box-shadow: 0 12px 24px rgba(15, 122, 90, 0.45);
}

.builder-panel input[type="range"]:focus {
  outline: 0;
}

.builder-panel label {
  transition: border-color 200ms ease, background 200ms ease, transform 220ms ease;
}

.builder-panel label:focus-within {
  border-color: rgba(15, 122, 90, 0.45);
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
}

.builder-panel label strong {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.builder-panel label.is-pulse strong {
  transform: scale(1.08);
}

.builder-output {
  transition: box-shadow 280ms ease;
}

.builder-output.is-pulse {
  box-shadow: 0 0 0 1px rgba(188, 230, 106, 0.4),
    0 22px 46px rgba(15, 122, 90, 0.35);
}

.builder-output strong,
.builder-output p,
.builder-note strong,
.builder-note span {
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.builder-output.is-swap strong,
.builder-output.is-swap p,
.builder-note.is-swap strong,
.builder-note.is-swap span {
  opacity: 0;
  transform: translateY(6px);
}

.builder-output {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(15, 122, 90, 0.94), rgba(101, 199, 210, 0.92)),
    #0f7a5a;
  color: white;
  overflow: hidden;
}

.builder-output-body {
  position: relative;
  z-index: 1;
}

.builder-output-kicker {
  display: block;
  margin-bottom: 10px;
  color: #dff4ee;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.builder-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.builder-products button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 200ms ease,
    border-color 200ms ease,
    box-shadow 220ms ease;
}

.builder-products button img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #eef9f4, #ffffff);
  object-fit: contain;
  padding: 3px;
}

.builder-products button:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 122, 90, 0.45);
  background: white;
  box-shadow: 0 14px 28px rgba(7, 83, 61, 0.12);
}

.builder-cta {
  justify-self: stretch;
  width: 100%;
}

.builder-output span {
  display: block;
  margin-bottom: 12px;
  color: #dff4ee;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.builder-output strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
}

.builder-output p {
  margin: 14px 0 0;
  color: #e7fbf5;
  line-height: 1.55;
}

.builder-rings {
  position: relative;
  width: 156px;
  height: 156px;
  border-radius: 50%;
}

.builder-rings span {
  position: absolute;
  inset: var(--ring-inset, 0);
  display: block;
  margin: 0;
  border: 9px solid rgba(255, 255, 255, 0.35);
  border-right-color: var(--lime);
  border-radius: 50%;
  animation: spin-ring 9s linear infinite;
}

.builder-rings span:nth-child(2) {
  --ring-inset: 24px;
  animation-duration: 6s;
  animation-direction: reverse;
}

.builder-rings span:nth-child(3) {
  --ring-inset: 48px;
  animation-duration: 4.5s;
}

.review-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
}

.faq-copy h2 {
  font-size: clamp(30px, 4.2vw, 52px);
}

.faq-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 36px rgba(16, 35, 31, 0.06);
  transition: border-color 200ms ease, box-shadow 220ms ease, background 200ms ease;
}

.faq-list details[open] {
  border-color: rgba(15, 122, 90, 0.32);
  background: white;
  box-shadow: 0 22px 48px rgba(7, 83, 61, 0.1);
}

.faq-list summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

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

.faq-list summary > span:first-child {
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
}

.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transition: background 200ms ease, border-color 200ms ease, transform 220ms ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--leaf-dark);
  transform: translate(-50%, -50%);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), background 200ms ease;
}

.faq-icon::before {
  width: 12px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 12px;
}

.faq-list details[open] .faq-icon {
  background: var(--leaf);
  border-color: var(--leaf);
  transform: rotate(180deg);
}

.faq-list details[open] .faq-icon::before,
.faq-list details[open] .faq-icon::after {
  background: white;
}

.faq-list details[open] .faq-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}


.systems {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.systems-hero {
  min-height: 560px;
  padding: 42px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(7, 83, 61, 0.94), rgba(16, 35, 31, 0.96)),
    radial-gradient(circle at 82% 12%, rgba(101, 199, 210, 0.35), transparent 24rem);
  color: white;
  overflow: hidden;
}

.systems-hero .eyebrow {
  color: #cfeadf;
}

.systems-hero h2 {
  max-width: 720px;
  font-size: clamp(36px, 5vw, 64px);
}

.metric-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 56px;
}

.metric-panel article {
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.metric-panel span,
.system-cards span {
  display: block;
  margin-bottom: 14px;
  color: #cfeadf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metric-panel strong {
  display: block;
  font-size: 28px;
}

.system-cards {
  display: grid;
  gap: 14px;
}

.system-cards article {
  min-height: 170px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(16, 35, 31, 0.08);
}

.system-cards span {
  color: var(--leaf);
}

.system-cards p {
  color: var(--muted);
  line-height: 1.58;
}

.review-track article {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 26px 26px;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 200ms ease;
}

.review-track article::before {
  content: "\201C";
  position: absolute;
  top: 12px;
  right: 22px;
  color: rgba(15, 122, 90, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.review-track article:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 122, 90, 0.28);
  box-shadow: 0 26px 56px rgba(7, 83, 61, 0.14);
}

.review-rating {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 14px;
}

.review-rating span {
  width: 16px;
  height: 16px;
  background: var(--leaf);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/></svg>") center/contain no-repeat;
}

.review-track p {
  flex: 1;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
}

.review-track footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.review-avatar {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--leaf), var(--aqua));
  color: white;
  font-size: 16px;
  font-weight: 800;
}

.review-track footer strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

.review-track footer span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.stockists {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: center;
}

.stockist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.stockist-panel {
  display: grid;
  gap: 14px;
}

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

.stockist-types article {
  min-height: 162px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.stockist-types span {
  display: block;
  margin-bottom: 14px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stockist-types strong {
  display: block;
  font-size: 21px;
  line-height: 1.15;
}

.stockist-types p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

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

.province-grid span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--leaf-dark);
  font-weight: 800;
  text-align: center;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 36px;
  border-radius: 16px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0 16px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 220ms ease, background 180ms ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(91, 109, 101, 0.6);
  font-weight: 500;
}

.contact-form input {
  height: 54px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 148px;
  padding: 16px;
  line-height: 1.55;
  font-family: inherit;
}

.contact-form input:hover,
.contact-form textarea:hover {
  border-color: rgba(15, 122, 90, 0.35);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--leaf);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(15, 122, 90, 0.14);
}

.contact-channels {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.contact-channels a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 200ms ease, border-color 180ms ease, background 180ms ease, box-shadow 220ms ease;
}

.contact-channels a:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 122, 90, 0.32);
  background: white;
  box-shadow: 0 18px 42px rgba(7, 83, 61, 0.1);
}

.contact-channel-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--leaf), var(--aqua));
}

.contact-channel-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.contact-channel-icon[data-icon="whatsapp"]::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.768.967-.941 1.165-.173.198-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51l-.57-.01c-.198 0-.52.074-.792.371-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.71.306 1.263.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.247-.694.247-1.289.173-1.413-.074-.124-.272-.198-.57-.347zM12.06 21.5h-.001a9.5 9.5 0 0 1-4.83-1.323l-.347-.205-3.595.943.96-3.504-.226-.36A9.5 9.5 0 1 1 12.06 21.5zm8.413-17.913A11.5 11.5 0 0 0 2.6 17.487L1 22.999l5.638-1.479a11.5 11.5 0 0 0 5.42 1.38h.005c6.351 0 11.5-5.149 11.5-11.5a11.4 11.4 0 0 0-3.39-8.115z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.768.967-.941 1.165-.173.198-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51l-.57-.01c-.198 0-.52.074-.792.371-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.71.306 1.263.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.247-.694.247-1.289.173-1.413-.074-.124-.272-.198-.57-.347zM12.06 21.5h-.001a9.5 9.5 0 0 1-4.83-1.323l-.347-.205-3.595.943.96-3.504-.226-.36A9.5 9.5 0 1 1 12.06 21.5zm8.413-17.913A11.5 11.5 0 0 0 2.6 17.487L1 22.999l5.638-1.479a11.5 11.5 0 0 0 5.42 1.38h.005c6.351 0 11.5-5.149 11.5-11.5a11.4 11.4 0 0 0-3.39-8.115z'/></svg>");
}

.contact-channel-icon[data-icon="mail"]::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm0 2v.5l8 5 8-5V6H4zm16 2.7l-7.4 4.6a1 1 0 0 1-1.05 0L4 8.7V18h16V8.7z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm0 2v.5l8 5 8-5V6H4zm16 2.7l-7.4 4.6a1 1 0 0 1-1.05 0L4 8.7V18h16V8.7z'/></svg>");
}

.contact-channels strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

.contact-channels em {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.form-hint {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--leaf-dark);
  font-size: 14px;
  font-weight: 700;
  transition: color 200ms ease;
}

.form-note[data-tone="warn"] {
  color: #b8460e;
}

.form-note[data-tone="success"] {
  color: var(--leaf-dark);
}

.form-note a {
  color: inherit;
  text-decoration: underline;
}

.contact-form button[disabled] {
  opacity: 0.7;
  cursor: progress;
}

footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
}

footer p {
  max-width: 560px;
  margin: 8px 0 0;
  font-size: 15px;
}

footer span {
  grid-column: 1 / -1;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal-up 650ms ease forwards;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes spin-ring {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-button {
    display: none;
  }

  .mobile-nav-shell {
    position: sticky;
    top: 86px;
    z-index: 18;
    margin: 10px 12px 0;
  }

  .mobile-nav {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    width: min(100% - 24px, 1180px);
    margin: 10px auto 0;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 36px rgba(16, 35, 31, 0.08);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-nav a {
    flex: 0 0 auto;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 800;
    font-size: 12.5px;
    letter-spacing: 0.01em;
    text-align: center;
    scroll-snap-align: start;
    transition: color 160ms ease, background 160ms ease;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus-visible {
    color: var(--leaf-dark);
    background: rgba(15, 122, 90, 0.08);
  }

  .mobile-nav a.is-active {
    background: var(--leaf);
    color: white;
    box-shadow: 0 8px 18px rgba(15, 122, 90, 0.24);
  }

  .hero,
  .intro,
  .feature-band,
  .app-showcase,
  .automation-scenes,
  .setup-builder,
  .stockists,
  .contact,
  .systems,
  .faq {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

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

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

  .app-panel {
    min-height: 460px;
  }

  .scene-stage {
    grid-template-columns: 1fr;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading .eyebrow,
  .section-heading h2,
  .section-heading .filter-tabs {
    grid-column: 1;
    grid-row: auto;
  }

  .section-heading .eyebrow {
    margin-bottom: -8px;
  }

  .section-heading .filter-tabs {
    justify-content: flex-start;
  }

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

@media (max-width: 680px) {
  .site-header {
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    margin: 12px 0 0;
  }

  .brand span {
    display: none;
  }

  .hero,
  .section,
  .compatibility,
  .quick-planner,
  footer {
    width: calc(100% - 24px);
    max-width: calc(100vw - 24px);
  }

  .hero-copy,
  .contact-copy,
  .feature-copy,
  .stockists > div,
  .section-heading {
    max-width: 100%;
  }

  .hero-lede {
    max-width: 32ch;
  }

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

  .eyebrow {
    max-width: 32ch;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .dashboard-card {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .hero-art {
    object-position: center;
  }

  .benefit-grid,
  .feature-cards,
  .product-grid,
  .review-track,
  .quick-planner,
  .metric-panel,
  .scene-steps,
  .stockist-types,
  .province-grid,
  footer {
    grid-template-columns: 1fr;
  }

  .app-panel {
    min-height: 390px;
    padding: 18px;
  }

  .app-panel img {
    inset: 70px 12px 46px;
    width: calc(100% - 24px);
    height: calc(100% - 116px);
  }

  .app-reading {
    min-width: 142px;
    padding: 12px;
  }

  .app-reading strong {
    font-size: 16px;
  }

  .app-reading--rain {
    top: 14px;
    right: 14px;
  }

  .app-reading--flow {
    left: 14px;
    bottom: 14px;
  }

  .scene-stage {
    min-height: auto;
    padding: 18px;
  }

  .scene-device {
    height: 240px;
  }

  .scene-detail {
    padding: 18px;
  }

  .scene-detail strong {
    font-size: 25px;
  }

  .feature-band {
    padding: 28px 18px;
  }

  .systems-hero {
    min-height: auto;
    padding: 30px 20px;
  }

  .builder-copy {
    min-height: auto;
    padding: 30px 20px;
  }

  .builder-panel {
    padding: 16px;
  }

  .builder-output {
    grid-template-columns: 1fr;
  }

  .builder-rings {
    width: 118px;
    height: 118px;
  }

  .metric-panel {
    margin-top: 36px;
  }

  .section {
    padding: 62px 0;
  }

  .product-card {
    min-height: auto;
  }

  .product-image {
    height: 230px;
  }

  .product-card h3,
  .review-track p {
    min-height: 0;
  }
}
