/** Shopify CDN: Minification failed

Line 31:15 Expected identifier but found "."
Line 38:21 Expected identifier but found "."
Line 185:125 Expected identifier but found "."
Line 229:163 Expected identifier but found "."
Line 250:188 Expected identifier but found "."
Line 253:193 Expected identifier but found "."
Line 256:211 Expected identifier but found whitespace
Line 268:212 Expected identifier but found "."
Line 274:219 Expected identifier but found "."
Line 279:224 Expected identifier but found "."
... and 139 more hidden warnings

**/
/* Feel The Line homepage — paste into Assets as ftl-homepage.css
 . . . . Product thumbs: 661870. Hero: solid wine + edge-only silk (no full-bleed wash). */

 /* ---- Minimal theme integration: full-bleed homepage + unified shop chrome ---- */
 body.template-index {
   overflow-x: clip;
     background: #f3ede4;
     }

     body.template-index .main-content,
     body.template-index main.wrapper.main-content {
        width: 100%;
          max-width: none;
            margin: 0;
              padding-right: 0;
               . . padding-left: 0;
                 padding-top: 0;
                 }

                 body.template-index .main-content > .wrapper,
                 body.template-index main.wrapper.main-content > .shopify-section {
                    width: 100%;
                     .. max-width: none;
                       margin: 0;
                         padding: 0;
                         }

                         body.template-index .main-content .shopify-section > .ftl-hero,
                         body.template-index .main-content .shopify-section > .ftl-section,
                         body.template-index .main-content .shopify-section > .ftl-about,
                         body.template-index .main-content .shopify-section > .ftl-collection {
                           width: 100vw;
                             max-width: none;
                               margin-left: calc(50% - 50vw);
                                 margin-right: calc(50% - 50vw);
                                 }

                                 body.template-index .main-content .shopify-section > .ftl-section {
                                   background: #faf7f2;
                                     padding-left: max(clamp(1.1rem, 3vw, 2rem), calc((100vw - 1320px) / 2 + 2rem));
                                       padding-right: max(clamp(1.1rem, 3vw, 2rem), calc((100vw - 1320px) / 2.  2rem));
                                       }

                                       /* Reuse Minimal's working navigation, cart, account, search, and mobile menu
                                          while visually folding them into the new dark editorial system. */
                                          body.template-index #shopify-section-header,
                                          body.template-index [data-section-type="header-section"],
                                          body.template-index .header-bar,
                                          body.template-index .site-header,
                                          body.template-index .nav-bar,
                                          body.template-index .mobile-nav {
                                              background: #140c0f;
                                                color: #fff8ee;
                                                }

                                                body.template-index .site-header {
                                                  position: relative;
                                                    z-index: 40;
                                                      width: 100%;
                                                        margin: 0;
                                                          padding-top: clamp(1.1rem, 2.5vw, 1.8rem);
                                                            padding-bottom: clamp(1.1rem, 2.5vw, 1.8rem);
                                                              border-bottom: 1px solid rgba(247, 241, 234, 0.1);
                                                                background: #140c0f !important;
                                                                }

                                                                body.template-index #shopify-section-header > [data-section-type="header-section"],
                                                                body.template-index .site-header .wrapper,
                                                                body.template-index .header-bar .wrapper,
                                                                body.template-index .nav-bar .wrapper {
                                                                  width: min(100%, 1480px);
                                                                    max-width: 1480px;
                                                                      margin: 0 auto;
                                                                        padding-left: clamp(1rem, 3vw, 2.5rem);
                                                                          padding-right: clamp(1rem, 3vw, 2.5rem);
                                                                          }

                                                                          body.template-index .site-header .wrapper,
                                                                          body.template-index .site-header .grid,
                                                                          body.template-index .site-header .grid--rev,
                                                                          body.template-index .site-header .grid--full,
                                                                          body.template-index .site-header--text-links {
                                                                            background: #140c0f !important;
                                                                            }

                                                                            body.template-index .site-header a,
                                                                            body.template-index .site-header h1,
                                                                            body.template-index .site-header h1 a,
                                                                            body.template-index .site-header__logo a,
                                                                            body.template-index .header-bar a,
                                                                            body.template-index .nav-bar a,
                                                                            body.template-index .site-nav a,
                                                                            body.template-index .mobile-nav a {
                                                                              color: #fff8ee !important;
                                                                              }

                                                                              body.template-index .site-header h1,
                                                                              body.template-index .site-header h1 a,
                                                                              body.template-index .site-header__logo,
                                                                              body.template-index .site-header__logo a {
                                                                                font-family: Georgia, "Times New Roman", serif;
                                                                                  font-weight: 500;
                                                                                    letter-spacing: 0.08em;
                                                                                    }

                                                                                    body.template-index .nav-bar,
                                                                                    body.template-index .site-nav {
                                                                                      border-color: rgba(247, 241, 234, 0.1);
                                                                                      }

                                                                                      body.template-index .site-nav a {
                                                                                        font-size: 0.72rem;
                                                                                          letter-spacing: 0.11em;
                                                                                            text-transform: uppercase;
                                                                                            }

                                                                                            body.template-index .site-nav__link,
                                                                                            body.template-index .site-nav__dropdown .site-nav__link,
                                                                                            body.template-index .site-nav__dropdown-grandchild .site-nav__link {
                                                                                              background: #140c0f !important;
                                                                                                color: #fff8ee !important;
                                                                                                }

                                                                                                body.template-index .site-nav__link:hover,
                                                                                                body.template-index .site-nav__link:focus,
                                                                                                body.template-index .site-nav__link:active,
                                                                                                body.template-index .site-nav--active > .site-nav__link {
                                                                                                  color: #e8c49a !important;
                                                                                                  }

                                                                                                  body.template-index .site-nav__link .icon-arrow-down {
                                                                                                    color: rgba(255, 248, 238, 0.62) !important;
                                                                                                    }

                                                                                                    body.template-index .site-nav__dropdown,
                                                                                                    body.template-index .site-nav__dropdown-grandchild {
                                                                                                      border: 1px solid rgba(247, 241, 234, 0.1);
                                                                                                        background: #140c0f;
                                                                                                        }

                                                                                                        body.template-index .site-header input,
                                                                                                        body.template-index .header-bar input {
                                                                                                          border-color: rgba(247, 241, 234, 0.18);
                                                                                                            background: rgba(255, 255, 255, 0.05);
                                                                                                              color: #fff8ee;
                                                                                                              }

                                                                                                              body.template-index .site-header input::placeholder,
                                                                                                              body.template-index .header-bar input::placeholder {
                                                                                                                color: rgba(255, 248, 238, 0.55);
                                                                                                                }

                                                                                                                /* The vintage Minimal build does not consistently place template-index on
                                                                                                                   <body>. These unscoped selectors remain homepage-only because this asset is
                                                                                                                      loaded exclusively by the FTL homepage sections. */
                                                                                                                      #shopify-section-header,
                                                                                                                      #shopify-section-header > [data-section-type="header-section"],
                                                                                                                      [data-section-type="header-section"],
                                                                                                                      .site-header,
                                                                                                                      .site-header .wrapper,
                                                                                                                      .site-header .grid,
                                                                                                                      .site-header .grid--rev,
                                                                                                                      .site-header .grid--full,
                                                                                                                      .site-header--text-links {
                                                                                                                        background: #140c0f !important;
                                                                                                                          color: #fff8ee !important;
                                                                                                                          }

                                                                                                                          .site-header {
                                                                                                                             . . width: 100%;
                                                                                                                               max-width: none;
                                                                                                                                 margin: 0;
                                                                                                                                   padding-top: clamp(1.1rem, 2.5vw, 1.8rem);
                                                                                                                                     padding-bottom: clamp(1.1rem, 2.5vw, 1.8rem);
                                                                                                                                       border-bottom: 1px solid rgba(247, 241, 234, 0.1);
                                                                                                                                       }

                                                                                                                                       .site-header > .wrapper,
                                                                                                                                       .header-bar > .wrapper,
                                                                                                                                       .nav-bar > .wrapper {
                                                                                                                                         width: min(100%, 1480px);
                                                                                                                                           max-width: 1480px;
                                                                                                                                             margin-right: auto;
                                                                                                                                               margin-left: auto;
                                                                                                                                                 padding-right: clamp(1rem, 3vw, 2.5rem);
                                                                                                                                                   padding-left: clamp(1rem, 3vw, 2.5rem);
                                                                                                                                                   }

                                                                                                                                                   .site-header__logo,
                                                                                                                                                   .site-header__logo a,
                                                                                                                                                   .site-header h1,
                                                                                                                                                   .site-header h1 a {
                                                                                                                                                      color: #fff8ee !important;
                                                                                                                                                        font-family: Georgia, "Times New Roman", serif;
                                                                                                                                                          font-weight: 500;
                                                                                                                                                            letter-spacing: 0.08em;
                                                                                                                                                            }

                                                                                                                                                            .site-nav__link,
                                                                                                                                                            .site-nav__dropdown .site-nav__link,
                                                                                                                                                            .site-nav__dropdown-grandchild .site-nav__link {
                                                                                                                                                              background: #140c0f !important;
                                                                                                                                                                color: #fff8ee !important;
                                                                                                                                                                }

                                                                                                                                                                .site-nav__link:hover,
                                                                                                                                                                .site-nav__link:focus,
                                                                                                                                                                .site-nav__link:active,
                                                                                                                                                                .site-nav--active > .site-nav__link {
                                                                                                                                                                  color: #e8c49a !important;
                                                                                                                                                                  }

                                                                                                                                                                  .site-nav__link .icon-arrow-down {
                                                                                                                                                                   . . color: rgba(255, 248, 238, 0.62) !important;
                                                                                                                                                                   }

                                                                                                                                                                   .ftl-announce {
                                                                                                                                                                     background: #140c0f;
                                                                                                                                                                       color: rgba(247, 241, 234, 0.74);
                                                                                                                                                                         text-align: center;
                                                                                                                                                                           font-size: 0.7rem;
                                                                                                                                                                             letter-spacing: 0.14em;
                                                                                                                                                                               text-transform: uppercase;
                                                                                                                                                                                 padding: 0.55rem 1rem;
                                                                                                                                                                                   border-bottom: 1px solid rgba(247, 241, 234, 0.1);
                                                                                                                                                                                   }
                                                                                                                                                                                   .ftl-announce a { color: #e8c49a; text-decoration: none; }

                                                                                                                                                                                   /* ---- Featured project hero ---- */
                                                                                                                                                                                   .ftl-hero {
                                                                                                                                                                                     position: relative;
                                                                                                                                                                                       min-height: calc(100vh - 7rem);
                                                                                                                                                                                         min-height: calc(100dvh - 7rem);
                                                                                                                                                                                           display: flex;
                                                                                                                                                                                            . . align-items: center;
                                                                                                                                                                                              overflow: hidden;
                                                                                                                                                                                                color: #fff8ee;
                                                                                                                                                                                                 . . background: #1a0e12;
                                                                                                                                                                                                   font-family: inherit;
                                                                                                                                                                                                   }
                                                                                                                                                                                                   .ftl-hero__silk.  position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
                                                                                                                                                                                                   .ftl-hero__silk-corner {
                                                                                                                                                                                                     position: absolute;
                                                                                                                                                                                                       background-size: cover;
                                                                                                                                                                                                         background-position: center;
                                                                                                                                                                                                           background-repeat: no-repeat;
                                                                                                                                                                                                             opacity: 0.95;
                                                                                                                                                                                                             }
                                                                                                                                                                                                             .ftl-hero__silk-corner--tl {
                                                                                                                                                                                                               top: -4%; left: -4%;
                                                                                                                                                                                                                 width: min(38vw, 26rem);
                                                                                                                                                                                                                   height: min(48vh, 24rem);
                                                                                                                                                                                                                    . . -webkit-mask-image: radial-gradient(ellipse 75% 75% at 15% 20%, #000 0%, transparent 68%);
                                                                                                                                                                                                                      mask-image: radial-gradient(ellipse 75% 75% at 15% 20%, #000 0%, transparent 68%);
                                                                                                                                                                                                                      }
                                                                                                                                                                                                                      .ftl-hero__silk-corner--br {
                                                                                                                                                                                                                        right: -6%; bottom: -8%;
                                                                                                                                                                                                                          width: min(44vw, 30rem);
                                                                                                                                                                                                                           . . height: min(52vh, 28rem);
                                                                                                                                                                                                                             -webkit-mask-image: radial-gradient(ellipse 72% 72% at 85% 80%, #000 0%, transparent 70%);
                                                                                                                                                                                                                               mask-image: radial-gradient(ellipse 72% 72% at 85% 80%, #000 0%, transparent 70%);
                                                                                                                                                                                                                               }
                                                                                                                                                                                                                               .ftl-hero__silk-corner--tr {
                                                                                                                                                                                                                                . . top: -3%; right: -3%;
                                                                                                                                                                                                                                  width: min(28vw, 18rem);
                                                                                                                                                                                                                                    height: min(34vh, 16rem);
                                                                                                                                                                                                                                      opacity: 0.7;
                                                                                                                                                                                                                                        -webkit-mask-image: radial-gradient(ellipse 70% 70% at 90% 10%, #000 0%, transparent 65%);
                                                                                                                                                                                                                                          mask-image: radial-gradient(ellipse 70% 70% at 90% 10%, #000 0%, transparent 65%);
                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                          .ftl-hero__line {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                              height: 1px;
                                                                                                                                                                                                                                                background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.35), transparent);
                                                                                                                                                                                                                                                  opacity: 0.55;
                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                  .ftl-hero__line--top { top: 12%; left: 8%; right: 42%; }
                                                                                                                                                                                                                                                  .ftl-hero__line--bottom.  bottom: 10%; left: 40%; right: 8%; }

                                                                                                                                                                                                                                                  .ftl-hero__inner {
                                                                                                                                                                                                                                                   . . position: relative;
                                                                                                                                                                                                                                                     z-index: 2;
                                                                                                                                                                                                                                                       display: grid;
                                                                                                                                                                                                                                                         grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.08fr);
                                                                                                                                                                                                                                                           align-items: center;
                                                                                                                                                                                                                                                             gap: clamp(1.5rem, 4vw, 3.5rem);
                                                                                                                                                                                                                                                               width: min(100%, 1480px);
                                                                                                                                                                                                                                                                 margin: 0 auto;
                                                                                                                                                                                                                                                                  . . padding: clamp(2rem, 5vh, 4rem) clamp(1.1rem, 3vw, 2.5rem) clamp(2.5rem, 5vh, 4rem);
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                  .ftl-hero__tag {
                                                                                                                                                                                                                                                                    display: inline-flex;
                                                                                                                                                                                                                                                                      align-items: center;
                                                                                                                                                                                                                                                                        gap: 0.5rem;
                                                                                                                                                                                                                                                                          margin: 0 0 1rem;
                                                                                                                                                                                                                                                                            padding: 0.35rem 0.75rem;
                                                                                                                                                                                                                                                                             . . border: 1px solid rgba(236, 196, 130, 0.35);
                                                                                                                                                                                                                                                                               border-radius: 999px;
                                                                                                                                                                                                                                                                                 background: rgba(0, 0, 0, 0.45);
                                                                                                                                                                                                                                                                                   color: #f0d4a0;
                                                                                                                                                                                                                                                                                     font-size: 0.66rem;
                                                                                                                                                                                                                                                                                       letter-spacing: 0.14em;
                                                                                                                                                                                                                                                                                        . . text-transform: uppercase;
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                        .ftl-hero__eyebrow {
                                                                                                                                                                                                                                                                                         . . margin: 0 0 0.75rem;
                                                                                                                                                                                                                                                                                           color: rgba(255, 236, 210, 0.7);
                                                                                                                                                                                                                                                                                             font-size: 0.76rem;
                                                                                                                                                                                                                                                                                              . . letter-spacing: 0.14em;
                                                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                .ftl-hero h2,
                                                                                                                                                                                                                                                                                                .ftl-hero__title {
                                                                                                                                                                                                                                                                                                 . . margin: 0;
                                                                                                                                                                                                                                                                                                   max-width: 12ch;
                                                                                                                                                                                                                                                                                                     font-family: Georgia, "Times New Roman", serif;
                                                                                                                                                                                                                                                                                                       font-size: clamp(3rem, 6vw, 5.25rem);
                                                                                                                                                                                                                                                                                                         font-weight: 500;
                                                                                                                                                                                                                                                                                                          . . line-height: 0.96;
                                                                                                                                                                                                                                                                                                            letter-spacing: -0.02em;
                                                                                                                                                                                                                                                                                                             . . color: #fff;
                                                                                                                                                                                                                                                                                                             }
                                                                                                                                                                                                                                                                                                             .ftl-hero__title em {
                                                                                                                                                                                                                                                                                                              . . font-style: italic;
                                                                                                                                                                                                                                                                                                                color: #f0d4a0;
                                                                                                                                                                                                                                                                                                                  font-weight: 400;
                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                  .ftl-hero__lead {
                                                                                                                                                                                                                                                                                                                    max-width: 34rem;
                                                                                                                                                                                                                                                                                                                     . . margin: 1.15rem 0 0;
                                                                                                                                                                                                                                                                                                                       color: rgba(255, 248, 238, 0.88);
                                                                                                                                                                                                                                                                                                                        . . font-size: clamp(0.98rem, 1.15vw, 1.1rem);
                                                                                                                                                                                                                                                                                                                         . . line-height: 1.7;
                                                                                                                                                                                                                                                                                                                           font-weight: 300;
                                                                                                                                                                                                                                                                                                                           }
                                                                                                                                                                                                                                                                                                                           .ftl-hero__meta {
                                                                                                                                                                                                                                                                                                                             display: flex;
                                                                                                                                                                                                                                                                                                                               flex-wrap: wrap;
                                                                                                                                                                                                                                                                                                                                . . gap: 0.5rem 0.85rem;
                                                                                                                                                                                                                                                                                                                                  margin-top: 1.25rem;
                                                                                                                                                                                                                                                                                                                                   . . align-items: baseline;
                                                                                                                                                                                                                                                                                                                                   }
                                                                                                                                                                                                                                                                                                                                   .ftl-hero__work-title {
                                                                                                                                                                                                                                                                                                                                     font-family: Georgia, serif;
                                                                                                                                                                                                                                                                                                                                      . . font-size: 1.3rem;
                                                                                                                                                                                                                                                                                                                                        color: #fff8ee;
                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                        .ftl-hero__work-note {
                                                                                                                                                                                                                                                                                                                                         . . color: rgba(255, 236, 210, 0.68);
                                                                                                                                                                                                                                                                                                                                           font-size: 0.76rem;
                                                                                                                                                                                                                                                                                                                                            . . letter-spacing: 0.07em;
                                                                                                                                                                                                                                                                                                                                              text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                              .ftl-hero__actions {
                                                                                                                                                                                                                                                                                                                                                display: flex;
                                                                                                                                                                                                                                                                                                                                                  flex-wrap: wrap;
                                                                                                                                                                                                                                                                                                                                                   .. gap: 0.85rem 1rem;
                                                                                                                                                                                                                                                                                                                                                     margin-top: 1.6rem;
                                                                                                                                                                                                                                                                                                                                                      . . align-items: center;
                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                      .ftl-btn {
                                                                                                                                                                                                                                                                                                                                                        display: inline-flex;
                                                                                                                                                                                                                                                                                                                                                         . . align-items: center;
                                                                                                                                                                                                                                                                                                                                                          . . justify-content: center;
                                                                                                                                                                                                                                                                                                                                                            min-height: 48px;
                                                                                                                                                                                                                                                                                                                                                             . . padding: 0 1.4rem;
                                                                                                                                                                                                                                                                                                                                                               border-radius: 999px;
                                                                                                                                                                                                                                                                                                                                                                 background: linear-gradient(180deg, #f4e4c4, #e0c08a);
                                                                                                                                                                                                                                                                                                                                                                   color: #1a0e12;
                                                                                                                                                                                                                                                                                                                                                                    . . font-size: 0.74rem;
                                                                                                                                                                                                                                                                                                                                                                      font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                        letter-spacing: 0.1em;
                                                                                                                                                                                                                                                                                                                                                                          text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                           . . text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                             border: 0;
                                                                                                                                                                                                                                                                                                                                                                               cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                               }
                                                                                                                                                                                                                                                                                                                                                                               .ftl-btn:hover { filter: brightness(1.05); }
                                                                                                                                                                                                                                                                                                                                                                               .ftl-link-ghost {
                                                                                                                                                                                                                                                                                                                                                                                . . color: #fff8ee;
                                                                                                                                                                                                                                                                                                                                                                                  font-size: 0.82rem;
                                                                                                                                                                                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                     . . border-bottom: 1px solid #e0c08a;
                                                                                                                                                                                                                                                                                                                                                                                       padding-bottom: 0.1rem;
                                                                                                                                                                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                                                                                                                                                                       .ftl-hero__form {
                                                                                                                                                                                                                                                                                                                                                                                         margin-top: 1.5rem;
                                                                                                                                                                                                                                                                                                                                                                                          . . max-width: 26rem;
                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                          .ftl-hero__form-row {
                                                                                                                                                                                                                                                                                                                                                                                            display: grid;
                                                                                                                                                                                                                                                                                                                                                                                              grid-template-columns: 1fr auto;
                                                                                                                                                                                                                                                                                                                                                                                                gap: 0.45rem;
                                                                                                                                                                                                                                                                                                                                                                                                  padding: 0.35rem;
                                                                                                                                                                                                                                                                                                                                                                                                   . . border: 1px solid rgba(236, 196, 130, 0.3);
                                                                                                                                                                                                                                                                                                                                                                                                    . . border-radius: 999px;
                                                                                                                                                                                                                                                                                                                                                                                                      background: rgba(0, 0, 0, 0.5);
                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-hero__form input[type="email"] {
                                                                                                                                                                                                                                                                                                                                                                                                       . . border: 0;
                                                                                                                                                                                                                                                                                                                                                                                                         background: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                          . . color: #fff8ee;
                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0.7rem 1rem;
                                                                                                                                                                                                                                                                                                                                                                                                             . . min-width: 0;
                                                                                                                                                                                                                                                                                                                                                                                                               outline: none;
                                                                                                                                                                                                                                                                                                                                                                                                               }
                                                                                                                                                                                                                                                                                                                                                                                                               .ftl-hero__form input::placeholder { color: rgba(255, 236, 210, 0.55); }
                                                                                                                                                                                                                                                                                                                                                                                                               .ftl-hero__form button {
                                                                                                                                                                                                                                                                                                                                                                                                                 min-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                  . . padding: 0 1.1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                    border: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                      border-radius: 999px;
                                                                                                                                                                                                                                                                                                                                                                                                                       . . background: linear-gradient(180deg, #e8c89a, #c9a06a);
                                                                                                                                                                                                                                                                                                                                                                                                                         color: #1a0e12;
                                                                                                                                                                                                                                                                                                                                                                                                                           font-size: 0.7rem;
                                                                                                                                                                                                                                                                                                                                                                                                                            . . font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                                                                              letter-spacing: 0.08em;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                  cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                  .ftl-hero__form-note {
                                                                                                                                                                                                                                                                                                                                                                                                                                   . . margin: 0.55rem 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                     color: rgba(255, 236, 210, 0.66);
                                                                                                                                                                                                                                                                                                                                                                                                                                      . . font-size: 0.72rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-hero__form-note--error { color: #f2b3a0; }
                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-hero__form-note--success { color: #f0d4a0; }

                                                                                                                                                                                                                                                                                                                                                                                                                                      /* Stage / carousel */
                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-hero__stage {
                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                          min-height: clamp(26rem, 62vh, 38rem);
                                                                                                                                                                                                                                                                                                                                                                                                                                           . . display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                            . . place-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                            .ftl-hero__frame {
                                                                                                                                                                                                                                                                                                                                                                                                                                              position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                width: min(100%, 30rem);
                                                                                                                                                                                                                                                                                                                                                                                                                                                 . . margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  . . box-shadow: 0 36px 64px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(236, 196, 130, 0.28);
                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .ftl-hero__slides {
                                                                                                                                                                                                                                                                                                                                                                                                                                                   . . position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    . . aspect-ratio: 4 / 5.15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                      overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . background: #0a0608;
                                                                                                                                                                                                                                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                                                                                                                                                                                                                                       .ftl-hero__slide {
                                                                                                                                                                                                                                                                                                                                                                                                                                                         position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                           inset: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            . opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                              transition: opacity 0.9s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                pointer-events: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .ftl-hero__slide.is-active {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 . . opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                   pointer-events: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     z-index: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .ftl-hero__slide img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                       width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                         height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           object-fit: contain;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                             display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                               background: #0a0608;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .ftl-hero__dots {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                . . display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 . . align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   gap: 0.55rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . margin-top: 1.25rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-hero__dot {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 2.15rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         . . height: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           border: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              . . background: rgba(255, 255, 255, 0.22);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . . cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .ftl-hero__dot[aria-current="true"] {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 width: 2.7rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   background: #f0d4a0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .ftl-hero__pause {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    . . display: inline-flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     . . align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         width: 1.9rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          . . height: 1.9rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           . . margin-left: 0.4rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            . . padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border: 1px solid rgba(236, 196, 130, 0.4);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 999px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 . . background: rgba(0, 0, 0, 0.45);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  . . color: #f0d4a0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-hero__pause svg { width: 0.55rem; height: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-hero__pause .ftl-hero__pause-icon--play { display: none; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-hero__pause[aria-pressed="true"] .ftl-hero__pause-icon--pause { display: none; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-hero__pause[aria-pressed="true"] .ftl-hero__pause-icon--play { display: block; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-hero__count {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        . . right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          transform: translate(18%, -35%);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0.4rem 0.7rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border: 1px solid rgba(236, 196, 130, 0.4);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 999px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  background: rgba(0, 0, 0, 0.65);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .. color: #f0d4a0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 0.66rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       letter-spacing: 0.12em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        . . text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* ---- News ---- */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .ftl-section {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          width: min(100%, 1320px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding: clamp(3rem, 6vw, 4.75rem) clamp(1.1rem, 3vw, 2rem);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .ftl-section__head {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . . display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                . . flex-wrap: wrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   . . align-items: end;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     gap: 1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       margin-bottom: 1.75rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .ftl-eyebrow {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        . . margin: 0 0 0.4rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         . . color: #5c3a2e;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          . . font-size: 0.72rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing: 0.14em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . . font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .ftl-section h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                . . margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-family: Georgia, serif;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   . . font-size: clamp(2rem, 3.4vw, 2.75rem);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .ftl-section__intro {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .. margin: 0.5rem 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-width: 36rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #6b635a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           . . line-height: 1.65;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .ftl-section__link {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             font-size: 0.76rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               letter-spacing: 0.1em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   border-bottom: 1px solid currentColor;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       color: inherit;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .ftl-news-grid {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .. display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         . . grid-template-columns: repeat(3, minmax(0, 1fr));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           gap: 1.35rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .ftl-news-card {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            . . display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             . . flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 border: 1px solid rgba(31, 26, 23, 0.08);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     color: inherit;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        transition: transform 0.22s ease, box-shadow 0.22s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .ftl-news-card:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          transform: translateY(-3px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .ftl-news-card__media {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              aspect-ratio: 4 / 3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . . overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 background: #1a1412;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .ftl-news-card__media img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       object-fit: cover;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .ftl-news-card__body {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              . . gap: 0.55rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding: 1.3rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  flex: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .ftl-news-card__date {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .. color: #6b635a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    . . font-size: 0.7rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     . . letter-spacing: 0.12em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-news-card h3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-family: Georgia, serif;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 1.45rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             . . font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              . . line-height: 1.2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .ftl-news-card p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #6b635a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   . . font-size: 0.92rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    . . line-height: 1.55;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-news-card__more {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-top: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-top: 0.75rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size: 0.74rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           . . letter-spacing: 0.1em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               color: #5c3a2e;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               /* ---- Collection grid (661870) ---- */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .ftl-collection {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 background: #f3ede4;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .ftl-collection--plain { background: #faf7f2; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .ftl-product-grid {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  . . display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns: repeat(4, minmax(0, 1fr));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap: 1.4rem 1.05rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-product {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           . . gap: 0.7rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            . . text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: inherit;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .ftl-product__media {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . . position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 aspect-ratio: 661 / 870;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     place-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        . . border: 1px solid rgba(31, 26, 23, 0.08);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .ftl-product__media img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              object-fit: contain;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                object-position: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .ftl-product h3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     . . font-size: 0.92rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-product p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0.2rem 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #6b635a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           . . font-size: 0.84rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .ftl-product__badge {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               top: 0.6rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 left: 0.6rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   z-index: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    . . padding: 0.25rem 0.6rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      border-radius: 999px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . background: #1a0e12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         color: #fff8ee;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           font-size: 0.62rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            . . letter-spacing: 0.1em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             . . text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .ftl-product__badge--sale { background: #8a3324; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .ftl-product__compare { margin-right: 0.3rem; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .ftl-product__sale { color: #8a3324; font-weight: 500; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .ftl-collection__foot {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             . . . . display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 margin-top: 2rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .ftl-btn-outline {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  . . display: inline-flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      min-height: 46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . padding: 0 1.35rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         border: 1px solid rgba(31, 26, 23, 0.16);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          . . border-radius: 999px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 0.76rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              letter-spacing: 0.1em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    color: inherit;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-btn-outline:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     . . background: #1a0e12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . color: #fff8ee;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . border-color: #1a0e12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       /* ---- About ---- */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .ftl-about {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         background: #1f1014;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          . . color: #f7f1ea;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .ftl-about .ftl-eyebrow { color: #d4a574; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .ftl-about h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #fff8ee;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-family: Georgia, serif;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . . font-size: clamp(2.2rem, 4vw, 3.2rem);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                . . margin: 0 0 1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .ftl-about h2 em { font-style: italic; color: #f0d4a0; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .ftl-about__grid {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   . . display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     grid-template-columns: 1.05fr 0.95fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . gap: clamp(2rem, 5vw, 4rem);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .ftl-about__copy {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           max-width: 36rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             color: rgba(247, 241, 234, 0.74);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               line-height: 1.7;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 font-weight: 300;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .ftl-about__copy + .ftl-about__copy { margin-top: 1rem; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .ftl-about__stats {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     grid-template-columns: 1fr 1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . gap: 0.85rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . margin-top: 1.6rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .ftl-stat {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         padding: 1.1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          . . border: 1px solid rgba(247, 241, 234, 0.14);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: rgba(255, 255, 255, 0.03);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .ftl-stat strong {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             . . display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               font-family: Georgia, serif;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 font-size: 1.6rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .. margin-bottom: 0.25rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-stat span { color: rgba(247, 241, 234, 0.5); font-size: 0.82rem; line-height: 1.4; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-about__logo { height: 48px; width: auto; margin-bottom: 1rem; display: block; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-about__actions {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 1.6rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         . display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           flex-wrap: wrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             gap: 1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               /* Trust */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .ftl-trust {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .. display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 . grid-template-columns: repeat(4, minmax(0, 1fr));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   gap: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     background: rgba(31, 26, 23, 0.08);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . border-block: 1px solid rgba(31, 26, 23, 0.08);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-trust article {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       . . background: #faf7f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         padding: 1.25rem 1rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .ftl-trust strong {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            . . display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             . . font-size: 0.76rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               letter-spacing: 0.1em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  . . margin-bottom: 0.3rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .ftl-trust span { color: #6b635a; font-size: 0.84rem; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  @media (max-width: 1100px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .ftl-news-grid { grid-template-columns: 1fr 1fr; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      @media (max-width: 900px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .ftl-hero__inner { grid-template-columns: 1fr; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         . . .ftl-hero__stage { order: -1; min-height: 22rem; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .ftl-hero__frame { width: min(100%, 20rem); }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            . . .ftl-hero__count { transform: translate(0, -120%); }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .ftl-news-grid { grid-template-columns: 1fr; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . . .ftl-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .ftl-about__grid { grid-template-columns: 1fr; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .ftl-trust { grid-template-columns: 1fr 1fr; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    . . .ftl-hero__form-row { grid-template-columns: 1fr; border-radius: 1rem; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-btn:focus-visible,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-btn-outline:focus-visible,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-link-ghost:focus-visible,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-section__link:focus-visible,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-hero__dot:focus-visible,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-hero__pause:focus-visible,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ftl-hero__form button:focus-visible {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     . . outline: 2px solid #e0c08a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       outline-offset: 3px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       @media (prefers-reduced-motion: reduce) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        . . .ftl-hero__slide { transition: none; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .ftl-hero__pause { display: none; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                   }
                                                                                                                          }
                 }
     }