:root {
  --ink: #10231b;
  --muted: #62746b;
  --paper: #f8fbf8;
  --soft: #eef7f2;
  --line: #d9e9df;
  --brand: #1b8b58;
  --brand-dark: #0f4a36;
  --brand-soft: #dff3e8;
  --green: #2e6654;
  --accent: #c5a15a;
  --white: #ffffff;
  --shadow: 0 22px 58px rgba(15, 74, 54, 0.12);
  --shadow-soft: 0 12px 34px rgba(15, 74, 54, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fbfdfb 0, var(--paper) 360px, #fff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(217, 233, 223, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.site-footer nav,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 0;
}

.nav {
  gap: 26px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.nav a,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--brand);
}

.header-cta {
  justify-self: end;
  padding: 10px 19px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(27, 139, 88, 0.18);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: clamp(32px, 6vw, 76px);
  min-height: calc(100vh - 68px);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 72px) clamp(54px, 6vw, 78px);
  background:
    linear-gradient(135deg, rgba(223, 243, 232, 0.82), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(248, 251, 248, 0.92)),
    var(--paper);
}

.hero h1,
.section-heading h2,
.split h2,
.colour-section h2,
.final-cta h2 {
  margin: 0;
  line-height: 1.02;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(2.85rem, 6.5vw, 5.7rem);
  font-weight: 850;
  letter-spacing: 0;
}

.lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.buy-note {
  margin: 14px 0 0;
  color: var(--brand-dark);
  font-size: 0.96rem;
  font-weight: 760;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 14px 30px rgba(27, 139, 88, 0.22);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-row span {
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(15, 74, 54, 0.05);
}

.hero-media {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 7% 3% 2%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(238, 247, 242, 0.42)),
    var(--brand-soft);
  border: 1px solid rgba(217, 233, 223, 0.86);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.hero-media img {
  width: min(720px, 100%);
  filter: drop-shadow(0 34px 42px rgba(15, 74, 54, 0.16));
}

.hero-badge {
  position: absolute;
  right: clamp(0px, 4vw, 38px);
  bottom: 54px;
  width: min(230px, 52vw);
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-badge strong,
.hero-badge span {
  display: block;
}

.hero-badge span {
  color: var(--muted);
  font-size: 0.92rem;
}

.band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 248, 0.96)),
    var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro,
.demo-section,
.results,
.shop,
.colour-section,
.benefits,
.faq,
.final-cta {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.split,
.demo-section,
.colour-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
}

.split h2,
.demo-section h2,
.section-heading h2,
.colour-section h2,
.final-cta h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  font-weight: 830;
  letter-spacing: 0;
  line-height: 1.05;
}

.split p,
.demo-section p,
.section-heading p,
.colour-section p,
.final-cta p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.05rem;
}

.steps {
  display: grid;
  gap: 12px;
}

.steps div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(217, 233, 223, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.steps span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 50%;
  font-weight: 850;
}

.steps p {
  margin: 0;
}

.demo-section {
  background:
    linear-gradient(180deg, var(--paper), rgba(238, 247, 242, 0.86)),
    var(--soft);
}

.demo-gallery {
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(620px, 100%);
}

.demo-phone {
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(15, 74, 54, 0.16);
}

.demo-phone video,
.demo-phone img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center;
  background: #0d1914;
  border-radius: 6px;
}

.demo-phone span {
  display: block;
  padding: 12px 4px 2px;
  color: var(--brand-dark);
  font-size: 0.86rem;
  font-weight: 850;
  text-align: center;
}

.demo-video-wrap {
  justify-self: center;
  width: min(640px, 100%);
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(15, 74, 54, 0.16);
}

.demo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0d1914;
  border-radius: 8px;
}

.section-action {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

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

.result-grid,
.product-grid,
.benefit-grid {
  display: grid;
  gap: 20px;
}

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

.result-grid article,
.product {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(217, 233, 223, 0.92);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.result-grid article {
  padding: 12px;
}

.result-grid img {
  width: 100%;
  aspect-ratio: 1280 / 700;
  object-fit: cover;
  border-radius: 6px;
}

.result-grid p {
  margin: 0;
  padding: 16px 8px 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
}

.product[data-product-url] {
  cursor: pointer;
}

.product-image-link {
  display: block;
  text-decoration: none;
}

.product img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  padding: 14px 12px 0;
  background:
    linear-gradient(180deg, rgba(238, 247, 242, 0.92), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.product h3 {
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: 0;
}

.product h3 a {
  color: inherit;
  text-decoration: none;
}

.product h3 a:hover {
  color: var(--brand);
}

.product p {
  margin: 0;
  color: var(--muted);
}

.product-points {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.9rem;
  list-style: none;
}

.product-points li {
  position: relative;
  padding-left: 18px;
}

.product-points li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--brand);
  border-radius: 50%;
}

.product-meta {
  margin-top: auto;
}

.product-meta strong,
.product-meta span {
  display: block;
}

.product-meta strong {
  font-size: 1.62rem;
  line-height: 1;
}

.product-meta span {
  color: var(--muted);
  font-size: 0.92rem;
}

.product-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), #0b3527);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 74, 54, 0.16);
}

.product.featured {
  border-color: rgba(27, 139, 88, 0.36);
  box-shadow: 0 22px 54px rgba(15, 74, 54, 0.14);
}

.colour-section {
  background:
    linear-gradient(135deg, rgba(197, 161, 90, 0.1), rgba(197, 161, 90, 0) 42%),
    linear-gradient(135deg, var(--brand-dark), #0b3327);
  color: var(--white);
}

.colour-section .section-kicker,
.colour-section p {
  color: #d7eadf;
}

.shade-note {
  margin-top: 22px;
  font-weight: 750;
}

.shade-board {
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  width: min(620px, 100%);
  padding: clamp(18px, 3vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(215, 234, 223, 0.3);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.shade-board article {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: clamp(10px, 2vw, 14px);
  background: rgba(247, 251, 248, 0.96);
  border: 1px solid rgba(215, 234, 223, 0.72);
  border-radius: 8px;
}

.shade-board img {
  width: 100%;
  max-width: 126px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid var(--white);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(197, 161, 90, 0.34),
    0 10px 26px rgba(20, 35, 28, 0.18);
}

.shade-board span {
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

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

.benefit-grid div {
  min-height: 98px;
  display: flex;
  align-items: center;
  padding: 22px;
  background: linear-gradient(180deg, var(--white), var(--soft));
  border: 1px solid rgba(217, 233, 223, 0.92);
  border-radius: 8px;
  font-weight: 780;
  box-shadow: var(--shadow-soft);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

details {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(217, 233, 223, 0.92);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 74, 54, 0.05);
}

summary {
  cursor: pointer;
  padding: 19px 22px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-cta {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(238, 247, 242, 0.78)),
    var(--soft);
}

.final-cta h2,
.final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(20px, 5vw, 72px);
  color: #d7eadf;
  background: linear-gradient(135deg, #10231b, #0b3327);
}

.site-footer p {
  margin: 6px 0 0;
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.mobile-shop-bar {
  display: none;
}

@media (max-width: 1080px) {
  .result-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-media {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 74px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .header-cta {
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-media {
    min-height: 300px;
  }

  .hero-badge {
    position: static;
    width: 100%;
    margin-top: -8px;
  }

  .split,
  .demo-section,
  .colour-section {
    grid-template-columns: 1fr;
  }

  .result-grid,
  .product-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .product img {
    height: 300px;
  }

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

  .demo-gallery {
    grid-template-columns: 1fr;
    width: min(360px, 100%);
  }

  .site-footer {
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

.mobile-shop-bar {
  position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 18px;
    color: var(--white);
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(15, 74, 54, 0.26);
    font-weight: 850;
    text-align: center;
    text-decoration: none;
  }
}

.lf-commerce-body {
  background:
    linear-gradient(180deg, #fbfdfb 0, #f4faf6 320px, #fff 100%);
}

.commerce-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(217, 233, 223, 0.9);
  backdrop-filter: blur(18px);
}

.commerce-brand,
.commerce-header nav {
  display: flex;
  align-items: center;
}

.commerce-brand {
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.commerce-brand img {
  width: 38px;
  height: 38px;
}

.commerce-header nav {
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
}

.commerce-header nav a {
  text-decoration: none;
}

.commerce-header nav a:hover {
  color: var(--brand);
}

.commerce-shell {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) 0;
}

.commerce-content,
.commerce-shop-shell {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 233, 223, 0.94);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.commerce-content {
  padding: clamp(24px, 4vw, 46px);
}

.commerce-content h1,
.commerce-shop-shell .product_title,
.commerce-shop-shell .page-title {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.commerce-content a,
.commerce-shop-shell a {
  color: var(--brand-dark);
}

.commerce-shop-shell {
  padding: clamp(20px, 4vw, 44px);
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto;
  float: none;
}

.woocommerce div.product div.images img {
  background:
    linear-gradient(180deg, rgba(238, 247, 242, 0.92), rgba(255, 255, 255, 0.96)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--brand-dark);
  font-size: 1.55rem;
  font-weight: 850;
}

.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.woocommerce .checkout-button,
.woocommerce button.button,
.woocommerce a.button {
  min-height: 46px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 999px;
  font-weight: 850;
}

.woocommerce div.product form.cart .variations select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.woocommerce table.shop_table {
  border-color: var(--line);
  border-radius: 8px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--brand);
  background: var(--soft);
}

@media (max-width: 780px) {
  .commerce-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
  }
}
