:root {
  --ls-ink: #12221b;
  --ls-green: #173f2d;
  --ls-lime: #dfff67;
  --ls-cream: #f6f3ea;
  --ls-mint: #dceee3;
  --ls-line: rgba(18, 34, 27, .14);
}

.ls-home { width:100%; max-width:100%; min-width:0; overflow-x:hidden; overflow-x:clip; overflow-y:visible; background: #fff; color: var(--ls-ink); contain:inline-size; }
.ls-home *, .ls-home *::before, .ls-home *::after { box-sizing:border-box; min-width:0; max-width:100%; }
.ls-home h1, .ls-home h2, .ls-home h3, .ls-home p { margin-top: 0; }
.ls-home a { color: inherit; }
.ls-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ls-eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }

.ls-hero { position: relative; min-height: 710px; overflow:hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 110px); padding: 90px max(5vw, calc((100vw - 1400px)/2)); background: var(--ls-cream); isolation: isolate; }
.ls-hero-content { position: relative; z-index: 2; max-width: 720px; }
.ls-hero h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(54px, 6.7vw, 104px); line-height: .91; letter-spacing: -.065em; font-weight: 750; }
.ls-hero h1 em, .ls-value-copy h2 em { color: var(--ls-green); font-family: Georgia, serif; font-weight: 400; }
.ls-hero-content > p { max-width: 575px; margin-bottom: 34px; color: #536159; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.ls-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ls-btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border: 1px solid var(--ls-ink); border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 750; transition: transform .2s, background .2s, color .2s; }
.ls-btn:hover { transform: translateY(-2px); }
.ls-btn--primary, .ls-btn--dark { background: var(--ls-ink); color: #fff !important; }
.ls-btn--primary:hover, .ls-btn--dark:hover { background: var(--ls-green); }
.ls-btn--ghost { background: transparent; }
.ls-btn--ghost:hover { background: #fff; }
.ls-btn--light { border-color: #fff; background: #fff; color: var(--ls-ink) !important; }
.ls-hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; color: #5d685f; font-size: 12px; }
.ls-hero-proof span { display: flex; gap: 4px; align-items: center; }
.ls-hero-proof span::before { content: "✓"; width: 19px; height: 19px; display: inline-grid; place-items: center; margin-right: 4px; border: 1px solid #87938c; border-radius: 50%; font-size: 10px; }
.ls-hero-proof strong { color: var(--ls-ink); }
.ls-hero-showcase { position: relative; z-index: 1; width: min(100%, 560px); aspect-ratio: 1; justify-self: end; }
.ls-showcase-card { position: absolute; border-radius: 34px; box-shadow: 0 28px 80px rgba(29, 50, 38, .12); }
.ls-showcase-card--main { inset: 4% 3% 8% 8%; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 46px; background: linear-gradient(145deg, #cfefd8, #83b997); transform: rotate(3deg); }
.ls-showcase-card--main::before, .ls-showcase-card--main::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.ls-showcase-card--main::before { width: 380px; height: 380px; top: -120px; right: -120px; }
.ls-showcase-card--main::after { width: 250px; height: 250px; top: -42px; right: -55px; }
.ls-showcase-pill { position: absolute; top: 28px; left: 30px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.78); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ls-showcase-symbol { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.75); font-family: Georgia, serif; font-size: clamp(170px, 20vw, 310px); line-height: 1; }
.ls-showcase-card--main p { position: relative; z-index: 1; margin: 0; color: #133526; font-size: clamp(28px, 3vw, 46px); font-weight: 800; line-height: 1.05; letter-spacing: -.04em; }
.ls-showcase-card--mini { right: -7%; bottom: 1%; z-index: 2; min-width: 190px; padding: 25px; background: var(--ls-lime); transform: rotate(-5deg); }
.ls-showcase-card--mini span, .ls-showcase-card--mini strong { display: block; }
.ls-showcase-card--mini span { margin-bottom: 6px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.ls-showcase-card--mini strong { font-size: 20px; }
.ls-showcase-spark { position: absolute; top: 6%; right: 0; z-index: 3; font-size: 56px; font-weight: 200; }
.ls-hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.ls-hero-orb--one { width: 240px; height: 240px; left: -90px; bottom: -80px; background: #e4efb7; }
.ls-hero-orb--two { width: 100px; height: 100px; top: 12%; left: 48%; background: #f5c7a7; }

.ls-marquee { position:relative; height:48px; overflow:hidden; contain:layout paint inline-size; background:var(--ls-ink); color:#fff; }
.ls-marquee div { position:absolute; inset:0; width:100%; max-width:100%; display:flex; align-items:center; justify-content:center; gap:34px; padding:16px 12px; overflow:hidden; font-size:11px; font-weight:750; letter-spacing:.15em; text-transform:uppercase; white-space:nowrap; }
.ls-marquee i { color: var(--ls-lime); font-style: normal; }
@keyframes ls-marquee { to { transform: translateX(-50%); } }

.ls-section { width: min(1400px, 90vw); max-width:100%; margin: 0 auto; padding: clamp(80px, 9vw, 140px) 0; }
.ls-section-head { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 48px; }
.ls-section-head h2 { max-width: 750px; margin: 0; font-size: clamp(38px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; }
.ls-section-head > a { flex: none; border-bottom: 1px solid; padding-bottom: 5px; text-decoration: none; font-size: 13px; font-weight: 750; }
.ls-section-head > p { max-width: 410px; margin: 0; color: #68736c; line-height: 1.7; }

.ls-category-grid { display:grid; grid-template-columns:repeat(12, minmax(0, 1fr)); gap:18px; }
.ls-category-card { position: relative; grid-column: span 4; min-height: 390px; overflow: hidden; display: flex; align-items: flex-end; border-radius: 24px; background: #dce9df; text-decoration: none; isolation: isolate; }
.ls-category-card:nth-child(1), .ls-category-card:nth-child(5) { grid-column: span 5; }
.ls-category-card:nth-child(2), .ls-category-card:nth-child(6) { grid-column: span 7; }
.ls-category-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ls-category-card:hover img { transform: scale(1.045); }
.ls-category-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(8,25,17,.78)); }
.ls-category-card:not(:has(img)) .ls-category-shade { background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.65), transparent 33%), linear-gradient(145deg, transparent, rgba(18,34,27,.16)); }
.ls-category-card--2 { background: #eee2ce; }
.ls-category-card--3 { background: #d9d7ee; }
.ls-category-card > div { width: 100%; padding: 30px; color: #fff; }
.ls-category-card:not(:has(img)) > div { color: var(--ls-ink); }
.ls-category-card small { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.ls-category-card h3 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: -.04em; }
.ls-category-card div > span { font-size: 13px; font-weight: 750; }
.ls-category-card b { display: inline-block; margin-left: 7px; transition: transform .2s; }
.ls-category-card:hover b { transform: translateX(5px); }

.ls-products { border-top: 1px solid var(--ls-line); }
.tk-product-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px 18px; }
.tk-prod-card { min-width: 0; }
.tk-prod-media { position: relative; overflow: hidden; aspect-ratio: .82; border-radius: 18px; background: #f2f3ef; }
.tk-prod-image-link, .tk-prod-image-link img { width: 100%; height: 100%; }
.tk-prod-image-link img { object-fit: cover; transition: transform .5s ease; }
.tk-prod-card:hover .tk-prod-image-link img { transform: scale(1.035); }
.ls-product-badge { position: absolute; top: 13px; left: 13px; z-index: 2; padding: 7px 10px; border-radius: 999px; background: var(--ls-lime); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tk-prod-meta { display: flex; justify-content: space-between; gap: 12px; padding: 16px 3px 0; }
.ls-product-category { display: block; overflow: hidden; margin-bottom: 7px; color: #7a837d; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.ls-product-category a { color: inherit; text-decoration: none; }
.tk-prod-title { margin: 0 0 7px !important; font-size: 15px; font-weight: 700; line-height: 1.35; }
.tk-prod-title a { text-decoration: none; }
.tk-prod-price { font-size: 14px; font-weight: 750; }
.tk-prod-price del { color: #949b96; font-weight: 500; }
.tk-prod-price ins { text-decoration: none; }
.tk-prod-plus { flex: none; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--ls-line); border-radius: 50%; background: #fff; color: var(--ls-ink); font-size: 21px; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.tk-prod-plus:hover { background: var(--ls-ink); color: #fff; transform: rotate(90deg); }
.tk-quick-panel { position: absolute; inset: auto 10px 10px; z-index: 4; padding: 20px; border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 15px 40px rgba(0,0,0,.12); transform: translateY(calc(100% + 15px)); transition: transform .3s ease; }
.tk-prod-card.is-open .tk-quick-panel, .tk-prod-card.is-quick-open .tk-quick-panel, .tk-quick-panel.is-open { transform: translateY(0); }
.tk-quick-close { position: absolute; top: 8px; right: 10px; border: 0; background: none; font-size: 21px; cursor: pointer; }
.tk-option-block { margin-bottom: 13px; }
.tk-option-label { margin-bottom: 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.tk-option-values { display: flex; flex-wrap: wrap; gap: 6px; }
.tk-option-chip { padding: 7px 10px; border: 1px solid #d4d9d5; border-radius: 999px; background: #fff; cursor: pointer; }
.tk-option-chip.is-selected, .tk-option-chip.active { border-color: var(--ls-ink); background: var(--ls-ink); color: #fff; }
.tk-hidden-select { display: none; }
.tk-add-to-cart-btn { width: 100%; min-height: 43px; border: 0; border-radius: 999px; background: var(--ls-ink); color: #fff; font-weight: 750; cursor: pointer; }
.tk-add-to-cart-btn:disabled { opacity: .4; cursor: not-allowed; }
.tk-quickadd-msg { margin-top: 7px; font-size: 11px; }
.ls-center { display: flex; justify-content: center; margin-top: 50px; }

.ls-value-banner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding: clamp(80px, 10vw, 150px) max(5vw, calc((100vw - 1400px)/2)); background: var(--ls-mint); }
.ls-value-copy h2 { margin-bottom: 28px; font-size: clamp(48px, 6vw, 84px); line-height: .95; letter-spacing: -.06em; }
.ls-value-copy p { max-width: 560px; color: #526158; font-size: 18px; line-height: 1.7; }
.ls-value-copy > a { display: inline-block; margin-top: 12px; border-bottom: 1px solid; padding-bottom: 5px; text-decoration: none; font-weight: 750; }
.ls-value-cards { position: relative; min-height: 510px; }
.ls-value-cards > div { position: absolute; width: 58%; aspect-ratio: 1.2; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-radius: 25px; box-shadow: 0 25px 60px rgba(27,61,43,.12); }
.ls-value-cards > div:nth-child(1) { top: 0; left: 0; z-index: 1; background: var(--ls-green); color: #fff; transform: rotate(-6deg); }
.ls-value-cards > div:nth-child(2) { top: 18%; right: 0; z-index: 2; background: var(--ls-lime); transform: rotate(7deg); }
.ls-value-cards > div:nth-child(3) { bottom: 0; left: 19%; z-index: 3; background: #f5caad; transform: rotate(-2deg); }
.ls-value-cards span { position: absolute; top: 22px; right: 25px; font-size: 11px; }
.ls-value-cards strong { font-size: clamp(26px, 3vw, 40px); letter-spacing: -.04em; }
.ls-value-cards small { margin-top: 4px; opacity: .7; }

.ls-products--new { border-top: 0; }
.ls-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ls-line); border-bottom: 1px solid var(--ls-line); }
.ls-trust-grid > div { min-height: 280px; padding: 48px 3.5vw; border-right: 1px solid var(--ls-line); }
.ls-trust-grid > div:last-child { border-right: 0; }
.ls-trust-grid span { display: block; margin-bottom: 50px; color: #8b948e; font-size: 11px; }
.ls-trust-grid h3 { font-size: 22px; letter-spacing: -.025em; }
.ls-trust-grid p { margin-bottom: 0; color: #68736c; font-size: 14px; line-height: 1.7; }

.ls-rewards { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: clamp(70px, 9vw, 130px) max(5vw, calc((100vw - 1400px)/2)); background: var(--ls-green); color: #fff; }
.ls-rewards h2 { max-width: 900px; margin-bottom: 18px; font-size: clamp(44px, 6vw, 84px); line-height: .96; letter-spacing: -.055em; }
.ls-rewards p { max-width: 610px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 17px; }
.ls-newsletter { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; padding: clamp(65px, 8vw, 110px) max(5vw, calc((100vw - 1400px)/2)); background: var(--ls-lime); }
.ls-newsletter h2 { max-width: 720px; margin: 0; font-size: clamp(36px, 4.6vw, 64px); line-height: 1; letter-spacing: -.05em; }
.ls-newsletter > .ls-btn { justify-self: end; width: fit-content; }

@media (max-width: 1050px) {
  .ls-hero { min-height: auto; grid-template-columns: 1fr 1fr; padding-top: 75px; padding-bottom: 75px; }
  .tk-product-track { grid-template-columns: repeat(3, 1fr); }
  .ls-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ls-trust-grid > div:nth-child(2) { border-right: 0; }
  .ls-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ls-line); }
}

@media (max-width:760px), (max-device-width:760px) {
  html,
  body.home,
  body.front-page {
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow-x:hidden !important;
  }

  .ls-home {
    display:block;
    inline-size:100%;
    max-inline-size:100%;
    overflow-x:hidden !important;
    overflow-x:clip !important;
  }

  .ls-home > section {
    inline-size:100%;
    max-inline-size:100%;
  }

  .ls-hero { display: block; padding: 65px 6vw 80px; }
  .ls-hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .ls-hero-showcase { width: 92%; margin: 60px auto 0; }
  .ls-showcase-card--mini { right: 0; }
  .ls-showcase-spark { right: 5%; }
  .ls-hero-proof { gap: 12px; }
  .ls-section { width: auto; max-width:none; margin:0; padding: 78px 6vw; }
  .ls-section-head { display: block; }
  .ls-section-head > a, .ls-section-head > p { display: inline-block; margin-top: 22px; }
  .ls-category-grid { grid-template-columns: 1fr 1fr; }
  .ls-category-card, .ls-category-card:nth-child(n) { grid-column: auto; min-height: 280px; }
  .tk-product-track { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:28px 14px; overflow:visible; margin-right:0; padding-right:0; scroll-snap-type:none; }
  .tk-prod-card { width:100%; min-width:0; max-width:100%; flex:none; scroll-snap-align:none; }
  .ls-value-banner { grid-template-columns: 1fr; padding-inline: 6vw; overflow:hidden; }
  .ls-value-cards { min-height: 430px; }
  .ls-value-cards > div { width: 62%; }
  .ls-rewards { display: block; padding-inline: 6vw; }
  .ls-rewards .ls-btn { margin-top: 32px; }
  .ls-newsletter { grid-template-columns: 1fr; padding-inline: 6vw; }
  .ls-newsletter > .ls-btn { justify-self: start; }
}

@media (max-width:520px), (max-device-width:520px) {
  .ls-hero-actions { display: grid; }
  .ls-btn { width: 100%; }
  .ls-hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .ls-category-grid { display:grid; grid-template-columns:1fr; overflow:visible; margin-right:0; padding-right:0; scrollbar-width:auto; }
  .ls-category-card, .ls-category-card:nth-child(n) { width:100%; flex:none; min-height: 320px; }
  .tk-product-track { grid-template-columns:1fr; }
  .ls-value-cards > div { width: 68%; padding: 20px; }
  .ls-trust-grid { grid-template-columns: 1fr; }
  .ls-trust-grid > div { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--ls-line); }
  .ls-trust-grid > div:last-child { border-bottom: 0; }
  .ls-trust-grid span { margin-bottom: 30px; }
}

/*
 * Recovery path for mobile browsers that previously expanded the layout
 * viewport to fit homepage content before evaluating width media queries.
 */
@media (max-device-width:760px){
  html, body, .ls-home{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  .ls-home{
    contain:inline-size;
  }

  .ls-hero,
  .ls-section,
  .ls-value-banner,
  .ls-trust-grid,
  .ls-rewards,
  .ls-newsletter{
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .ls-marquee div{
    width:100%;
    max-width:100%;
    justify-content:center;
    gap:10px;
    padding:13px 10px;
    overflow:hidden;
    font-size:9px;
    line-height:1;
    letter-spacing:.09em;
    white-space:nowrap;
  }

  .ls-marquee div span:nth-of-type(n+3),
  .ls-marquee div i:nth-of-type(n+3){
    display:none;
  }
}

@media (max-width:380px), (max-device-width:380px){
  .ls-marquee div{
    gap:8px;
    font-size:8px;
    letter-spacing:.07em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-marquee div { animation: none; }
  .ls-home * { scroll-behavior: auto !important; }
}
