.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Stem";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Stem";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.56em;--e-global-typography-text-font-family:"Stem";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.56em;--e-global-typography-accent-font-family:"Stem";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.56em;color:var( --e-global-color-primary );font-family:"Stem", Sans-serif;font-weight:normal;line-height:1.54em;}.elementor-kit-5 a{color:#000000;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Stem", Sans-serif;font-size:4em;font-weight:300;line-height:1em;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-size:44px;font-weight:300;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-block-start:5px;--container-default-padding-inline-end:5px;--container-default-padding-block-end:5px;--container-default-padding-inline-start:5px;}}/* Start custom CSS */@font-face {
  font-family: "AceSansHero";
  src:
    url("https://lvm.ee/suure-rootsi/wp-content/uploads/2026/04/acesans-free_2-webfont.woff2") format("woff2"),
    url("https://lvm.ee/suure-rootsi/wp-content/uploads/2026/04/acesans-free_2-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Stem";
  src:
    url("./fonts/Stem-Light.woff2") format("woff2"),
    url("./fonts/Stem-Light.woff") format("woff"),
    url("./fonts/Stem-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

:root {
  --logo-top: 28px;
  --logo-left: 28px;
  --paper: #f7f7f4;
  --ink: #111111;
  --soft-ink: rgba(17, 17, 17, 0.72);
  --glass-light: rgba(255, 255, 255, 0.16);
  --glass-line: rgba(255, 255, 255, 0.42);
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  background: var(--paper);
  color: #fff;
  font-family: "Stem", "Stem Light", "Stem-Light", Arial, sans-serif;
  overflow: auto;
}

button,
a,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  padding: var(--logo-top) var(--logo-left);
  pointer-events: none;
}

.site-logo {
  width: clamp(120px, 18vw, 180px);
  height: auto;
  pointer-events: auto;
  transition: filter 0.55s ease, opacity 0.55s ease;
}

body.light-active .site-logo {
  filter: brightness(0) saturate(100%);
}

body.map-open .site-header {
  opacity: 0;
  pointer-events: none;
}

.page-slider {
  position: fixed;
  inset: 0;
  width: 500vw;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  transition: transform 0.8s ease;
}

.page-panel {
  position: relative;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable both-edges;
}

.page-home {
  overflow: hidden;
}

.page-gallery,
.page-info,
.page-pricing,
.page-contact {
  background: var(--paper);
  color: var(--ink);
}

.hero-stage {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background: #101010;
}

.hero-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background: url("https://lvm.ee/suure-rootsi/wp-content/uploads/2026/04/Suure-Rootsi.png") center / cover no-repeat;
  filter: brightness(0.64);
  z-index: 0;
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: min(760px, 88vw);
  transform: translate(-50%, 0);
}

.hero-text {
  text-align: center;
  color: #fff;
}

.hero-text h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "AceSansHero", Arial, sans-serif;
  font-size: clamp(28px, 4.4vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.75);
}

.hero-text p {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 300;
  letter-spacing: 0;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.65);
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 44px;
  padding: 12px 28px;
  border: 1px solid var(--glass-line);
  border-radius: 999px;
  background: var(--glass-light);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: -40% -10%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 45%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.cta-button:hover::before {
  transform: translateX(120%);
}

.cta-button:hover,
.cta-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.62);
  outline: none;
}

.cta-location {
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.map-sheet {
  position: fixed;
  inset: 0;
  z-index: 26;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(105%);
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.map-sheet iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.map-open .map-sheet {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.map-close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.map-close::before {
  content: "×";
  display: block;
  transform: translateY(-1px);
}

body.map-open .map-close {
  opacity: 1;
  pointer-events: auto;
}

.bottom-menu {
  position: fixed;
  left: 50%;
  bottom: 34px;
  z-index: 30;
  display: flex;
  gap: 6px;
  max-width: calc(100vw - 24px);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
  transform: translateX(-50%);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
}

.menu-item {
  position: relative;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.menu-item:hover,
.menu-item:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  outline: none;
}

.menu-item.is-active {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

body.light-active .bottom-menu {
  border-color: rgba(0, 0, 0, 0.28);
  background: rgba(0, 0, 0, 0.06);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.45);
}

body.light-active .menu-item {
  color: var(--ink) !important;
}

body.light-active .menu-item:hover,
body.light-active .menu-item:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.26);
}

body.light-active .menu-item.is-active {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

body.map-open .bottom-menu {
  border-color: rgba(0, 0, 0, 0.35);
  background: rgba(0, 0, 0, 0.06);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

body.map-open .menu-item {
  color: var(--ink) !important;
}

body.map-open .menu-item:hover,
body.map-open .menu-item:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.3);
}

body.map-open .menu-item.is-active {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
}

.gallery-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 146px 6vw 136px;
}

.gallery-grid {
  width: min(1120px, 92vw);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e8e8e4;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.9);
}

.gallery-lightbox.is-active {
  display: flex;
}

.gallery-lightbox-image {
  width: min(1220px, 92vw);
  max-height: calc((var(--vh, 1vh) * 100) - 120px);
  object-fit: contain;
  border-radius: 8px;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}

.gallery-lightbox-close {
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  font-size: 30px;
  line-height: 1;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.gallery-lightbox-prev {
  left: 18px;
}

.gallery-lightbox-next {
  right: 18px;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
  outline: none;
}

.info-page-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 150px 24px 120px;
}

.info-shell {
  width: min(1100px, 92vw);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  color: var(--ink);
}

.info-col:last-child {
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.info-col h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 300;
  letter-spacing: 0.02em;
}

.info-col p {
  margin: 0 0 28px;
  color: var(--soft-ink);
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.6;
}

.info-col p:last-child {
  margin-bottom: 0;
}

.info-col ul {
  margin: 0 0 28px;
  padding-left: 18px;
  color: var(--soft-ink);
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.6;
}

.info-col ul:last-child {
  margin-bottom: 0;
}

.info-col li + li {
  margin-top: 10px;
}

.contact-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 100px 24px 140px;
  color: var(--ink);
}

.contact-slot {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.pricing-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 100px 24px 124px;
  text-align: center;
}

.pricing-content {
  width: min(1200px, 92vw);
  display: grid;
  justify-items: center;
  gap: 42px;
}

.price-table-wrap {
  width: min(960px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.price-table th,
.price-table td {
  padding: 13px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.price-table th {
  background: #eeeeea;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-table tbody tr {
  transition: background-color 0.2s ease;
}

.price-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.04);
}

.plan-shortcode {
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.72);
  text-align: center;
}

.plan-shortcode > * {
  margin-left: auto !important;
  margin-right: auto !important;
}

.plan-shortcode img,
.plan-shortcode svg,
.plan-shortcode canvas,
.plan-shortcode iframe {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.plan-shortcode img,
.plan-shortcode svg {
  height: auto;
}

.plan-shortcode iframe {
  width: 100%;
  min-height: 560px;
  border: 0;
}

@media (min-width: 768px) {
  .plan-shortcode-mobile {
    display: none;
  }
}

.page-contact #overlayContent,
body:not(.veil-open) .page-contact #overlayContent,
body.veil-open .page-contact #overlayContent,
body.elementor-editor-active .page-contact #overlayContent {
  position: static;
  inset: auto;
  z-index: auto;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  transition: none;
  overflow: visible;
  max-height: none;
  padding: 0;
}

@media (max-width: 767px) {
  :root {
    --logo-top: 20px;
    --logo-left: clamp(16px, 5vw, 28px);
  }

  .hero-content {
    top: 40%;
    width: min(92vw, 560px);
  }

  .hero-text h1 {
    font-size: clamp(27px, 7.5vw, 40px);
    white-space: nowrap;
  }

  .bottom-menu {
    bottom: 26px;
    gap: 4px;
    width: fit-content;
    max-width: calc(100vw - 16px);
    padding: 8px 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .bottom-menu::-webkit-scrollbar {
    display: none;
  }

  .menu-item {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .gallery-shell {
    padding: 132px 16px 124px;
  }

  .gallery-grid {
    width: 92vw;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gallery-lightbox {
    padding: 14px;
  }

  .gallery-lightbox-image {
    width: 94vw;
    max-height: calc((var(--vh, 1vh) * 100) - 90px);
  }

  .gallery-lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .gallery-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .gallery-lightbox-prev {
    left: 8px;
  }

  .gallery-lightbox-next {
    right: 8px;
  }

  .info-page-shell {
    padding: 122px 16px 120px;
  }

  .info-shell {
    width: 92vw;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .info-col:last-child {
    padding: 20px;
  }

  .contact-shell {
    padding: 84px 16px 140px;
  }

  .page-pricing {
    scrollbar-gutter: auto;
  }

  .pricing-shell {
    align-items: stretch;
    padding: 0 0 124px;
  }

  .pricing-content {
    width: 100vw;
    gap: 28px;
  }

  .plan-shortcode-desktop {
    display: none;
  }

  .plan-shortcode-mobile {
    display: flex;
  }

  .price-table th,
  .price-table td {
    padding: 9px 8px;
    font-size: 12px;
  }

  .price-table th {
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .price-table-wrap {
    width: 92vw;
  }
}

@media (max-width: 400px) {
  .hero-text h1 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .menu-item {
    padding: 6px 8px;
    font-size: 8px;
  }

  .price-table th,
  .price-table td {
    padding: 8px 6px;
    font-size: 11px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lvm.ee/suure-rootsi/wp-content/uploads/2022/08/ParaType-Stem.woff') format('woff');
}
@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://lvm.ee/suure-rootsi/wp-content/uploads/2022/08/ParaType-Stem-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lvm.ee/suure-rootsi/wp-content/uploads/2022/08/ParaType-Stem-Light-1.woff') format('woff');
}
/* End Custom Fonts CSS */