
:root{
  --lw-forest:#28553B;
  --lw-leaf:#5F9F68;
  --lw-citrus:#A8C936;
  --lw-pale:#F2F7EE;
  --lw-cream:#FBFAF5;
  --lw-ink:#24362D;
  --lw-muted:#68766E;
  --lw-border:#DCE7DC;
}

html{scroll-behavior:smooth}
body{overflow-x:hidden}

/* Global desktop rhythm – v1.1: same design, less unused vertical space */
.lw-section{
  padding:clamp(3rem,4.8vw,4.75rem) max(28px,calc((100vw - 1180px)/2));
}
.lw-section>.wp-block-group__inner-container{max-width:1180px;margin:auto}
.lw-soft{background:var(--lw-pale)}
.lw-hero{
  padding-top:clamp(2.6rem,4.4vw,4.4rem);
  padding-bottom:clamp(2.8rem,4.6vw,4.6rem);
}
.lw-hero .wp-block-columns{align-items:center}
.lw-hero h1{margin-top:.65rem;margin-bottom:1rem}
.lw-hero p{margin-top:.75rem;margin-bottom:.9rem}

.lw-card{
  background:#fff;
  border:1px solid var(--lw-border);
  border-radius:22px;
  padding:clamp(1.25rem,2.2vw,1.8rem);
  height:100%;
  box-sizing:border-box;
}
.lw-card-lead{font-weight:700;color:var(--lw-forest)}
.lw-eyebrow{
  color:var(--lw-forest);
  font-size:.82rem;
  font-weight:750;
  letter-spacing:.075em;
  text-transform:uppercase
}
.lw-muted{color:var(--lw-muted)}

.lw-button-primary .wp-block-button__link{
  background:var(--lw-forest);
  color:#fff;
  border:1px solid var(--lw-forest);
  padding:.82rem 1.25rem
}
.lw-button-secondary .wp-block-button__link{
  background:transparent;
  color:var(--lw-forest);
  border:1.5px solid var(--lw-forest);
  padding:.82rem 1.25rem
}
.wp-block-buttons{gap:.75rem;margin-top:1rem}
.wp-block-columns{gap:clamp(1rem,2vw,1.6rem)}

.lw-profile,.lw-profile-secondary{
  margin:0;
  border-radius:28px;
  overflow:hidden;
  background:var(--lw-pale)
}
.lw-profile img,.lw-profile-secondary img{
  display:block;width:100%;height:auto;object-fit:cover
}
.lw-profile img{aspect-ratio:1/1.04;object-position:50% 34%}
.lw-profile-secondary img{aspect-ratio:1/1.06;object-position:50% 35%}

/* Trust bar stays prominent but is far more compact */
.lw-trust-section{
  padding:.8rem max(28px,calc((100vw - 1180px)/2));
  background:#fff;
  border-top:1px solid var(--lw-border);
  border-bottom:1px solid var(--lw-border)
}
.lw-trust-section .lw-card{border:0;padding:.65rem;background:transparent}
.lw-trust-section p{margin:.25rem 0}

/* Timeline */
.lw-timeline{position:relative;margin-top:1.5rem}
.lw-timeline:before{
  content:"";
  position:absolute;
  top:11px;
  left:7%;right:7%;
  height:2px;
  background:#B9CFBC
}
.lw-timeline-item{position:relative;z-index:1;text-align:center}
.lw-dot{width:14px;height:14px;margin:0 auto;border-radius:50%;background:var(--lw-leaf)}
.lw-dot-strong{
  width:22px;height:22px;background:var(--lw-forest);
  border:4px solid #fff;outline:1px solid var(--lw-border)
}
.lw-timeline + .wp-block-buttons,
.lw-timeline ~ .wp-block-buttons{justify-content:center}

/* Final contact band: visible, unmistakable CTA */
.lw-contact-band{background:var(--lw-forest);color:#fff}
.lw-contact-band h2,.lw-contact-band h3{color:#fff}
.lw-contact-band a{color:inherit}
.lw-contact-band .wp-block-button__link{
  display:inline-block;
  background:#fff!important;
  color:var(--lw-forest)!important;
  border:1px solid #fff!important;
  border-radius:12px;
  padding:.9rem 1.25rem;
  font-weight:750;
}
.lw-contact-band p{max-width:760px}

/* FAQ */
.wp-block-details{border-bottom:1px solid var(--lw-border);padding:.85rem 0}
.wp-block-details summary{cursor:pointer;font-weight:700;color:var(--lw-forest)}

/* BMI */
.lw-bmi{max-width:720px;background:#fff;border:1px solid var(--lw-border);border-radius:22px;padding:1.5rem;margin:1.5rem 0}
.lw-bmi-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.lw-bmi label{display:grid;gap:.4rem;font-weight:700;color:var(--lw-forest)}
.lw-bmi input{width:100%;box-sizing:border-box;border:1px solid #C9D7CC;border-radius:12px;padding:.8rem;font:inherit}
.lw-bmi-actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}
.lw-bmi button{border:0;border-radius:12px;background:var(--lw-forest);color:#fff;padding:.82rem 1.1rem;font:inherit;font-weight:700;cursor:pointer}
.lw-bmi .lw-bmi-reset{background:#fff;color:var(--lw-forest);border:1px solid var(--lw-forest)}
.lw-bmi-result{margin-top:1rem;font-size:1.15rem;font-weight:700;color:var(--lw-forest)}

/* Header */
.lw-header{
  position:sticky;top:0;z-index:90;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--lw-border)
}
.lw-header-inner{
  max-width:1180px;
  margin:auto;
  padding:10px 22px;
  min-height:68px;
  display:flex;
  align-items:center;
  gap:1rem;
  justify-content:space-between
}
.lw-brand{display:block;flex:0 0 auto;line-height:0}
.lw-brand-logo{
  display:block;
  width:250px;
  height:58px;
  max-width:32vw;
  background:url('../images/logo.png') left center/contain no-repeat;
}
.lw-header-nav{display:flex;align-items:center;gap:1.15rem}
.lw-header-nav a{color:var(--lw-ink);font-size:.95rem}
.lw-header-nav a:hover{color:var(--lw-forest)}
.lw-header-contact{
  background:var(--lw-forest);
  color:#fff!important;
  padding:.72rem 1rem;
  border-radius:12px;
  font-weight:700
}
.lw-menu-toggle{
  display:none;
  background:none;
  border:1px solid var(--lw-border);
  border-radius:10px;
  padding:.55rem .7rem;
  color:var(--lw-forest)
}

/* Footer */
.lw-footer{
  background:var(--lw-forest);
  color:#fff;
  padding:3rem max(28px,calc((100vw - 1180px)/2))
}
.lw-footer h3{color:#fff}
.lw-footer a{color:#fff}
.lw-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:2rem}
.lw-footer-list{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}
.lw-footer-bottom{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.2);font-size:.88rem;opacity:.9}
.lw-footer-brand{display:block;line-height:0;margin-bottom:1rem}
.lw-footer-logo{
  display:block;
  width:270px;
  max-width:100%;
  height:72px;
  background:url('../images/logo.png') left center/contain no-repeat;
}

/* Mobile sticky CTA hidden on desktop */
.lw-sticky-mobile{display:none}

@media(max-width:900px){
  .lw-header-inner{min-height:64px}
  .lw-brand-logo{width:210px;height:52px;max-width:60vw}
  .lw-header-nav{
    display:none;
    position:absolute;
    top:74px;
    left:14px;right:14px;
    background:#fff;
    border:1px solid var(--lw-border);
    border-radius:16px;
    padding:1rem;
    flex-direction:column;
    align-items:stretch
  }
  .lw-header-nav.is-open{display:flex}
  .lw-menu-toggle{display:block}
  .lw-footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:781px){
  /* Preserve the good mobile type scale, but reduce excess scrolling */
  .lw-section{padding:2.75rem 22px}
  .lw-hero{padding-top:2.35rem;padding-bottom:2.7rem}
  .lw-hero h1{margin-top:.8rem}
  .lw-profile{max-width:520px;margin:1.5rem auto 0}

  /* Four credentials in a compact 2x2 layout instead of a very tall stack */
  .lw-trust-section{padding:1rem 18px}
  .lw-trust-section .wp-block-columns{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:.25rem .5rem!important;
  }
  .lw-trust-section .wp-block-column{margin:0!important}
  .lw-trust-section .lw-card{padding:.85rem .35rem}
  .lw-trust-section p{font-size:.96rem;line-height:1.35}

  /* Cards stay readable, with slightly tighter rhythm */
  .lw-card{padding:1.45rem}
  .lw-section .wp-block-columns{gap:1rem}

  /* Vertical timeline remains, just tighter */
  .lw-timeline:before{display:none}
  .lw-timeline{gap:.55rem!important;margin-top:1.1rem}
  .lw-timeline-item{
    display:grid;
    grid-template-columns:32px 1fr;
    text-align:left!important;
    align-items:start
  }
  .lw-timeline-item .lw-dot{margin:.3rem 0 0}
  .lw-timeline-item p{margin:.05rem 0 .7rem}

  /* Mobile CTA: smaller and moved above the browser safe area */
  .lw-sticky-mobile{
    display:flex;
    position:fixed;
    left:14px;right:14px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    z-index:999;
    background:rgba(40,85,59,.97);
    border-radius:15px;
    box-shadow:0 8px 24px rgba(0,0,0,.16);
    min-height:54px;
    overflow:hidden;
    backdrop-filter:blur(8px)
  }
  .lw-sticky-mobile a{
    flex:1;
    color:#fff;
    text-align:center;
    padding:.72rem .5rem;
    font-weight:700;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .lw-sticky-mobile a+a{border-left:1px solid rgba(255,255,255,.28)}
  body{padding-bottom:82px}

  .lw-bmi-grid{grid-template-columns:1fr}
  .lw-footer{padding:2.75rem 24px 4.5rem}
  .lw-footer-grid{grid-template-columns:1fr;gap:1.55rem}
  .lw-footer-grid h3{margin-bottom:.55rem}
  .lw-footer-list{gap:.28rem}
  .lw-footer-bottom{margin-top:1.5rem}
  .lw-footer-logo{width:250px;height:68px}
}

@media(max-width:460px){
  .lw-brand-logo{width:200px;height:50px;max-width:63vw}
  .lw-header-inner{padding:9px 16px}
  .lw-section{padding-left:20px;padding-right:20px}
  .lw-trust-section .wp-block-columns{grid-template-columns:1fr 1fr!important}
  .lw-sticky-mobile{left:12px;right:12px}
}

/* V1.2 mobile polish */
@media(max-width:781px){
  /* Keep hero actions visually separate from the fixed quick-contact bar. */
  .lw-hero .wp-block-buttons{margin-top:1.15rem;margin-bottom:.85rem;gap:.8rem}
  .lw-hero .wp-block-button{margin-bottom:0}

  /* A slimmer, lower quick-contact bar: useful without dominating the page. */
  .lw-sticky-mobile{
    left:10px;
    right:10px;
    bottom:max(2px,env(safe-area-inset-bottom));
    min-height:46px;
    border-radius:13px;
    box-shadow:0 5px 18px rgba(0,0,0,.14)
  }
  .lw-sticky-mobile a{
    min-height:46px;
    box-sizing:border-box;
    padding:.48rem .5rem;
    font-size:.98rem;
    line-height:1.1
  }
  body{padding-bottom:68px}
  .lw-footer{padding-bottom:4.25rem}
}

@media(max-width:460px){
  .lw-sticky-mobile{left:8px;right:8px}
}


/* V1.2.1 mobile sticky-bar fix
   Keep the quick actions out of the hero CTA area and reveal them only
   after the visitor has moved past the hero actions. */
@media(max-width:781px){
  .lw-sticky-mobile{
    transform:translateY(calc(100% + 18px));
    opacity:0;
    pointer-events:none;
    transition:transform .22s ease,opacity .18s ease;
  }
  .lw-sticky-mobile.is-visible{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  body{padding-bottom:72px}
}
@media(prefers-reduced-motion:reduce){
  .lw-sticky-mobile{transition:none}
}

/* V1.2.2 mobile spacing polish – layered on top of the V1.2.1 sticky-bar behavior. */
@media(max-width:781px){
  /* Reserve a little extra scroll room so fixed quick actions never obscure the final content. */
  body{padding-bottom:88px}
  main > .wp-block-group:last-child,
  .lw-section:last-child{padding-bottom:max(3.5rem,104px)}

  /* Slightly tighten long mobile pages without changing the established visual rhythm. */
  .lw-section + .lw-section{padding-top:2.55rem}
}


/* V1.2.3 – contextual link to BMI calculator */
.lw-bmi-link{
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 0;
}
.lw-bmi-link__title{
  margin: 0 0 8px;
  color: var(--wp--preset--color--primary, #245c3f);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
}
.lw-bmi-link p:not(.lw-bmi-link__title){
  margin: 0 0 18px;
}

/* V1.2.6 PREVIEW – tighter vertical rhythm without changing colours, type or content. */
.lw-section h2{
  margin-bottom:1rem;
}
.lw-section h2 + p{
  margin-top:0;
}
.lw-section p{
  margin-top:.75rem;
  margin-bottom:.75rem;
}
.lw-section ul,
.lw-section ol{
  margin-top:.75rem;
  margin-bottom:.9rem;
}
.lw-section li + li{
  margin-top:.35rem;
}
.wp-block-details{
  padding:.72rem 0;
}

@media(min-width:782px){
  /* Most information pages: around 15–20% less vertical space. */
  body:not(.home) .lw-section{
    padding-top:clamp(2.6rem,4vw,3.8rem);
    padding-bottom:clamp(2.6rem,4vw,3.8rem);
  }

  /* Homepage stays deliberately airier than the inner pages. */
  body.home .lw-section{
    padding-top:clamp(3.2rem,4.4vw,4.2rem);
    padding-bottom:clamp(3.2rem,4.4vw,4.2rem);
  }
  body.home .lw-hero{
    padding-top:clamp(2.6rem,4.4vw,4.4rem);
    padding-bottom:clamp(2.8rem,4.6vw,4.6rem);
  }

  /* Prices: quicker comparison and less scrolling. */
  body.page-id-30 .lw-section{
    padding-top:clamp(2.35rem,3.5vw,3.25rem);
    padding-bottom:clamp(2.35rem,3.5vw,3.25rem);
  }
  body.page-id-30 .lw-card{
    padding:1.45rem;
  }
  body.page-id-30 .wp-block-columns{
    gap:1.25rem;
  }

  /* FAQ and contact can be slightly more compact than standard pages. */
  body.page-id-33 .lw-section,
  body.page-id-34 .lw-section{
    padding-top:clamp(2.45rem,3.7vw,3.45rem);
    padding-bottom:clamp(2.45rem,3.7vw,3.45rem);
  }
}

@media(max-width:781px){
  body:not(.home) .lw-section{
    padding-top:2.2rem;
    padding-bottom:2.2rem;
  }
  body.home .lw-section{
    padding-top:2.5rem;
    padding-bottom:2.5rem;
  }
  body.home .lw-hero{
    padding-top:2.35rem;
    padding-bottom:2.7rem;
  }
  body.page-id-30 .lw-section{
    padding-top:2rem;
    padding-bottom:2rem;
  }
  body.page-id-33 .lw-section,
  body.page-id-34 .lw-section{
    padding-top:2.1rem;
    padding-bottom:2.1rem;
  }

  /* Keep the safety space required by the fixed mobile contact bar. */
  body .lw-section:last-child{
    padding-bottom:max(3.5rem,104px);
  }
}


/* =========================================================
   V1.3.0 – Gutenberg master: formerly page-embedded CSS
   ========================================================= */

/* Page 20: migrated from inline <style> */
.lw-home-lars{max-width:820px;margin-left:auto!important;margin-right:auto!important}.lw-home-info-cards>.wp-block-column{display:flex}.lw-home-info-cards .lw-card{display:flex;flex-direction:column;width:100%}.lw-home-info-cards .lw-card>.wp-block-buttons{margin-top:auto}.lw-home-photo img{width:100%;height:auto;border-radius:18px;display:block}@media(min-width:782px){.lw-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}}@media(max-width:781px){.lw-hero-actions{flex-direction:column;align-items:stretch}.lw-hero-actions .wp-block-button{width:100%}.lw-hero-actions .wp-block-button__link{width:100%}}

/* Page 22: migrated from inline <style> */
body.page-id-22 .lw-timeline h3 + p{margin-block-start:6px!important;}
body.page-id-22 .lw-timeline p + h3{margin-block-start:18px!important;}
body.page-id-22 .lw-route-link a{color:#255f45;text-decoration-thickness:1px;text-underline-offset:3px;}

/* Page 23: migrated from inline <style> */
.lw-choice-cards>.wp-block-column,.lw-support-cards>.wp-block-column{display:flex}.lw-choice-cards .lw-card,.lw-support-cards .lw-card{display:flex;flex-direction:column;width:100%}.lw-choice-cards .lw-card>.wp-block-buttons,.lw-support-cards .lw-card>.wp-block-buttons{margin-top:auto}body.page-id-23 .entry-content>.lw-bmi-link:last-child{display:none}

/* Page 24: migrated from inline <style> */
body.page-id-24 .lw-inline-quote{margin:clamp(18px,2vw,26px) 0 0;padding:18px 22px;background:#fff;border-radius:14px;box-shadow:inset 4px 0 0 var(--lw-green),0 8px 22px rgba(25,66,48,.05)}body.page-id-24 .lw-inline-quote p{margin:0;font-size:18px;line-height:1.55}body.page-id-24 .lw-inline-quote cite{display:block;margin-top:8px;color:var(--lw-green);font-size:15px;font-style:normal;font-weight:800}

/* Page 25: migrated from inline <style> */
.lw-kombi-fit,.lw-kombi-steps,.lw-kombi-benefits{display:grid;gap:1rem}
.lw-kombi-fit{grid-template-columns:repeat(3,minmax(0,1fr))}
.lw-kombi-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
.lw-kombi-benefits{grid-template-columns:repeat(4,minmax(0,1fr))}
.lw-kombi-mini{background:#fff;border:1px solid var(--lw-border);border-radius:16px;padding:1.15rem;height:100%}
.lw-kombi-stepno{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--lw-green);color:#fff;font-weight:700;margin-bottom:.65rem}
.lw-kombi-mini p:last-child{margin-bottom:0}
body.page-id-25 .lw-inline-quote{margin:clamp(18px,2vw,26px) 0 0;padding:18px 22px;background:#fff;border-radius:14px;box-shadow:inset 4px 0 0 var(--lw-green),0 8px 22px rgba(25,66,48,.05)}
body.page-id-25 .lw-inline-quote p{margin:0;font-size:18px;line-height:1.55}
body.page-id-25 .lw-inline-quote cite{display:block;margin-top:8px;color:var(--lw-green);font-size:15px;font-style:normal;font-weight:800}
@media(max-width:781px){.lw-kombi-fit,.lw-kombi-steps,.lw-kombi-benefits{grid-template-columns:1fr}}

/* Page 26: migrated from inline <style> */
.lw-nupo-fit,.lw-nupo-steps{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}
.lw-nupo-mini{background:#fff;border:1px solid var(--lw-border);border-radius:16px;padding:1.15rem;height:100%}
.lw-nupo-stepno{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--lw-green);color:#fff;font-weight:700;margin-bottom:.65rem}
.lw-nupo-note{margin-top:1rem;padding:1rem 1.15rem;border-left:4px solid var(--lw-green);background:#fff;border-radius:12px;font-weight:700}
body.page-id-26 .lw-inline-quote{margin:clamp(18px,2vw,26px) 0 0;padding:18px 22px;background:#fff;border-radius:14px;box-shadow:inset 4px 0 0 var(--lw-green),0 8px 22px rgba(25,66,48,.05)}
body.page-id-26 .lw-inline-quote p{margin:0;font-size:18px;line-height:1.55}
body.page-id-26 .lw-inline-quote cite{display:block;margin-top:8px;color:var(--lw-green);font-size:15px;font-style:normal;font-weight:800}
@media(max-width:781px){.lw-nupo-fit,.lw-nupo-steps{grid-template-columns:1fr}}

/* Page 27: migrated from inline <style> */
.lw-hold-fit,.lw-hold-steps,.lw-hold-help{display:grid;gap:1rem}
.lw-hold-fit{grid-template-columns:repeat(2,minmax(0,1fr))}
.lw-hold-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
.lw-hold-help{grid-template-columns:repeat(4,minmax(0,1fr))}
.lw-hold-mini{background:#fff;border:1px solid var(--lw-border);border-radius:16px;padding:1.15rem;height:100%}
.lw-hold-stepno{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--lw-green);color:#fff;font-weight:700;margin-bottom:.65rem}
body.page-id-27 .lw-inline-quote{margin:clamp(18px,2vw,26px) 0 0;padding:18px 22px;background:#fff;border-radius:14px;box-shadow:inset 4px 0 0 var(--lw-green),0 8px 22px rgba(25,66,48,.05)}
body.page-id-27 .lw-inline-quote p{margin:0;font-size:18px;line-height:1.55}
body.page-id-27 .lw-inline-quote cite{display:block;margin-top:8px;color:var(--lw-green);font-size:15px;font-style:normal;font-weight:800}
@media(max-width:781px){.lw-hold-fit,.lw-hold-steps,.lw-hold-help{grid-template-columns:1fr}}

/* Page 29: migrated from inline <style> */
body.page-id-29 .lw-story-compare{width:min(100%,900px);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
body.page-id-29 .lw-story-photo{overflow:hidden;margin:0;display:flex;flex-direction:column;background:#fff;border:1px solid var(--lw-border);border-radius:18px;box-shadow:0 12px 34px rgba(25,66,48,.07)}
body.page-id-29 .lw-story-photo__media{height:clamp(400px,43vw,520px);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f4eee3}
body.page-id-29 .lw-story-photo__media img{display:block;width:auto;height:100%;max-width:none;flex:none}
body.page-id-29 .lw-story-photo figcaption{padding:14px 18px 17px;text-align:center;border-top:1px solid var(--lw-border)}
body.page-id-29 .lw-story-photo figcaption span{display:block}
body.page-id-29 .lw-story-photo__label{color:var(--lw-green);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
body.page-id-29 .lw-story-photo__stat{margin-top:3px;color:var(--lw-green);font-size:30px;font-weight:800;line-height:1.15}
body.page-id-29 .lw-story-photo__size{margin-top:3px;color:var(--lw-muted);font-size:16px;font-weight:700}
body.page-id-29 .lw-quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
body.page-id-29 .lw-quote-card{margin:0;display:flex;flex-direction:column;min-height:100%;box-sizing:border-box;padding:1.25rem;background:#fff;border:1px solid var(--lw-border);border-radius:18px;box-shadow:0 10px 28px rgba(25,66,48,.06)}
body.page-id-29 .lw-quote-card p{margin:0;font-size:18px;line-height:1.55}
body.page-id-29 .lw-quote-card cite{margin-top:auto;padding-top:14px;color:var(--lw-green);font-size:16px;font-style:normal;font-weight:800}
@media(max-width:680px){body.page-id-29 .lw-story-compare,body.page-id-29 .lw-quote-grid{grid-template-columns:1fr}body.page-id-29 .lw-story-photo__media{height:clamp(420px,118vw,590px)}}

/* Page 30: migrated from inline <style> */
.lw-price-grid,.lw-package-grid{display:grid;gap:1rem}
.lw-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.lw-package-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.lw-price-card,.lw-package-card,.lw-info-card{background:#fff;border:1px solid var(--lw-border);border-radius:18px;padding:1.35rem;box-shadow:0 12px 34px rgba(25,66,48,.06)}
.lw-price-card h3,.lw-package-card h3,.lw-info-card h2{margin-top:0}
.lw-price-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}
.lw-price-card__meta{margin:.35rem 0 0;color:var(--lw-muted)}
.lw-price-value{color:var(--lw-green);font-size:1.35rem;font-weight:800;white-space:nowrap}
.lw-price-rows{margin-top:.35rem}
.lw-price-row{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 0;border-top:1px solid var(--lw-border)}
.lw-price-row:first-child{border-top:0}
.lw-price-row strong{color:var(--lw-green);white-space:nowrap}
.lw-package-card{display:flex;flex-direction:column;height:100%;box-sizing:border-box;padding:1.15rem}
.lw-package-card__intro{min-height:4.5rem;font-size:18px;line-height:1.5}
.lw-package-card .lw-price-row{align-items:flex-start;gap:.5rem;padding:.65rem 0;font-size:16px;line-height:1.4}
.lw-package-card .lw-price-row>span{min-width:0;flex:1}
.lw-package-card .lw-price-row>strong{font-size:16px}
.lw-package-card__note{font-size:.94rem;line-height:1.45;color:var(--lw-muted)}
.lw-package-card .wp-block-button{width:100%}
.lw-package-card .wp-block-button__link{display:block;box-sizing:border-box;width:100%;font-size:17px;line-height:1.35;text-align:center}
.lw-package-grid+.wp-block-buttons{margin-top:1.5rem!important}
.lw-package-card__type{margin:0 0 .35rem;color:var(--lw-green);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.lw-package-card .lw-price-rows{margin:1rem 0}
.lw-package-card .wp-block-buttons{margin-top:auto;padding-top:.5rem}
.lw-info-card{max-width:880px}
@media(max-width:900px){.lw-package-grid{grid-template-columns:1fr}}
@media(max-width:680px){.lw-price-grid{grid-template-columns:1fr}.lw-price-card__top{display:block}.lw-price-value{display:block;margin-top:.4rem}.lw-package-card__intro{min-height:0}}

/* Page 555: migrated from inline <style> */
body.page-id-555 .entry-content > .lw-section{
  margin-block-start:0 !important;
  padding-top:clamp(24px,2.2vw,32px) !important;
  padding-bottom:clamp(24px,2.2vw,32px) !important;
}
body.page-id-555 .entry-content > .lw-hero{
  padding-top:clamp(44px,5vw,68px) !important;
  padding-bottom:clamp(38px,4.5vw,60px) !important;
}
body.page-id-555 .entry-content > .lw-section > *{
  margin-block-start:0;
}
body.page-id-555 .entry-content > .lw-section > * + *{
  margin-block-start:clamp(12px,1.3vw,18px);
}
body.page-id-555 .entry-content > .lw-section h2{
  margin-bottom:4px;
  font-size:clamp(28px,2.7vw,36px) !important;
  line-height:1.18 !important;
}
body.page-id-555 .entry-content > .lw-section p:last-child,
body.page-id-555 .entry-content > .lw-section ul:last-child{
  margin-bottom:0;
}
body.page-id-555 .lw-lars-compare{
  width:min(100%,1040px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(16px,2.6vw,30px);
  align-items:stretch;
}
body.page-id-555 .lw-lars-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid rgba(50,83,68,.16);
  border-radius:20px;
  box-shadow:0 12px 34px rgba(42,61,50,.09);
}
body.page-id-555 .lw-lars-card__media{
  height:clamp(440px,50vw,600px);
  padding:clamp(10px,1.5vw,18px);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f4eee3;
}
body.page-id-555 .lw-lars-card__media img{
  display:block;
  width:auto;
  height:100%;
  max-width:none;
  flex:none;
}
body.page-id-555 .lw-lars-card__caption{
  padding:18px 20px 22px;
  text-align:center;
  border-top:1px solid rgba(50,83,68,.12);
}
body.page-id-555 .lw-lars-card__caption p{
  margin:0;
  line-height:1.25;
}
body.page-id-555 .lw-lars-card__label{
  display:inline-block;
  margin-bottom:7px !important;
  padding:5px 11px;
  color:#fff;
  background:#365e4c;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
body.page-id-555 .lw-lars-card__stat{
  color:#2f5946;
  font-size:clamp(30px,3.5vw,42px);
  font-weight:800;
  letter-spacing:-.025em;
}
body.page-id-555 .lw-lars-card__size{
  margin-top:5px !important;
  color:#4f5f56;
  font-size:17px;
  font-weight:700;
}
@media (max-width:680px){
  body.page-id-555 .lw-lars-compare{
    width:min(100%,500px);
    grid-template-columns:1fr;
  }
  body.page-id-555 .lw-lars-card__media{
    height:clamp(430px,118vw,610px);
  }
  body.page-id-555 .entry-content > .lw-section{
    padding-top:26px !important;
    padding-bottom:26px !important;
  }
}


/* V1.3 native Core Navigation header. */
.lw-header-inner{max-width:1180px;width:100%;box-sizing:border-box;margin:auto;padding:10px 22px;min-height:68px;gap:1rem}
.lw-brand-image{margin:0;flex:0 0 auto;line-height:0}
.lw-brand-image img{display:block;width:250px;height:58px;max-width:32vw;object-fit:contain;object-position:left center}
.lw-header-nav{margin-left:auto}
.lw-header-nav .wp-block-navigation-item__content{color:var(--lw-ink);font-size:.95rem;text-decoration:none}
.lw-header-nav .wp-block-navigation-item__content:hover{color:var(--lw-forest)}
.lw-header-contact .wp-block-navigation-item__content{background:var(--lw-forest);color:#fff!important;padding:.72rem 1rem;border-radius:12px;font-weight:700}
.lw-header-nav .wp-block-navigation__responsive-container-open,
.lw-header-nav .wp-block-navigation__responsive-container-close{color:var(--lw-forest)}
@media(max-width:900px){
  .lw-header-inner{min-height:64px}
  .lw-brand-image img{width:210px;height:52px;max-width:60vw}
  /* Override the legacy custom-menu rule retained earlier in the stylesheet. Core Navigation must remain mounted so its mobile toggle can work. */
  .lw-header-nav{display:flex!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;flex-direction:row!important;align-items:center!important}
  .lw-header-nav .wp-block-navigation__responsive-container.is-menu-open{padding:1.25rem}
  .lw-header-nav .wp-block-navigation__responsive-container-content{align-items:stretch!important}
  .lw-header-nav .wp-block-navigation__container{gap:.35rem!important;align-items:stretch!important;width:100%}
  .lw-header-nav .wp-block-navigation-item{width:100%}
  .lw-header-nav .wp-block-navigation-item__content{display:block;width:100%;box-sizing:border-box;padding:.65rem .5rem}
  .lw-header-contact .wp-block-navigation-item__content{padding:.78rem 1rem;text-align:center}
}
@media(max-width:460px){.lw-brand-image img{width:200px;height:50px;max-width:63vw}.lw-header-inner{padding:9px 16px}}

/* V1.3 native Gutenberg footer. */
.lw-footer>.wp-block-columns{max-width:1180px;margin-left:auto;margin-right:auto}
.lw-footer-grid{display:grid!important;grid-template-columns:1.35fr repeat(3,1fr);gap:2rem}
.lw-footer-grid>.wp-block-column{min-width:0}
.lw-footer-brand-image{margin:0 0 1rem;line-height:0}
.lw-footer-brand-image img{display:block;width:270px;max-width:100%;height:72px;object-fit:contain;object-position:left center}
.lw-footer-list{list-style:none!important;padding-left:0!important;margin:0;display:grid;gap:.4rem}
.lw-footer-list li{margin:0!important}
.lw-footer-bottom{max-width:1180px;margin:2rem auto 0!important;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.2);font-size:.88rem;opacity:.9}
.lw-sticky-mobile{gap:0!important;padding:0!important}
.lw-sticky-mobile .lw-sticky-action{flex:1;margin:0!important;padding:0!important}
.lw-sticky-mobile .lw-sticky-action+ .lw-sticky-action{border-left:1px solid rgba(255,255,255,.28)}
.lw-sticky-mobile .lw-sticky-action a{width:100%;height:100%;box-sizing:border-box}
@media(max-width:900px){.lw-footer-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:781px){.lw-footer-grid{grid-template-columns:1fr!important;gap:1.55rem}.lw-footer-brand-image img{width:250px;height:68px}}

/* Gutenbergized cards/grids: neutralize block margins inside card layouts. */
.lw-kombi-fit>.wp-block-group,.lw-kombi-steps>.wp-block-group,.lw-kombi-benefits>.wp-block-group,
.lw-nupo-fit>.wp-block-group,.lw-nupo-steps>.wp-block-group,
.lw-hold-fit>.wp-block-group,.lw-hold-steps>.wp-block-group,.lw-hold-help>.wp-block-group{margin-block-start:0}
.lw-kombi-stepno,.lw-nupo-stepno,.lw-hold-stepno{margin-top:0!important}

/* Gutenbergized before/after cards. */
body.page-id-29 .lw-story-photo{overflow:hidden;margin:0;display:flex;flex-direction:column;background:#fff;border:1px solid var(--lw-border);border-radius:18px;box-shadow:0 12px 34px rgba(25,66,48,.07)}
body.page-id-29 .lw-story-photo__media{height:clamp(400px,43vw,520px);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f4eee3}
body.page-id-29 .lw-story-photo__media .wp-block-image{height:100%;margin:0;display:flex;align-items:center;justify-content:center}
body.page-id-29 .lw-story-photo__media img{display:block;width:auto;height:100%;max-width:none;flex:none;border-radius:0}
body.page-id-29 .lw-story-photo__caption{padding:14px 18px 17px;text-align:center;border-top:1px solid var(--lw-border)}
body.page-id-29 .lw-story-photo__caption p{margin:3px 0 0}
body.page-id-29 .lw-story-photo__label{color:var(--lw-green);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
body.page-id-29 .lw-story-photo__stat{color:var(--lw-green);font-size:30px;font-weight:800;line-height:1.15}
body.page-id-29 .lw-story-photo__size{color:var(--lw-muted);font-size:16px;font-weight:700}
@media(max-width:680px){body.page-id-29 .lw-story-photo__media{height:clamp(420px,118vw,590px)}}

body.page-id-555 .lw-lars-card{overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(50,83,68,.16);border-radius:20px;box-shadow:0 12px 34px rgba(42,61,50,.09)}
body.page-id-555 .lw-lars-card__media{height:clamp(440px,50vw,600px);padding:clamp(10px,1.5vw,18px);box-sizing:border-box;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f4eee3}
body.page-id-555 .lw-lars-card__media .wp-block-image{height:100%;margin:0;display:flex;align-items:center;justify-content:center}
body.page-id-555 .lw-lars-card__media img{display:block;width:auto;height:100%;max-width:none;flex:none;border-radius:0}
body.page-id-555 .lw-lars-card__caption{padding:18px 20px 22px;text-align:center;border-top:1px solid rgba(50,83,68,.12)}
body.page-id-555 .lw-lars-card__caption p{margin:0;line-height:1.25}

/* Gutenbergized price rows/cards. */
.lw-price-card__top>.wp-block-group,.lw-price-row>.wp-block-group{margin:0}
.lw-price-card__top>.lw-price-value,.lw-price-row>p:last-child{margin-top:0;margin-bottom:0}
.lw-price-row>p{margin-top:0;margin-bottom:0}
.lw-package-card>.wp-block-buttons{margin-top:auto;padding-top:.5rem}

