/*
Theme Name: Flatsome Child
Template: flatsome
*/

.fm-shell {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* === SECTION 1: Hero === */

.fm-hero p:empty,
.fm-hero br {
  display: none;
}
.fm-hero {
  position: relative;
  min-height: 80vh;
  background-image: url('/wp-content/uploads/2026/06/imgi_17_vegetables.jpg');
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fm-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.48);
}
.fm-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 900px;
}
.fm-hero__title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 75px;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.93;
  letter-spacing: 4px;
  margin: 0 0 36px 0;
  text-transform: uppercase;
}
.fm-hero__title em {
  display: inline;
  font-style: italic;
  letter-spacing: 4px;
  padding: 0 20px;
  white-space: nowrap;
}
.fm-hero__title-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
}
.fm-hero__title-line {
  display: block;
  flex: 1;
  height: 2px;
  background-color: rgba(255,255,255,0.7);
}

.fm-hero__title-rule {
  align-items: flex-end;
}

.fm-hero__title-line {
  margin-bottom: 14px;
}

.fm-hero__text {
  font-family: 'EB Garamond', Georgia, serif;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 1.5px;
  margin: 0;
}
.fm-hero__scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255,255,255,0.7);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-align: center;
  white-space: nowrap;
}
.fm-hero__arrow {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  animation: fm-bounce 1.6s infinite;
}
@keyframes fm-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
@media (max-width: 768px) {
  .fm-hero__title {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .fm-hero__title {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1.1;
  }
  .fm-hero__text {
    font-size: 16px;
  }
}

/* === SECTION 2: Motto === */
.fm-motto p:empty,
.fm-motto br {
  display: none;
}
.fm-motto {
  background-color: #ffffff;
  padding: 0 0 60px 0;
}
.fm-motto__box {
  position: relative;
  background-color: #EDF0E6;
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 80px 0;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.fm-motto__leaf {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background-image: url('/wp-content/uploads/2026/06/imgi_18_leaf.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  pointer-events: none;
}
.fm-motto__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.fm-motto__eyebrow {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  color: #4a5c3f;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
}
.fm-motto__quote {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  color: #2c2c2c;
  margin: 0 0 28px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
.fm-motto__divider {
  width: 50px;
  height: 2px;
  background-color: #b5a96a;
  margin: 0 auto 28px;
}
.fm-motto__body {
  font-family: 'EB Garamond', Georgia, serif;
  color: #555;
  font-size: 17px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 40px;
  box-sizing: border-box;
}
.fm-motto__bar {
  width: calc(100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
  height: 10px;
  background-color: #c8cc7a;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fm-motto__box {
    padding: 60px 40px 0;
  }
  .fm-motto__quote {
    font-size: 30px;
  }
  .fm-motto__leaf {
    width: 360px;
    height: 360px;
  }
  .fm-motto__bar {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 480px) {
  .fm-motto__box {
    padding: 50px 24px 0;
  }
  .fm-motto__quote {
    font-size: 22px;
  }
  .fm-motto__body {
    padding: 0 10px;
  }
  .fm-motto__bar {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}

/* === SECTION 3: Content Sections === */
.fm-sections-wrapper p:empty,
.fm-sections-wrapper br {
  display: none;
}
.fm-sections-wrapper {
  overflow: hidden;
}
.fm-content-section {
  padding: 40px 0;
  background-color: #ffffff;
}
.fm-content-section__row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: nowrap;
}
.fm-content-section__row--reverse {
  flex-direction: row-reverse;
}
.fm-content-section__image-col {
  width: 50%;
  flex-shrink: 0;
}
.fm-content-section__text-col {
  width: 45%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.fm-content-section__image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: -12px 12px 0px 0px #D3AF5E;
}
.fm-content-section__more {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-family: 'EB Garamond', Georgia, serif;
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.fm-content-section__image:hover .fm-content-section__more {
  opacity: 0;
}
.fm-content-section__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  z-index: 4;
}
.fm-content-section__image:hover .fm-content-section__hover {
  background-color: rgba(0,0,0,0.45);
}
.fm-content-section__hover-border {
  border: 1px solid rgba(255,255,255,0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  transition: border-color 0.3s ease;
}
.fm-content-section__image:hover .fm-content-section__hover-border {
  border-color: rgba(255,255,255,0.7);
}
.fm-content-section__hover-text {
  font-family: 'EB Garamond', Georgia, serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fm-content-section__hover-text br {
  display: block;
  line-height: 1;
}
.fm-content-section__image:hover .fm-content-section__hover-text {
  opacity: 1;
}
.fm-content-section__title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  color: #daad4e;
  letter-spacing: 3px;
  margin: 0 0 16px 0;
}
.fm-content-section__divider {
  width: 30px;
  height: 2px;
  background-color: #daad4e;
  margin: 0 0 20px 0;
}
.fm-content-section__body {
  font-family: 'EB Garamond', Georgia, serif;
  color: #555;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.fm-content-section__image--video {
  cursor: pointer;
}
.fm-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 68px;
  height: 68px;
  text-decoration: none;
}
.fm-video-play img {
  width: 100%;
  height: 100%;
}

/* === VIDEO MODAL === */
.fm-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.fm-video-modal.is-open {
  display: flex;
}
.fm-video-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  cursor: pointer;
}
.fm-video-modal__inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 900px;
}
.fm-video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}
.fm-video-modal__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.fm-video-modal__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .fm-content-section__row,
  .fm-content-section__row--reverse {
    flex-direction: column;
  }
  .fm-content-section__image-col,
  .fm-content-section__text-col {
    width: 100%;
  }
  .fm-content-section__text-col {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .fm-content-section {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .fm-content-section {
    padding: 24px 0;
  }
  .fm-content-section__hover-text {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .fm-content-section__title {
    font-size: 26px;
  }
}