.elementor-kit-7{--e-global-color-primary:#E0E0E0;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#F5F5F5;--e-global-color-accent:#FFD700;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;background-image:url("https://finpine.fi/wp-content/uploads/2025/12/pine-hero-v2.webp");background-position:-100px -362px;background-repeat:no-repeat;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1025px){.elementor-kit-7{background-attachment:fixed;}}@media(max-width:1024px){.elementor-kit-7{background-position:0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{background-image:url("https://finpine.fi/wp-content/uploads/2025/12/kropattuParanneltuatunkuva.png");background-position:-50px 83px;background-repeat:no-repeat;background-size:422px auto;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === FINPINE KIINTEÄ TAUSTAKUVA === */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;

  /* Kuva oikeammassa reunassa mobiilissa, keskeltä ylempänä työpöydällä */
  background-image: url('https://finpine.fi/wp-content/uploads/2025/12/pine-hero-v2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 92% 50%;      /* Mobiili: siirretty oikealle */
  background-attachment: fixed;

  /* Kevyt väliverho, jotta teksti pysyy luettavana */
  box-shadow: inset 0 0 0 2000px rgba(250, 248, 244, 0.35);
}

/* Työpöytä: kuva hieman oikealle keskustasta, 70 % pystysuunnassa */
@media (min-width: 768px) {
  body::before {
    background-position: 62% 60%;
    box-shadow: inset 0 0 0 2000px rgba(250, 248, 244, 0.45);
  }
}/* End custom CSS */
