@font-face {
  font-family: "LFDL Cormorant";
  src: url("fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "LFDL Cormorant";
  src: url("fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "LFDL Montserrat";
  src: url("fonts/montserrat-latin-300-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "LFDL Montserrat";
  src: url("fonts/montserrat-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "LFDL Montserrat";
  src: url("fonts/montserrat-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "LFDL Montserrat";
  src: url("fonts/montserrat-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

body.home {
  --lfdl-forest: #155b3b;
  --lfdl-forest-dark: #0d3f2a;
  --lfdl-ivory: #f8f5ee;
  --lfdl-ink: #2d332f;
  --lfdl-bronze: #b99045;
  color: var(--lfdl-ink);
  background: var(--lfdl-ivory);
}

body.home,
body.home .elementor-570,
body.home .elementor-570 input,
body.home .elementor-570 textarea,
body.home .elementor-570 button {
  font-family: "LFDL Montserrat", Montserrat, sans-serif;
}

body.home #masthead {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  width: 100%;
  height: 126px;
  background: transparent !important;
  box-shadow: none !important;
}

body.home #masthead .flexia-navbar,
body.home #masthead .flexia-navbar-container,
body.home #masthead .flexia-navbar-inner {
  height: 100%;
  background: transparent !important;
  box-shadow: none !important;
}

body.home #masthead .flexia-navbar {
  position: absolute !important;
  inset: 0;
  height: 126px !important;
}

body.home #masthead .flexia-navbar-container {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.home #masthead .flexia-navbar-inner {
  width: 100%;
  max-width: none;
  padding: 25px clamp(34px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.home #masthead .site-branding,
body.home #masthead .flexia-logobar-inline {
  margin: 0;
  padding: 0;
}

body.home #masthead .flexia-header-logo img {
  display: block;
  width: clamp(230px, 22vw, 320px);
  max-width: none;
  height: auto;
}

body.home #masthead .flexia-header-logo {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home #masthead .flexia-header-sticky-logo,
body.home #masthead .flexia-menu-toggle,
body.home #masthead .header-icons {
  display: none !important;
}

body.home #masthead #site-navigation,
body.home #masthead .flexia-primary-menu,
body.home #masthead .flexia-primary-menu > li {
  width: auto;
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center;
  background: transparent !important;
}

body.home #masthead .flexia-primary-menu > li > a {
  border: 0;
  border-bottom: 2px solid var(--lfdl-bronze);
  padding: 10px 0 7px;
  color: #fff !important;
  background: transparent !important;
  font-family: "LFDL Montserrat", Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home #masthead .flexia-primary-menu > li > a:hover,
body.home #masthead .flexia-primary-menu > li > a:focus {
  color: #fff !important;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  body.home #masthead .flexia-navbar-inner {
    gap: clamp(28px, 3vw, 62px);
  }

  body.home #masthead .flexia-logobar-inline {
    flex: 0 0 auto;
  }

  body.home #masthead #site-navigation {
    min-width: 0;
    margin-left: auto;
  }

  body.home #masthead .flexia-primary-menu {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: clamp(14px, 1.4vw, 28px);
  }

  body.home #masthead .flexia-primary-menu > li {
    flex: 0 0 auto;
  }

  body.home #masthead .flexia-primary-menu > li > a {
    white-space: nowrap;
  }

  body.home.logged-in #masthead .flexia-navbar-inner {
    padding-right: clamp(24px, 2.5vw, 50px);
    padding-left: clamp(24px, 2.5vw, 50px);
    gap: clamp(24px, 2.5vw, 50px);
  }

  body.home.logged-in #masthead .flexia-header-logo img {
    width: clamp(210px, 14.5vw, 280px) !important;
  }

  body.home.logged-in #masthead .flexia-primary-menu {
    gap: clamp(10px, 1.1vw, 22px);
  }

  body.home.logged-in #masthead .flexia-primary-menu > li > a {
    font-size: clamp(10px, 0.72vw, 13px);
    letter-spacing: 0.055em;
  }

  .lfdl-member-menu-toggle {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.home.logged-in #masthead,
  body.home.logged-in #masthead .flexia-navbar {
    height: 150px !important;
  }

  body.home.logged-in #masthead .flexia-navbar-inner {
    align-items: flex-start;
    padding-top: 24px;
  }

  body.home.logged-in #masthead .flexia-header-logo img {
    width: 205px !important;
  }

  body.home.logged-in #masthead #site-navigation {
    max-width: 760px;
  }

  body.home.logged-in #masthead .flexia-primary-menu {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  body.home.logged-in .lfdl-hero-content {
    padding-top: 145px;
  }
}

body.home .elementor-570,
body.home .elementor-570 > .elementor-section,
body.home .elementor-570 > .e-con {
  margin: 0;
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5701,
body.home .elementor-570 .elementor-element.elementor-element-a1e5704,
body.home .elementor-570 .elementor-element.elementor-element-a1e5707,
body.home .elementor-570 .elementor-element.elementor-element-a1e5710 {
  margin: 0;
  padding: 0;
  background: var(--lfdl-ivory);
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5701 > .elementor-container,
body.home .elementor-570 .elementor-element.elementor-element-a1e5704 > .elementor-container,
body.home .elementor-570 .elementor-element.elementor-element-a1e5707 > .elementor-container {
  width: 100%;
  max-width: none;
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5701 .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
body.home .elementor-570 .elementor-element.elementor-element-a1e5704 .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
body.home .elementor-570 .elementor-element.elementor-element-a1e5707 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

body.home .elementor-570 .elementor-widget-html,
body.home .elementor-570 .elementor-widget-html > .elementor-widget-container {
  width: 100%;
}

.lfdl-hero {
  position: relative;
  min-height: min(960px, 66.6667vw);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--lfdl-forest-dark);
}

.lfdl-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
}

body.home .elementor-570 .lfdl-hero-media img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.lfdl-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(3, 18, 10, 0.4);
}

.lfdl-hero-content {
  position: relative;
  z-index: 2;
  width: min(780px, 76vw);
  margin-left: clamp(38px, 5vw, 76px);
  padding-top: 112px;
}

body.home .elementor-570 .lfdl-hero h1,
body.home .elementor-570 .lfdl-story h2,
body.home .elementor-570 .lfdl-contact-heading h2 {
  margin: 0;
  font-family: "LFDL Cormorant", Georgia, serif !important;
  font-weight: 500 !important;
}

.lfdl-hero h1 {
  color: #fff;
  font-size: clamp(62px, 6.2vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.lfdl-rule {
  display: block;
  width: 66px;
  height: 2px;
  margin: 34px 0 27px;
  background: var(--lfdl-bronze);
}

.lfdl-hero p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.lfdl-hero-kicker {
  margin-top: 16px;
  color: #f0cf8e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lfdl-primary-cta {
  min-width: 292px;
  min-height: 70px;
  border: 2px solid var(--lfdl-bronze);
  margin-top: 40px;
  padding: 18px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: rgba(14, 89, 56, 0.9);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.lfdl-primary-cta:hover,
.lfdl-primary-cta:focus {
  color: var(--lfdl-forest-dark) !important;
  background: #fff;
}

.lfdl-story {
  min-height: 860px;
  padding: 105px clamp(40px, 5.3vw, 82px);
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(560px, 1.25fr);
  gap: clamp(60px, 7vw, 120px);
  align-items: center;
  background: var(--lfdl-ivory);
}

.lfdl-story-copy {
  max-width: 520px;
}

.lfdl-story h2 {
  color: var(--lfdl-forest);
  font-size: clamp(42px, 3.75vw, 57px);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.lfdl-story .lfdl-rule {
  margin: 35px 0 39px;
}

.lfdl-story p {
  margin: 0 0 28px;
  color: var(--lfdl-ink);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
}

.lfdl-story-link {
  color: var(--lfdl-forest) !important;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(185, 144, 69, 0.8);
  text-underline-offset: 3px;
}

.lfdl-story-link:hover,
.lfdl-story-link:focus {
  color: var(--lfdl-forest-dark) !important;
  text-decoration-color: currentColor;
}

.lfdl-story-gallery {
  height: 680px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 10px;
}

.lfdl-story-picture {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

body.home .elementor-570 .lfdl-story-image {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
}

.lfdl-story-image--lake {
  object-position: 46% center;
}

.lfdl-story-image--bench {
  object-position: 76% center;
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5713 > .elementor-container {
  width: 100%;
  max-width: none;
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5713 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.lfdl-private-notice {
  padding: 66px clamp(40px, 8vw, 128px);
  color: #fff;
  background: var(--lfdl-forest);
  text-align: center;
}

.lfdl-private-notice-inner {
  max-width: 880px;
  margin: 0 auto;
}

body.home .elementor-570 .lfdl-private-notice h2 {
  margin: 0;
  color: #fff;
  font-family: "LFDL Cormorant", Georgia, serif !important;
  font-size: clamp(38px, 3.2vw, 50px);
  font-weight: 500 !important;
  line-height: 1.08;
}

.lfdl-private-notice .lfdl-rule {
  margin: 25px auto 24px;
}

.lfdl-private-notice p {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5707 {
  border-top: 1px solid rgba(185, 144, 69, 0.5);
  padding: 78px clamp(40px, 5.3vw, 82px) 0;
}

.lfdl-contact-heading h2 {
  color: var(--lfdl-forest-dark);
  font-size: clamp(48px, 4.4vw, 66px);
  line-height: 1;
  text-align: center;
}

.lfdl-contact-heading .lfdl-rule {
  margin: 30px auto 55px;
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5710 {
  padding: 0 clamp(40px, 5.3vw, 82px) 96px;
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5710 > .elementor-container {
  width: 100%;
  max-width: 1280px;
  gap: 66px;
}

body.home .elementor-570 .elementor-element.elementor-element-a1e5711 > .elementor-element-populated,
body.home .elementor-570 .elementor-element.elementor-element-a1e5712 > .elementor-element-populated {
  padding: 0;
}

body.home .elementor-570 .elementor-element.elementor-element-0b41e5d .elementor-field-group {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 19px;
}

body.home .elementor-570 .elementor-element.elementor-element-0b41e5d .elementor-form-fields-wrapper {
  margin-right: 0;
  margin-left: 0;
}

body.home .elementor-570 .elementor-element.elementor-element-0b41e5d .elementor-field-group > label {
  margin: 0 0 10px;
  color: var(--lfdl-ink);
  font-size: 13px;
  font-weight: 400;
}

body.home .elementor-570 .elementor-element.elementor-element-0b41e5d .elementor-field {
  min-height: 56px;
  border: 1px solid rgba(45, 51, 47, 0.58);
  border-radius: 0;
  padding: 14px;
  color: var(--lfdl-ink);
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 300;
}

body.home .elementor-570 .elementor-element.elementor-element-0b41e5d textarea.elementor-field {
  min-height: 126px;
}

body.home .elementor-570 .elementor-element.elementor-element-0b41e5d .elementor-button[type="submit"] {
  width: 100%;
  min-height: 67px;
  border: 1px solid var(--lfdl-forest);
  border-radius: 0;
  padding: 18px 24px;
  color: #fff;
  background: rgba(14, 89, 56, 0.9);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.home .elementor-570 .elementor-element.elementor-element-0b41e5d .elementor-button[type="submit"]:hover,
body.home .elementor-570 .elementor-element.elementor-element-0b41e5d .elementor-button[type="submit"]:focus {
  border-color: var(--lfdl-forest);
  color: var(--lfdl-forest-dark);
  background: #fff;
}

body.home .elementor-570 .elementor-element.elementor-element-15a72f5 > .elementor-widget-container {
  border: 1px solid rgba(185, 144, 69, 0.58);
}

body.home .elementor-570 .elementor-element.elementor-element-15a72f5 iframe {
  height: 405px;
  display: block;
}

body.home .elementor-570 .elementor-element.elementor-element-249c910 > .elementor-widget-container {
  margin: 27px 0 0;
  padding: 0;
}

body.home .elementor-570 .elementor-element.elementor-element-249c910 .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
}

body.home .elementor-570 .elementor-element.elementor-element-249c910 .elementor-icon-box-icon {
  margin: 0;
}

body.home .elementor-570 .elementor-element.elementor-element-249c910 .elementor-icon {
  color: var(--lfdl-forest);
  fill: var(--lfdl-forest);
  font-size: 18px;
}

body.home .elementor-570 .elementor-element.elementor-element-249c910 .elementor-icon-box-title {
  margin: 0;
  color: #3d473f;
  font-family: "LFDL Montserrat", Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

body.home #flexia-colophon-bottom {
  min-height: 340px;
  padding: 50px 24px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--lfdl-forest);
  text-align: center;
}

body.home #flexia-colophon-bottom .flexia-colophon-inner {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.home #flexia-colophon-bottom .flexia-colophon-inner::before {
  content: "";
  width: min(390px, 70vw);
  height: 80px;
  display: block;
  background-image: url("images/lfdl-logo-horizontal-white-780.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

body.home #flexia-colophon-bottom .flexia-colophon-inner::after {
  content: "";
  order: 1;
  width: 160px;
  height: 2px;
  margin: 27px 0 24px;
  display: block;
  background: var(--lfdl-bronze);
}

body.home #flexia-colophon-bottom .site-info {
  order: 2;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "LFDL Montserrat", Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.9;
}

body.home #flexia-colophon-bottom .site-info a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

body.home #flexia-colophon-bottom .site-info a:hover,
body.home #flexia-colophon-bottom .site-info a:focus {
  color: #fff;
  text-decoration: underline;
}

body.home .lfdl-primary-cta:focus-visible,
body.home #masthead a:focus-visible,
body.home .elementor-570 input:focus-visible,
body.home .elementor-570 textarea:focus-visible,
body.home .elementor-570 button:focus-visible {
  outline: 3px solid #e2b45c;
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .lfdl-hero {
    min-height: 780px;
  }

  .lfdl-story {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .lfdl-story-copy {
    max-width: 680px;
  }

  .lfdl-story-gallery {
    height: 600px;
  }

  body.home .elementor-570 .elementor-element.elementor-element-a1e5710 > .elementor-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.home .elementor-570 .elementor-element.elementor-element-a1e5711,
  body.home .elementor-570 .elementor-element.elementor-element-a1e5712 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.home #masthead {
    height: 190px;
  }

  body.home #masthead .flexia-navbar {
    height: 190px !important;
  }

  body.home #masthead .flexia-navbar-inner {
    position: relative;
    height: 190px;
    padding: 16px 20px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-content: start;
    align-items: start;
    column-gap: 20px;
    row-gap: 10px;
  }

  body.home #masthead .flexia-logobar-inline {
    position: static;
    z-index: 1;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: stretch;
    justify-content: center;
    width: 100%;
    max-width: none;
    min-width: 0;
    transform: none;
  }

  body.home #masthead .site-branding {
    flex: 0 0 auto;
    width: min(525px, 120vw);
    max-width: none;
  }

  body.home #masthead .flexia-header-logo {
    width: 100%;
  }

  body.home #masthead .flexia-header-logo img {
    width: 100% !important;
  }

  body.home #masthead #site-navigation {
    position: relative;
    z-index: 3;
    top: auto;
    right: auto;
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    width: auto;
    display: block !important;
  }

  body.home #masthead .flexia-primary-menu {
    width: auto;
    display: block !important;
  }

  body.home #masthead .flexia-primary-menu > li {
    width: auto;
    justify-content: flex-end;
  }

  body.home #masthead .flexia-primary-menu > li > a {
    padding: 9px 0 7px;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
  }

  body.home.logged-in #masthead .flexia-primary-menu > li:not(:first-child) {
    display: none !important;
  }

  body.home.logged-in #masthead #site-navigation.lfdl-member-menu-open {
    grid-column: 1 / -1;
    justify-self: end;
    width: min(330px, calc(100vw - 40px));
  }

  body.home.logged-in #masthead #site-navigation.lfdl-member-menu-open .flexia-primary-menu {
    width: 100%;
    border: 1px solid rgba(185, 144, 69, 0.82);
    padding: 46px 18px 16px;
    background: rgba(13, 63, 42, 0.98) !important;
    box-shadow: 0 18px 42px rgba(3, 18, 10, 0.3);
  }

  body.home.logged-in #masthead #site-navigation.lfdl-member-menu-open .flexia-primary-menu > li:first-child {
    position: absolute;
    top: 0;
    right: 18px;
  }

  body.home.logged-in #masthead #site-navigation.lfdl-member-menu-open .flexia-primary-menu > li:not(:first-child) {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  body.home.logged-in #masthead #site-navigation.lfdl-member-menu-open .flexia-primary-menu > li:not(:first-child) > a {
    width: 100%;
    border-bottom: 0;
    padding: 13px 0;
    font-size: 11px;
    line-height: 1.3;
  }

  body.home.logged-in #masthead #site-navigation.lfdl-member-menu-open .sub-menu {
    position: static !important;
    width: 100%;
    border: 0;
    padding: 0 0 9px 16px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.home.logged-in #masthead #site-navigation.lfdl-member-menu-open .sub-menu a {
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
    font-size: 10px;
    white-space: normal;
  }

  body.home.logged-in #masthead #site-navigation.lfdl-member-menu-open .sub-menu li {
    width: 100%;
    display: block !important;
  }

  .lfdl-member-menu-toggle {
    position: relative;
    z-index: 4;
    top: auto;
    left: auto;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    border: 0;
    border-bottom: 2px solid var(--lfdl-bronze);
    padding: 9px 0 7px;
    color: #fff;
    background: transparent;
    font-family: "LFDL Montserrat", Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .lfdl-hero {
    min-height: 720px;
    background-position: 56% center;
  }

  .lfdl-hero-content {
    width: auto;
    margin: 0 22px;
    padding-top: 56px;
  }

  .lfdl-hero h1 {
    font-size: clamp(49px, 14vw, 65px);
  }

  .lfdl-hero p {
    max-width: 310px;
    font-size: 17px;
    line-height: 1.55;
  }

  .lfdl-primary-cta {
    min-width: 230px;
    min-height: 60px;
  }

  .lfdl-story {
    padding: 72px 24px;
    gap: 42px;
  }

  .lfdl-story h2 {
    font-size: 43px;
  }

  .lfdl-story-gallery {
    height: auto;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 6px;
  }

  .lfdl-story-image {
    height: 440px;
  }

  body.home .elementor-570 .elementor-element.elementor-element-a1e5707 {
    padding: 64px 24px 0;
  }

  body.home .elementor-570 .elementor-element.elementor-element-a1e5710 {
    padding: 0 24px 72px;
  }

  body.home .elementor-570 .elementor-element.elementor-element-a1e5710 > .elementor-container {
    gap: 43px;
  }

  body.home .elementor-570 .elementor-element.elementor-element-15a72f5 iframe {
    height: 320px;
  }

  body.home .elementor-570 .elementor-element.elementor-element-249c910 .elementor-icon-box-wrapper {
    align-items: flex-start;
  }

  body.home .elementor-570 .elementor-element.elementor-element-249c910 .elementor-icon-box-title {
    font-size: 14px;
  }

  body.home #flexia-colophon-bottom {
    min-height: 310px;
  }
}

@media (max-width: 600px) {
  body.home #masthead .site-branding {
    width: 80vw;
    max-width: 80vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home *,
  body.home *::before,
  body.home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Hero direction selected on 21 July 2026: premium logo first, title second. */
body.home #masthead .flexia-logobar-inline {
  display: none !important;
}

body.home #masthead .flexia-navbar-inner {
  justify-content: flex-end;
}

.lfdl-hero-content {
  width: min(940px, 88vw);
  margin: 0 auto;
  padding-top: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lfdl-hero-brand {
  width: min(600px, 52vw);
  display: block;
  filter: drop-shadow(0 4px 22px rgba(0, 0, 0, 0.22));
}

body.home .elementor-570 .lfdl-hero-brand img {
  width: 100%;
  height: auto !important;
  display: block;
}

body.home .elementor-570 .lfdl-hero h1 {
  max-width: 940px;
  margin-top: clamp(14px, 2vh, 24px);
  font-size: clamp(31px, 3vw, 45px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-align: center;
}

.lfdl-hero .lfdl-rule {
  margin: 24px auto 22px;
}

.lfdl-hero p {
  text-align: center;
}

@media (max-width: 767px) {
  body.home #masthead,
  body.home #masthead .flexia-navbar {
    height: 92px !important;
  }

  body.home #masthead .flexia-navbar-inner {
    height: 92px;
    padding: 16px 20px 0;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-content: start;
    column-gap: 20px;
    row-gap: 0;
  }

  body.home #masthead #site-navigation {
    grid-column: 2;
    grid-row: 1;
  }

  .lfdl-member-menu-toggle {
    grid-column: 1;
    grid-row: 1;
  }

  .lfdl-hero {
    min-height: max(720px, 100svh);
  }

  body.home .elementor-570 .lfdl-hero-media img {
    object-position: 56% center;
  }

  .lfdl-hero-content {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding-top: 42px;
  }

  .lfdl-hero-brand {
    width: min(78vw, 340px);
  }

  body.home .elementor-570 .lfdl-hero h1 {
    max-width: 340px;
    margin-top: 14px;
    font-size: clamp(25px, 7.3vw, 31px);
    line-height: 1.15;
  }

  .lfdl-hero .lfdl-rule {
    margin: 21px auto 19px;
  }

  .lfdl-hero p {
    max-width: 330px;
  }

  .lfdl-hero-kicker {
    max-width: 310px;
    margin-top: 13px;
    font-size: 11px;
    line-height: 1.5;
  }

  .lfdl-private-notice {
    padding: 52px 24px;
  }

  .lfdl-private-notice p {
    font-size: 15px;
    line-height: 1.75;
  }
}
