/* =============================================================================
   Lewaky — design tokens and components, from Home.dc.html.
   Storefront's stylesheet is dequeued in functions.php, so this styles from a
   near-bare base rather than fighting Storefront's specificity.
   ========================================================================== */

:root {
  --lw-green:    #2E7D46;
  --lw-green-dk: #24603A;
  --lw-green-lt: #EFF5F1;
  --lw-green-bd: #D3E3D8;
  --lw-ink:      #161A18;
  --lw-body:     #3D453F;
  --lw-muted:    #5B6560;
  --lw-faint:    #8A938D;
  --lw-line:     #E3E5E4;
  --lw-line-2:   #C9CFCB;
  --lw-bg:       #F5F6F5;
  --lw-bg-2:     #F0F2F0;
  --lw-off:      #FAFBFA;
  --lw-card:     #FFFFFF;
  --lw-orange:   #B8480F;
  --lw-amber:    #E0A21B;
  --lw-blue:     #2B6D8F;
  --lw-wrap:     1280px;
  --lw-r:        12px;
}

*, *::before, *::after { box-sizing: border-box; }

body.lw {
  margin: 0;
  background: var(--lw-bg);
  color: var(--lw-ink);
  font-family: Outfit, -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.lw a { color: var(--lw-green); text-decoration: none; }
.lw a:hover { color: var(--lw-green-dk); text-decoration: underline; }
.lw img { max-width: 100%; height: auto; }
.lw :focus-visible { outline: 3px solid var(--lw-green); outline-offset: 2px; }
.lw-sr, .lw-skip:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.lw-skip:focus {
  position: absolute; z-index: 100; top: 8px; left: 8px; width: auto; height: auto;
  padding: 12px 18px; background: var(--lw-green); color: #fff; border-radius: 8px;
}
.lw-wrap { max-width: var(--lw-wrap); margin: 0 auto; padding: 0 20px; }
.lw-narrow { max-width: 900px; }
.lw-measure { max-width: 660px; }
.lw-center { max-width: 640px; margin: 0 auto 26px; text-align: center; }
.lw-mt { margin-top: 30px; }

/* --- type ---------------------------------------------------------------- */
.lw-h2 { margin: 0 0 6px; font-size: 30px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; }
.lw-sub { margin: 0 0 24px; font-size: 17px; color: var(--lw-body); text-wrap: pretty; }
.lw-eyebrow {
  margin: 0 0 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--lw-muted);
}
.lw-eyebrow--light { color: #7FC496; }
.lw-pill {
  display: inline-flex; align-items: center; align-self: flex-start; margin: 0 0 18px;
  padding: 5px 10px; background: #fff; border: 1px solid var(--lw-green-bd);
  border-radius: 6px; font-size: 13px; font-weight: 600; color: #1F5C32;
}

/* --- buttons ------------------------------------------------------------- */
.lw-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 0 24px; border: 0; border-radius: 8px;
  font: inherit; font-size: 16px; font-weight: 600; cursor: pointer; text-align: center;
}
.lw-btn:hover { text-decoration: none; }
.lw-btn--primary { background: var(--lw-green); color: #fff; }
.lw-btn--primary:hover { background: var(--lw-green-dk); color: #fff; }
.lw-btn--outline { background: transparent; color: var(--lw-ink); border: 1.5px solid var(--lw-ink); }
.lw-btn--outline:hover { background: var(--lw-bg-2); color: var(--lw-ink); }
.lw-btn--ghost { background: #fff; color: var(--lw-ink); border: 1px solid var(--lw-line-2); }

/* --- header -------------------------------------------------------------- */
.lw-announce {
  background: var(--lw-ink); color: var(--lw-bg); font-size: 13.5px;
  padding: 9px 20px; text-align: center;
}
.lw-announce .woocommerce-Price-amount { color: inherit; }
.lw-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--lw-line); }
.lw-header__bar { display: flex; align-items: center; gap: 16px; min-height: 74px; }
.lw-header__menu { display: none; }
.lw-logo { display: flex; align-items: center; flex: 0 0 auto; }
.lw-logo__text { font-size: 23px; font-weight: 700; letter-spacing: -0.03em; color: var(--lw-ink); }
.lw-logo img { max-height: 34px; width: auto; }

.lw-search { position: relative; flex: 1 1 auto; max-width: 460px; margin: 0 auto; }
.lw-search input {
  width: 100%; height: 44px; padding: 0 46px 0 14px; font: inherit;
  border: 1px solid var(--lw-line-2); border-radius: 8px; background: #fff; color: var(--lw-ink);
}
.lw-search button {
  position: absolute; right: 4px; top: 4px; width: 36px; height: 36px; display: grid;
  place-items: center; border: 0; border-radius: 6px; background: var(--lw-bg-2);
  color: var(--lw-body); cursor: pointer;
}
.lw-search button:hover { background: var(--lw-line); }

.lw-header__actions { display: flex; align-items: center; gap: 4px; flex: 0 0 auto; }
.lw-iconbtn {
  display: grid; place-items: center; width: 46px; height: 46px; border: 0;
  border-radius: 8px; background: transparent; color: var(--lw-ink); cursor: pointer;
}
.lw-iconbtn:hover { background: var(--lw-bg-2); color: var(--lw-ink); text-decoration: none; }
.lw-iconbtn--label { width: auto; min-width: 58px; padding: 6px 10px; gap: 1px; font-size: 11.5px; font-weight: 500; }
.lw-cartbtn { position: relative; }
.lw-cartbtn__count {
  position: absolute; top: 0; right: 4px; min-width: 19px; height: 19px; padding: 0 5px;
  border-radius: 10px; background: var(--lw-green); color: #fff; font-size: 11.5px;
  font-weight: 600; line-height: 19px; text-align: center;
}
.lw-cartbtn__count.is-empty { display: none; }

.lw-nav { border-top: 1px solid var(--lw-bg-2); }
.lw-nav__list { display: flex; gap: 4px; justify-content: center; flex-wrap: wrap; list-style: none; margin: 0; }
.lw-nav__list a {
  display: flex; align-items: center; height: 50px; padding: 0 14px; font-size: 15.5px;
  font-weight: 500; color: var(--lw-ink); border-bottom: 3px solid transparent; white-space: nowrap;
}
.lw-nav__list a:hover { color: var(--lw-green); border-bottom-color: var(--lw-green); text-decoration: none; }

/* --- mobile drawer ------------------------------------------------------- */
.lw-drawer[hidden] { display: none; }
.lw-drawer__backdrop { position: fixed; inset: 0; z-index: 60; background: rgba(22,26,24,.5); }
.lw-drawer__panel {
  position: fixed; inset: 0 auto 0 0; z-index: 61; width: 88%; max-width: 360px;
  background: #fff; overflow-y: auto; box-shadow: 4px 0 24px rgba(22,26,24,.2);
}
.lw-drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px; border-bottom: 1px solid var(--lw-line); font-weight: 600;
}
.lw-drawer__link {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 15px 18px; border-bottom: 1px solid var(--lw-bg-2);
  color: var(--lw-ink); font-size: 16.5px; font-weight: 500;
}
.lw-drawer__link span { color: var(--lw-faint); font-size: 13px; font-weight: 400; }
.lw-drawer__foot { display: grid; gap: 10px; padding: 18px; }

/* --- sections ------------------------------------------------------------ */
.lw-main { display: block; }
.lw-sec { padding: 52px 0 56px; background: #fff; border-bottom: 1px solid var(--lw-line); }
.lw-sec--alt { background: var(--lw-bg); }
.lw-sec--dark { background: var(--lw-ink); color: var(--lw-bg); border-bottom: 0; }
.lw-sec--dark .lw-h2 { color: #fff; }
.lw-lead-light { font-size: 17px; line-height: 1.6; color: #D7DBD8; max-width: 520px; text-wrap: pretty; }
.lw-note {
  padding: 14px 16px; margin: 18px 0 22px; max-width: 520px; font-size: 14.5px;
  line-height: 1.55; color: #D7DBD8; background: rgba(255,255,255,.04);
  border: 1px solid var(--lw-body); border-radius: 10px;
}

/* --- hero ---------------------------------------------------------------- */
.lw-hero { background: #fff; border-bottom: 1px solid var(--lw-line); padding: 26px 0 34px; }
.lw-hero__grid {
  display: grid; grid-template-columns: 1.02fr 1fr; align-items: stretch;
  border: 1px solid var(--lw-line); border-radius: 14px; overflow: hidden; background: var(--lw-bg-2);
}
.lw-hero__media { background: #E7EAE8; min-height: 440px; }
.lw-hero__media img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: center 60%; display: block; }
.lw-hero__body { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.lw-hero__body h1 { margin: 0; font-size: 48px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.08; }
.lw-hero__lead { margin: 16px 0 0; font-size: 17px; line-height: 1.6; color: var(--lw-body); max-width: 460px; text-wrap: pretty; }
.lw-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.lw-ticks { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 26px 0 0; padding: 0; list-style: none; font-size: 14px; color: var(--lw-muted); }
.lw-ticks li { display: flex; align-items: center; gap: 6px; }
.lw-ticks li::before {
  content: ""; flex: 0 0 auto; width: 15px; height: 15px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E7D46' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.5l4.5 4.5L19.5 6.5'/%3E%3C/svg%3E");
}

/* --- grids --------------------------------------------------------------- */
.lw-grid { display: grid; gap: 20px; }
.lw-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lw-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lw-grid--products { list-style: none; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* --- department tiles ---------------------------------------------------- */
.lw-depts { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lw-dept { display: block; color: var(--lw-ink); }
.lw-dept:hover { color: var(--lw-green); text-decoration: none; }
.lw-dept__media {
  display: grid; place-items: center; aspect-ratio: 1; overflow: hidden;
  background: #fff; border: 1px solid var(--lw-line); border-radius: var(--lw-r);
  box-shadow: 0 1px 2px rgba(22,26,24,.04);
}
.lw-dept:hover .lw-dept__media { border-color: var(--lw-green); }
.lw-dept__media img { width: 100%; height: 100%; object-fit: cover; }
.lw-dept__count { font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: #B4BCB6; }
.lw-dept__name { display: block; margin-top: 10px; font-size: 15.5px; font-weight: 600; line-height: 1.3; }
.lw-dept__n { display: block; font-size: 13.5px; color: var(--lw-muted); }

/* --- product card -------------------------------------------------------- */
.lw-card {
  position: relative; display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--lw-line); border-radius: var(--lw-r); overflow: hidden;
  box-shadow: 0 1px 2px rgba(22,26,24,.04); list-style: none;
}
.lw-card:hover { border-color: var(--lw-line-2); box-shadow: 0 6px 18px rgba(22,26,24,.10); }
.lw-card__badge {
  position: absolute; top: 12px; left: 12px; z-index: 2; padding: 4px 9px; border-radius: 5px;
  font-size: 11.5px; font-weight: 600; background: var(--lw-ink); color: #fff;
}
.lw-card__badge--sale { background: var(--lw-orange); }
.lw-card__media { display: block; padding: 14px; border-bottom: 1px solid var(--lw-bg-2); }
.lw-card__media img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: contain; }
.lw-card__noimg {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  aspect-ratio: 4/3; border: 1px dashed #D5DAD6; border-radius: 8px; background: var(--lw-off);
  color: var(--lw-faint); font-size: 11.5px;
}
.lw-card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 14px 16px 16px; }
.lw-card__brand { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--lw-muted); }
.lw-card__title { margin: 3px 0 0; font-size: 16px; font-weight: 600; line-height: 1.32; text-wrap: pretty; }
.lw-card__title a { color: var(--lw-ink); }
.lw-card__title a:hover { color: var(--lw-green); text-decoration: none; }
.lw-card__spec { margin-top: 10px; padding: 8px 10px; background: var(--lw-bg-2); border-radius: 7px; }
.lw-card__spec-label { display: block; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--lw-muted); }
.lw-card__spec-value { display: block; font-size: 15.5px; font-weight: 600; line-height: 1.3; }
.lw-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.lw-tag {
  display: inline-flex; align-items: center; gap: 5px; padding: 3px 8px; background: #fff;
  border: 1px solid var(--lw-line-2); border-radius: 5px; font-size: 12px; font-weight: 500;
}
.lw-tag--warn { background: #FBF0E7; border-color: #F0D9C4; color: #8A3E0B; font-weight: 600; }
.lw-tag__dot { width: 7px; height: 7px; border-radius: 2px; }
.lw-card__asm { display: flex; gap: 6px; margin: 9px 0 0; font-size: 12.5px; color: var(--lw-muted); line-height: 1.45; }
.lw-card__rating { display: flex; align-items: center; gap: 7px; margin: 11px 0 0; font-size: 13px; color: var(--lw-muted); }
.lw-stars { display: inline-flex; gap: 1.5px; }
.lw-card__foot { margin-top: auto; padding-top: 13px; }
.lw-card__price { margin: 0; font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }
.lw-card__price del { font-size: 14.5px; font-weight: 400; color: var(--lw-muted); margin-right: 6px; }
.lw-card__price ins { text-decoration: none; color: var(--lw-orange); }
.lw-card__stock { display: flex; align-items: center; gap: 6px; margin: 5px 0 0; font-size: 13.5px; font-weight: 500; color: #1F5C32; }
.lw-card__stock.is-out { color: #8A3E0B; }
.lw-card__add, .lw-card .button {
  display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px;
  margin-top: 12px; border: 0; border-radius: 8px; background: var(--lw-green); color: #fff;
  font: inherit; font-size: 15.5px; font-weight: 600; cursor: pointer;
}
.lw-card .button:hover { background: var(--lw-green-dk); color: #fff; text-decoration: none; }
.lw-card .added_to_cart { display: block; margin-top: 8px; text-align: center; font-size: 14px; }

/* --- finder -------------------------------------------------------------- */
.lw-finder { max-width: 760px; margin: 0 auto; background: var(--lw-off); border: 1px solid var(--lw-line); border-radius: 14px; overflow: hidden; }
.lw-finder__tabs { display: flex; background: #fff; border-bottom: 1px solid var(--lw-line); }
.lw-finder__tabs button {
  flex: 1 1 0; min-height: 52px; padding: 0 8px; border: 0; border-bottom: 3px solid transparent;
  background: var(--lw-off); color: var(--lw-muted); font: inherit; font-size: 15px;
  font-weight: 600; cursor: pointer;
}
.lw-finder__tabs button.is-active { background: #fff; color: var(--lw-ink); border-bottom-color: var(--lw-green); }
.lw-finder__body { padding: 26px 24px 28px; }
.lw-finder__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 6px; }
.lw-finder__step { font-size: 13px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--lw-muted); }
.lw-finder__bar { height: 6px; border-radius: 3px; background: var(--lw-line); overflow: hidden; margin-bottom: 22px; }
.lw-finder__bar i { display: block; height: 100%; background: var(--lw-green); transition: width .2s; }
.lw-finder__q { margin: 0 0 18px; font-size: 22px; font-weight: 600; letter-spacing: -0.015em; }
.lw-finder__opts { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lw-finder__opt {
  text-align: left; min-height: 68px; padding: 14px 16px; background: #fff;
  border: 1.5px solid var(--lw-line-2); border-radius: 10px; cursor: pointer; font: inherit;
}
.lw-finder__opt:hover { border-color: var(--lw-green); background: var(--lw-green-lt); }
.lw-finder__opt b { display: block; font-size: 16px; font-weight: 600; }
.lw-finder__opt span { display: block; margin-top: 2px; font-size: 13.5px; color: var(--lw-muted); line-height: 1.4; }
.lw-link { border: 0; background: none; padding: 0; font: inherit; font-size: 14px; color: var(--lw-muted); text-decoration: underline; cursor: pointer; }
.lw-pick { background: #fff; border: 1.5px solid var(--lw-green); border-radius: var(--lw-r); padding: 20px; }
.lw-pick__name { display: block; margin-top: 4px; font-size: 21px; font-weight: 600; letter-spacing: -0.015em; color: var(--lw-ink); }
.lw-pick__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.lw-chip { padding: 4px 9px; background: var(--lw-bg-2); border-radius: 6px; font-size: 13.5px; font-weight: 600; }
.lw-chip--out { background: #fff; border: 1px solid var(--lw-line-2); font-weight: 400; }
.lw-chip--price { background: var(--lw-green-lt); color: #1F5C32; }
.lw-pick__why { margin: 14px 0 0; font-size: 15.5px; color: var(--lw-body); line-height: 1.55; }
.lw-pick__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.lw-alts { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 14px; }
.lw-alt { display: block; padding: 14px 16px; background: #fff; border: 1px solid var(--lw-line); border-radius: 10px; color: var(--lw-ink); }
.lw-alt:hover { border-color: var(--lw-line-2); text-decoration: none; color: var(--lw-ink); }
.lw-alt b { display: block; margin-top: 3px; font-size: 16px; font-weight: 600; line-height: 1.3; }
.lw-alt span { display: block; margin-top: 4px; font-size: 14px; color: var(--lw-muted); }

/* --- power tiles --------------------------------------------------------- */
.lw-tile {
  display: flex; flex-direction: column; gap: 8px; padding: 24px; min-height: 190px;
  border: 1px solid var(--lw-line); border-radius: var(--lw-r); color: var(--lw-ink); background: var(--lw-bg-2);
}
.lw-tile:hover { border-color: var(--lw-green); color: var(--lw-ink); text-decoration: none; }
.lw-tile--green { background: var(--lw-green-lt); border-color: var(--lw-green-bd); }
.lw-tile--blue { background: #EEF3F6; border-color: #D6E3EA; }
.lw-tile__dot { width: 40px; height: 40px; border-radius: 9px; margin-bottom: 6px; }
.lw-tile__name { font-size: 21px; font-weight: 600; letter-spacing: -0.015em; }
.lw-tile__blurb { font-size: 15.5px; color: var(--lw-body); line-height: 1.55; }
.lw-tile__cta { margin-top: auto; font-size: 15px; font-weight: 600; color: var(--lw-green); }

/* --- battery platform ---------------------------------------------------- */
.lw-battery { display: grid; gap: 36px; grid-template-columns: 1.15fr 1fr; align-items: center; }
.lw-battery__tools { background: #fff; border-radius: var(--lw-r); padding: 20px; color: var(--lw-ink); }
.lw-battery__grid { display: grid; gap: 8px; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); }
.lw-battery__grid a { display: block; padding: 8px; border: 1px solid var(--lw-line); border-radius: 8px; color: var(--lw-ink); }
.lw-battery__grid a:hover { border-color: var(--lw-green); text-decoration: none; }
.lw-battery__img { display: grid; place-items: center; aspect-ratio: 1; border-radius: 5px; background: var(--lw-bg-2); margin-bottom: 6px; overflow: hidden; }
.lw-battery__img img { width: 100%; height: 100%; object-fit: contain; }
.lw-battery__name { display: block; font-size: 11.5px; font-weight: 600; line-height: 1.25; }

/* --- structures ---------------------------------------------------------- */
.lw-struct { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--lw-line); border-radius: var(--lw-r); overflow: hidden; }
.lw-struct__media { display: block; background: var(--lw-bg-2); }
.lw-struct__media img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.lw-struct__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px; }
.lw-struct__body h3 { margin: 0; font-size: 17.5px; font-weight: 600; line-height: 1.3; }
.lw-struct__body h3 a { color: var(--lw-ink); }
.lw-specs { display: grid; gap: 1px; margin: 14px 0 0; border: 1px solid var(--lw-line); border-radius: 8px; overflow: hidden; background: var(--lw-line); }
.lw-specs > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 12px; background: var(--lw-off); font-size: 14.5px; }
.lw-specs dt { color: var(--lw-muted); }
.lw-specs dd { margin: 0; font-weight: 600; text-align: right; }
.lw-struct__foot { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: auto 0 0; padding-top: 16px; }
.lw-struct__price { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }
.lw-callout {
  margin: 24px 0 0; padding: 16px 18px; background: #FBF0E7; border: 1px solid #F0D9C4;
  border-radius: 10px; font-size: 15px; color: #6B3208; line-height: 1.55;
}

/* --- why / panel / faq --------------------------------------------------- */
.lw-why { gap: 24px; }
.lw-why h3 { margin: 0 0 5px; font-size: 17px; font-weight: 600; }
.lw-why p { margin: 0; font-size: 15.5px; color: var(--lw-body); line-height: 1.55; }
.lw-why__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: var(--lw-green-lt); color: var(--lw-green); margin-bottom: 12px; }
.lw-panel { background: var(--lw-bg-2); border: 1px solid var(--lw-line); border-radius: 14px; padding: 32px; }
.lw-panel--split { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; align-items: center; }
.lw-modelform label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 600; }
.lw-modelform__row { display: flex; flex-wrap: wrap; gap: 10px; }
.lw-modelform input { flex: 1 1 200px; min-height: 50px; padding: 0 14px; font: inherit; border: 1px solid var(--lw-line-2); border-radius: 8px; background: #fff; }
.lw-faq { display: grid; gap: 10px; }
.lw-faq__item { background: #fff; border: 1px solid var(--lw-line); border-radius: 10px; overflow: hidden; }
.lw-faq__item > button {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%;
  min-height: 60px; padding: 14px 18px; border: 0; background: #fff; text-align: left;
  font: inherit; font-size: 16.5px; font-weight: 600; color: var(--lw-ink); cursor: pointer;
}
.lw-faq__item > button:hover { background: var(--lw-off); }
.lw-faq__item > button span::after { content: "+"; font-size: 22px; line-height: 1; color: var(--lw-green); }
.lw-faq__item > button[aria-expanded="true"] span::after { content: "\2212"; }
.lw-faq__a { padding: 0 18px 18px; }
.lw-faq__a p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--lw-body); max-width: 720px; text-wrap: pretty; }

/* --- reviews / articles -------------------------------------------------- */
.lw-review { margin: 0; padding: 22px; background: #fff; border: 1px solid var(--lw-line); border-radius: var(--lw-r); }
.lw-review p { margin: 12px 0 0; font-size: 16px; line-height: 1.6; text-wrap: pretty; }
.lw-review footer { margin-top: 16px; }
.lw-review__who { display: block; font-size: 15px; font-weight: 600; }
.lw-review__what { display: block; font-size: 14px; color: var(--lw-muted); }
.lw-article { display: flex; flex-direction: column; border: 1px solid var(--lw-line); border-radius: var(--lw-r); overflow: hidden; background: #fff; color: var(--lw-ink); }
.lw-article:hover { border-color: var(--lw-line-2); text-decoration: none; color: var(--lw-ink); }
.lw-article__media img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.lw-article__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px; }
.lw-article__title { font-size: 18px; font-weight: 600; margin-top: 6px; line-height: 1.3; }
.lw-article__blurb { font-size: 15px; color: var(--lw-body); margin-top: 6px; line-height: 1.55; }
.lw-article__cta { margin-top: auto; padding-top: 14px; font-size: 15px; font-weight: 600; color: var(--lw-green); }

/* --- footer -------------------------------------------------------------- */
.lw-footer { background: var(--lw-ink); color: #D7DBD8; padding: 48px 0 24px; }
.lw-footer a { color: #D7DBD8; font-size: 15px; display: block; padding: 4px 0; }
.lw-footer a:hover { color: #fff; }
.lw-footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px 28px; }
.lw-footer__h { margin: 0 0 14px; font-size: 13px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: #fff; }
.lw-footer__phone { font-size: 21px; font-weight: 600; color: #fff; margin: 0 0 8px; }
.lw-footer p { font-size: 14.5px; line-height: 1.6; }
.lw-footer__legal { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; justify-content: space-between; margin-top: 36px; padding: 20px 0; border-top: 1px solid var(--lw-body); }
.lw-footer__legal p { max-width: 620px; color: #A7AFA9; margin: 0; }
.lw-footer__pay { display: flex; gap: 8px; }
.lw-footer__pay span { display: grid; place-items: center; width: 44px; height: 28px; border: 1px solid var(--lw-body); border-radius: 5px; font-size: 9.5px; font-weight: 700; color: #A7AFA9; }
.lw-footer__copy { font-size: 13.5px; color: var(--lw-faint); }

/* --- responsive ---------------------------------------------------------- */
@media (max-width: 999px) {
  .lw-header__menu { display: grid; }
  .lw-nav { display: none; }
  .lw-header__bar { flex-wrap: wrap; gap: 10px; min-height: 0; padding-top: 10px; padding-bottom: 12px; }
  .lw-search { order: 3; flex: 1 0 100%; max-width: none; }
  .lw-logo { margin-right: auto; }
  .lw-iconbtn--label span:not(.lw-cartbtn__count) { display: none; }
  .lw-iconbtn--label { min-width: 46px; width: 46px; padding: 0; }
  .lw-hero__grid, .lw-battery, .lw-panel--split { grid-template-columns: 1fr; }
  .lw-hero__media, .lw-hero__media img { min-height: 380px; }
  .lw-hero__body { padding: 36px 34px 40px; }
  .lw-hero__body h1 { font-size: 38px; }
  .lw-depts, .lw-grid--4, .lw-grid--products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 699px) {
  .lw-sec { padding: 40px 0 44px; }
  .lw-h2 { font-size: 25px; }
  .lw-hero__media, .lw-hero__media img { min-height: 260px; }
  .lw-hero__body { padding: 30px 24px 36px; }
  .lw-hero__body h1 { font-size: 32px; }
  .lw-depts, .lw-grid--4, .lw-grid--products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lw-grid--3 { grid-template-columns: 1fr; }
  .lw-finder__tabs { flex-wrap: wrap; }
  .lw-finder__tabs button { flex: 1 0 33%; }
}
@media (max-width: 459px) {
  .lw-finder__opts, .lw-alts { grid-template-columns: 1fr; }
  .lw-depts, .lw-grid--products { grid-template-columns: 1fr 1fr; }
  .lw-grid--4 { grid-template-columns: 1fr; }
}
