/** Shopify CDN: Minification failed

Line 21:12 Unexpected "{"
Line 21:21 Expected ":"
Line 26:14 Unexpected "{"
Line 26:23 Expected ":"
Line 31:14 Unexpected "{"
Line 31:23 Expected ":"
Line 41:14 Unexpected "{"
Line 41:23 Expected ":"
Line 51:14 Unexpected "{"
Line 51:23 Expected ":"
... and 44 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:home-hero (INDEX:9) */
#home-hero-{{ section.id }} .home-hero-slide {
    background-size: cover;
    background-repeat: no-repeat;
  }

  #home-hero-{{ section.id }} .home-hero-slide .hero-heading-container {
    z-index: 2;
    pointer-events: auto;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_right {
    text-align: right;
    top: auto;
    right: 65px;
    bottom: 50px;
    left: auto;
    margin-right: -20px;
    margin-left: 0;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_left {
    text-align: left;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 65px;
    margin-left: -20px;
    margin-right: 0;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_left .fw-text-button.float-right {
    float: left;
    margin-right: 0;
    margin-left: -4px;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-white .hero-heading {
    color: #fff;
    text-shadow: 0 2px 4px #00000080;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-white .fw-text-button,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-white .fw-button-text,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-white .chevron,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-white .fw-button-text.white,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-white .chevron.white {
    color: #fff !important;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-white .fw-text-button.float-right.shadow,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-white .fw-button-text {
    text-shadow: 0 1px 2px #0000007a;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-black .hero-heading {
    color: #000;
    text-shadow: none;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-black .fw-text-button,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-black .fw-button-text,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-black .chevron,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-black .fw-button-text.black,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-black .chevron.black {
    color: #000 !important;
  }

  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-black .fw-text-button.float-right.shadow,
  #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--text-black .fw-button-text {
    text-shadow: none;
  }

  @media screen and (max-width: 991px) {
    #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_right {
      right: 5%;
      bottom: 4%;
    }

    #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_left {
      left: 5%;
      bottom: 4%;
    }
  }

  @media screen and (max-width: 479px) {
    #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_right,
    #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_left {
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
    }

    #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_right {
      right: 3%;
    }

    #home-hero-{{ section.id }} .hero-heading-container.home-hero-slide-overlay--bottom_left {
      left: 3%;
    }
  }
/* END_SECTION:home-hero */

/* START_SECTION:team-bios (INDEX:27) */
/* Fernweh Team Section Styles */
.fernweh-team-section {
  padding: 50px 0;
  max-width: 1440px;
  margin: 0 auto;
}

.fernweh-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.fernweh-title {
  font-size: 32px;
  margin-bottom: 15px;
}

.fernweh-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

/* Mobile Grid Layout */
.fernweh-mobile-grid {
  display: none;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-bottom: 50px;
}

/* Force grid display for 7+ members regardless of screen size */
.fernweh-mobile-grid.force-grid {
  display: grid;
}

.fernweh-team-member-mobile {
  text-align: left;
}

.fernweh-member-image {
  width: 100%;
  height: 300px; /* Fixed height for grid layout */
  object-fit: cover;
}

.fernweh-member-name {
  font-weight: bold;
  color: #ae7f55;
  display: inline;
}

.fernweh-member-title {
  display: inline;
  color: #666;
  margin-left: 10px;
}

.fernweh-member-title:before {
  content: "//";
  margin-right: 10px;
}

.fernweh-member-bio {
  margin-top: 10px;
}

/* Desktop Team Slider */
.fernweh-team-slider {
  display: flex;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.fernweh-slide {
  position: relative;
  overflow: hidden;
  transition: width 0.35s ease;
  height: 100%;
  cursor: pointer;
}

.fernweh-slide.active {
  width: 70%;
}

/* Dynamically set collapsed width based on number of members */
.fernweh-team-slider[data-team-count="4"] .fernweh-slide:not(.active) {
  width: 9%;
  margin-left: 1%;
}

.fernweh-team-slider[data-team-count="5"] .fernweh-slide:not(.active) {
  width: 7%;
  margin-left: 0.75%;
}

.fernweh-team-slider[data-team-count="6"] .fernweh-slide:not(.active) {
  width: 5%;
  margin-left: 0.8%;
}

.fernweh-slide-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fernweh-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.35s ease;
}

.fernweh-slide:not(.active) .fernweh-slide-image {
  opacity: 0.5;
}

.fernweh-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  transition: opacity 0.35s ease;
}

.fernweh-slide:not(.active) .fernweh-slide-content {
  opacity: 0;
  pointer-events: none;
}

.fernweh-slide-name {
  font-weight: bold;
  color: #ae7f55;
  display: inline;
}

.fernweh-slide-title {
  display: inline;
  color: #666;
  margin-left: 10px;
}

.fernweh-slide-title:before {
  content: "//";
  margin-right: 10px;
}

.fernweh-slide-bio {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Mobile Styles - FIXED VERSION */
@media screen and (max-width: 767px) {
  .fernweh-team-slider {
    display: none !important; /* Force hide slider on mobile */
  }
  
  .fernweh-mobile-grid {
    display: grid !important; /* Force show mobile grid on mobile */
  }
  
  .fernweh-member-image {
    height: 250px; /* Slightly shorter on mobile */
  }
}

/* Tablet and larger - but not for 7+ members */
@media screen and (min-width: 768px) {
  .fernweh-mobile-grid:not(.force-grid) {
    display: none;
  }
  
  .fernweh-member-image {
    height: 280px; /* Medium height on tablets */
  }
}

/* Two column layout for tablet and larger screens */
@media screen and (min-width: 768px) {
  .fernweh-mobile-grid.force-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Three column layout for larger screens */
@media screen and (min-width: 1024px) {
  .fernweh-mobile-grid.force-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .fernweh-member-image {
    height: 300px; /* Full height on desktop */
  }
}
  
/* Fernweh Team Section Styles */
.fernweh-team-section {
  padding: 50px 0;
  max-width: 1440px;
  margin: 0 auto;
}

.fernweh-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.fernweh-title {
  font-size: 32px;
  margin-bottom: 15px;
}

.fernweh-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

/* Mobile Grid Layout */
.fernweh-mobile-grid {
  display: none;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-bottom: 50px;
}

/* Force grid display for 7+ members regardless of screen size */
.fernweh-mobile-grid.force-grid {
  display: grid;
}

.fernweh-team-member-mobile {
  text-align: left;
}

.fernweh-member-image {
  width: 100%;
  height: 300px; /* Fixed height for grid layout */
  object-fit: cover;
}

.fernweh-member-name {
  font-weight: bold;
  color: #ae7f55;
  display: inline;
}

.fernweh-member-title {
  display: inline;
  color: #666;
  margin-left: 10px;
}

.fernweh-member-title:before {
  content: "//";
  margin-right: 10px;
}

.fernweh-member-bio {
  margin-top: 10px;
}

/* Desktop Team Slider */
.fernweh-team-slider {
  display: flex;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.fernweh-slide {
  position: relative;
  overflow: hidden;
  transition: width 0.35s ease;
  height: 100%;
  cursor: pointer;
}

.fernweh-slide.active {
  width: 70%;
}

/* Dynamically set collapsed width based on number of members */
.fernweh-team-slider[data-team-count="4"] .fernweh-slide:not(.active) {
  width: 9%;
  margin-left: 1%;
}

.fernweh-team-slider[data-team-count="5"] .fernweh-slide:not(.active) {
  width: 7%;
  margin-left: 0.75%;
}

.fernweh-team-slider[data-team-count="6"] .fernweh-slide:not(.active) {
  width: 5%;
  margin-left: 0.8%;
}

.fernweh-slide-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fernweh-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.35s ease;
}

.fernweh-slide:not(.active) .fernweh-slide-image {
  opacity: 0.5;
}

.fernweh-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  transition: opacity 0.35s ease;
}

.fernweh-slide:not(.active) .fernweh-slide-content {
  opacity: 0;
  pointer-events: none;
}

.fernweh-slide-name {
  font-weight: bold;
  color: #ae7f55;
  display: inline;
}

.fernweh-slide-title {
  display: inline;
  color: #666;
  margin-left: 10px;
}

.fernweh-slide-title:before {
  content: "//";
  margin-right: 10px;
}

.fernweh-slide-bio {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Make images consistent height on different screen sizes */
@media screen and (max-width: 767px) {
  .fernweh-member-image {
    height: 250px; /* Slightly shorter on mobile */
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fernweh-member-image {
    height: 280px; /* Medium height on tablets */
  }
}

@media screen and (min-width: 1024px) {
  .fernweh-member-image {
    height: 300px; /* Full height on desktop */
  }
}

/* Tablet and larger - but not for 7+ members */
@media screen and (min-width: 768px) {
  .fernweh-mobile-grid:not(.force-grid) {
    display: none;
  }
}

/* Two column layout for tablet and larger screens */
@media screen and (min-width: 768px) {
  .fernweh-mobile-grid.force-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Three column layout for larger screens */
@media screen and (min-width: 1024px) {
  .fernweh-mobile-grid.force-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* END_SECTION:team-bios */