/* Store bridge — design1 chrome + sections without RevSlider / Elementor */

@font-face {
  font-family: 'Zeitgeist Alternative';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Zeitgeist-Alternative.woff2') format('woff2'),
       url('../fonts/Zeitgeist-Alternative.woff') format('woff');
}

/* Neutralise legacy site.css .fw-hero block (old BEM home) */
body.home .fw-hero {
  position: relative !important;
  display: block !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100%;
  min-height: 920px;
  overflow: hidden;
  color: inherit;
  background: #faece2;
}
.fw-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fw-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.fw-hero__bg.is-active {
  opacity: 1;
}
.fw-hero .fw-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
  pointer-events: none;
}
.fw-hero .fw-hero-copy::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.fw-hero .fw-hero-copy__eyebrow,
.fw-hero .fw-hero-copy__title,
.fw-hero .fw-hero-copy__text,
.fw-hero .fw-hero-copy__actions {
  pointer-events: auto;
  margin: 0;
  padding: 0;
}
.fw-hero .fw-hero-copy__eyebrow {
  font-family: 'Earthbound', serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  padding-bottom: 50px;
}
.fw-hero .fw-hero-copy__title {
  font-family: 'Zeitgeist Alternative', cursive;
  font-size: 120px;
  line-height: 1;
  font-weight: 400;
  color: #E2D1B5;
  padding-bottom: 50px;
}
.fw-hero .fw-hero-copy__title span {
  display: inline-block;
  /* Pad for Zeitgeist ascenders inside clip-path; negative margin keeps visual gap tight */
  padding: 0.55em 0.2em 0.25em;
  margin: -0.55em -0.2em -0.25em;
  clip-path: inset(0 100% 0 0);
  animation: fw-hero-write 1.4s ease 0.25s both;
}
@keyframes fw-hero-write {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}
@media (prefers-reduced-motion: reduce) {
  .fw-hero .fw-hero-copy__title span {
    clip-path: none;
    animation: none;
  }
}
.fw-hero .fw-hero-copy__text {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 400;
  color: #fff;
  max-width: 820px;
  padding-bottom: 50px;
}
.fw-hero .fw-hero-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
/* Hero Prev/Next — match RS custom_line_copy46: vertically centred, h_offset 30 */
.fw-hero__nav {
  position: absolute;
  z-index: 60;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  pointer-events: none;
}
.fw-hero__nav-btn {
  pointer-events: auto;
  background: transparent;
  border: 0;
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 80px;
  /* UA button is text-align:center — Prev must sit flush under the line */
  text-align: left;
}
.fw-hero__nav-btn::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  margin-bottom: 4px;
}
.fw-hero__nav-btn--next {
  text-align: right;
}
.fw-hero__nav-btn--next::before {
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  body.home .fw-hero { min-height: 800px; }
  .fw-hero .fw-hero-copy__eyebrow { font-size: 28px; padding-bottom: 28px; }
  .fw-hero .fw-hero-copy__title { font-size: 72px; padding-bottom: 28px; }
  .fw-hero .fw-hero-copy__text { font-size: 18px; padding-bottom: 28px; }
}
@media only screen and (max-width: 778px) {
  /* design1 hide_under:778 */
  .fw-hero__nav { display: none; }
}
@media only screen and (max-width: 480px) {
  body.home .fw-hero { min-height: 610px; }
  .fw-hero .fw-hero-copy__eyebrow { font-size: 20px; padding-bottom: 20px; }
  .fw-hero .fw-hero-copy__title { font-size: 48px; padding-bottom: 20px; }
  .fw-hero .fw-hero-copy__text { font-size: 16px; padding-bottom: 20px; }
}

/* Call CTA — cream fill, terracotta outline */
#fw-page-header .fw-button.fw-button--call,
.fw-header-sticky .fw-button.fw-button--call {
  color: #B36B53 !important;
  background-color: #F7F1E8 !important;
  border: 2px solid #B36B53 !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px !important;
  font-family: Quicksand, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
#fw-page-header .fw-button.fw-button--call:hover,
.fw-header-sticky .fw-button.fw-button--call:hover {
  color: #fff !important;
  background-color: #B36B53 !important;
  border-color: #B36B53 !important;
}

/* Cart opener → store drawer */
.fw-cart-dropdown { display: none !important; }
.fw-cart-opener { cursor: pointer; }
.fw-cart .fw-cart-opener {
  position: relative;
}
.fw-cart-count.header-cart-count:not([hidden]) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 1px 0 0 1px;
  margin: 0;
  border: 0;
  line-height: 1 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  background-color: #C78343 !important;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 2px;
  right: -9px;
  left: auto;
  box-sizing: border-box;
  text-indent: 0;
  letter-spacing: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* Behind-header: desktop chrome transparent; mobile keeps white bar (design1) */
body.fw-content-behind-header #fw-page-header {
  background: transparent;
}
body.fw-content-behind-header #fw-page-mobile-header {
  background-color: #F7F1E8;
}

/* Light header logo/nav — MAIN HEADER INNER ONLY (not sticky) */
body.fw-header--light #fw-page-header-inner .fw-logo--light {
  opacity: 1 !important;
}
body.fw-header--light #fw-page-header-inner .fw-logo--main {
  opacity: 0 !important;
}
body.fw-header--light #fw-page-header-inner .fw-header-navigation > ul > li > a {
  color: #fff;
}
body.fw-header--light #fw-page-header-inner .fw-header-navigation > ul > li > a .fw-menu-item-inner:after {
  background-color: #fff;
}
body.fw-header--light #fw-page-header-inner .fw-search-opener {
  color: #fff;
}
body.fw-header--light #fw-page-header-inner .fw-cart-opener,
body.fw-header--light #fw-page-header-inner .fw-cart-icon {
  color: #fff;
}
body.fw-header--light #fw-page-header-inner .fw-cart-icon svg,
body.fw-header--light #fw-page-header-inner .fw-cart-icon svg * {
  stroke: #fff;
}

/* Sticky: always dark logo + charcoal nav on cream bar */
.fw-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #F7F1E8 !important;
  height: 70px;
  box-shadow: none;
  overflow: visible;
}
.fw-header-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
#fw-page-header .fw-header-sticky .fw-logo--main {
  opacity: 1 !important;
}
#fw-page-header .fw-header-sticky .fw-logo--light {
  opacity: 0 !important;
}
.fw-header-sticky .fw-header-navigation > ul > li > a {
  color: #2B2927 !important;
}
.fw-header-sticky .fw-header-navigation > ul > li > a .fw-menu-item-inner:after {
  background-color: #3f8171 !important;
}
.fw-header-sticky .fw-search-opener {
  color: #2B2927 !important;
}
.fw-header-sticky .fw-cart-opener,
.fw-header-sticky .fw-cart-icon {
  color: #2B2927 !important;
}
.fw-header-sticky .fw-cart-icon svg,
.fw-header-sticky .fw-cart-icon svg * {
  stroke: #2B2927 !important;
}

/* Commerce / inner pages: content not behind header */
body:not(.fw-content-behind-header) #fw-page-outer {
  margin-top: 0;
}
body:not(.fw-content-behind-header) #fw-page-header {
  background: #F7F1E8;
}
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-header-navigation > ul > li > a {
  color: #2B2927;
}
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-search-opener {
  color: #2B2927;
}
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-cart-opener,
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-cart-icon {
  color: #2B2927;
}
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-cart-icon svg,
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-cart-icon svg *,
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-cart-icon path,
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-cart-icon rect {
  stroke: #2B2927;
}
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-logo--main {
  opacity: 1 !important;
}
body:not(.fw-content-behind-header) #fw-page-header-inner .fw-logo--light {
  opacity: 0 !important;
}

/* Vertical labels (needed without full fw-content.css) */
.fw-banner .fw-m-vertical-text,
.fw-about .fw-m-vertical-text,
.fw-promo .fw-m-vertical-text,
.fw-video .fw-m-vertical-text {
  margin: 0;
  font-family: Quicksand, sans-serif;
  font-style: italic;
  letter-spacing: 0.02em;
  font-size: 18px;
  text-align: left;
  position: absolute;
  left: -15px;
  bottom: 1px;
  transform-origin: 1% 100%;
  transform: rotate(270deg) translateY(0);
  backface-visibility: hidden;
  z-index: 2;
}
.fw-banner .fw-m-vertical-text > span,
.fw-about .fw-m-vertical-text > span,
.fw-promo .fw-m-vertical-text > span,
.fw-video .fw-m-vertical-text > span {
  opacity: 1;
}
.fw-banner .fw-m-vertical-text svg,
.fw-about .fw-m-vertical-text svg,
.fw-promo .fw-m-vertical-text svg,
.fw-video .fw-m-vertical-text svg {
  transform: rotate(90deg);
  transform-origin: 5px 100%;
  overflow: visible;
}
.fw-banner .fw-m-vertical-text svg line,
.fw-about .fw-m-vertical-text svg line,
.fw-promo .fw-m-vertical-text svg line,
.fw-video .fw-m-vertical-text svg line {
  transform: scaleY(1);
  transform-origin: bottom;
}
.fw-banner .fw-m-vertical-text svg path,
.fw-about .fw-m-vertical-text svg path,
.fw-promo .fw-m-vertical-text svg path,
.fw-video .fw-m-vertical-text svg path {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 1024px) {
  .fw-banner .fw-m-vertical-text,
  .fw-promo .fw-m-vertical-text {
    display: none;
  }
}

/* Page title hero (About / Contact / etc.) */
.fw-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 120px 24px 80px;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.fw-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.fw-page-hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Zeitgeist Alternative', cursive;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  color: #E2D1B5;
}
@media only screen and (max-width: 1024px) {
  .fw-page-hero { min-height: 480px; }
  .fw-page-hero__title { font-size: 72px; }
}
@media only screen and (max-width: 480px) {
  .fw-page-hero { min-height: 360px; padding-top: 100px; }
  .fw-page-hero__title { font-size: 48px; }
}

.fw-page-body {
  padding: 60px 0 80px;
}
.fw-page-body .fw-content-grid {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
/* Store home uses h2 for section titles (design1 uses h1); keep h2 scale at 42px */
h2.fw-intro__title,
h2.fw-about__title,
h2.fw-shop-title__heading,
h2.fw-subscribe__title,
h2.fw-cta__title,
h2.fw-team-title__heading {
  font-size: 42px;
}

.fw-page-body h2 {
  font-family: 'Earthbound', serif;
  font-size: 42px;
  color: #155142;
  font-weight: 400;
}

.fw-page-body p {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2B2927;
}

/* Footer socials styled in fw-footer.css (.fw-footer-socials) */

.fw-grid-inner.clear::after {
  content: "";
  display: table;
  clear: both;
}

.fw-content-grid {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.fw-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.fw-grid > .fw-grid-inner {
  margin: 0 -15px;
}
.fw-grid > .fw-grid-inner > .fw-grid-item {
  padding: 0 15px;
}
.fw-grid .fw-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 1025px) {
  .fw-grid.fw-layout--template > .fw-grid-inner > .fw-grid-item.fw-col--12 { width: 100%; }
  .fw-grid.fw-layout--template > .fw-grid-inner > .fw-grid-item.fw-col--6 { width: 50%; }
  .fw-grid.fw-layout--template > .fw-grid-inner > .fw-grid-item.fw-col--2 { width: 16.66667%; }
}
@media only screen and (max-width: 1024px) {
  .fw-content-grid { width: 96%; }
  .fw-grid.fw-layout--template > .fw-grid-inner > .fw-grid-item.fw-col--6,
  .fw-grid.fw-layout--template > .fw-grid-inner > .fw-grid-item.fw-col--2 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .fw-grid.fw-layout--template > .fw-grid-inner > .fw-grid-item.fw-col--6,
  .fw-grid.fw-layout--template > .fw-grid-inner > .fw-grid-item.fw-col--2 {
    width: 100%;
  }
}

/* Header search opener */
.fw-search-opener {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
  color: #2B2927;
  text-decoration: none;
  padding: 0 6px;
}
.fw-search-opener-icon {
  display: block;
}
.fw-search-opener-icon svg {
  display: block;
}
.fw-search-opener:hover {
  color: #B36B53;
}

/* Fullscreen search — above sticky header */
.fw-fullscreen-search-holder {
  z-index: 10050;
}
body.fw-fullscreen-search--opened {
  overflow: hidden;
}
.fw-fullscreen-search-holder .fw-form-holder {
  position: relative;
}
.fw-fullscreen-search-holder .fw-search-submit {
  position: absolute;
  right: 0;
  bottom: 8px;
  padding: 0;
  color: #155142;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.fw-fullscreen-search-holder .fw-search-submit:hover {
  color: #B36B53;
}
.fw-fullscreen-search-results {
  list-style: none;
  margin: 18px auto 0;
  padding: 0;
  width: 60%;
  max-width: 720px;
  text-align: left;
}
.fw-fullscreen-search-results[hidden] {
  display: none;
}
.fw-fullscreen-search-results li {
  margin: 0;
  border-bottom: 1px solid rgba(43, 41, 39, 0.1);
}
.fw-fullscreen-search-results a {
  display: block;
  padding: 12px 4px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  color: #2B2927;
  text-decoration: none;
}
.fw-fullscreen-search-results a:hover,
.fw-fullscreen-search-results a[aria-selected="true"] {
  color: #B36B53;
}
@media (max-width: 1024px) {
  .fw-fullscreen-search-holder .fw-fullscreen-search-form,
  .fw-fullscreen-search-results {
    width: 86%;
  }
  .fw-fullscreen-search-holder .fw-search-close {
    right: 24px;
    top: 24px;
  }
}

.fw-content-left-side {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.fw-content-side-holder-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.fw-simple-social-link {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-decoration: none;
  font-family: Quicksand, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}
@media only screen and (max-width: 1024px) {
  .fw-content-left-side { display: none; }
}

#fw-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  text-decoration: none;
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  color: #2B2927;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
#fw-back-to-top.fw--on {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 900px) {
  #fw-back-to-top {
    display: none !important;
  }
}

.fw-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media only screen and (max-width: 900px) {
  .fw-contact-layout { grid-template-columns: 1fr; }
}

body.home {
  background: #fff;
}
body.home #fw-page-wrapper {
  overflow: hidden;
}
