.fwb-academy{padding-bottom:var(--fwb-section-pad)}.fwb-academy__title-block{padding-block:clamp(3rem,5vw,6rem);display:flex;flex-direction:column;gap:1.25rem;margin-bottom:clamp(1.5rem,3vw,3rem);max-width:960px;margin-inline:auto;text-align:center}.fwb-academy__title{font-weight:400;font-size:clamp(2rem,4vw,3.5rem)}.fwb-academy__row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem);align-items:center;margin-bottom:clamp(1rem,2vw,2rem)}.fwb-academy__image img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:grayscale(100%)}.fwb-academy__text .fwb-body{font-size:clamp(.9rem,1.1vw,1rem);line-height:1.85}@media(max-width:768px){.fwb-academy__row{grid-template-columns:1fr}.fwb-academy__row--img-right .fwb-academy__image{order:-1}}.fwb-book-grid{padding-block:var(--fwb-section-pad);border-top:1px solid var(--fwb-grey-200)}.fwb-book-grid__header{display:flex;align-items:baseline;justify-content:space-between;gap:2rem;margin-bottom:clamp(2.5rem,5vw,5rem);padding-bottom:clamp(1.5rem,3vw,2.5rem);border-bottom:1px solid var(--fwb-grey-200)}.fwb-book-grid__heading{font-style:italic;font-weight:300}.fwb-book-grid__all-link{white-space:nowrap;color:var(--fwb-grey-500);transition:color var(--fwb-transition)}.fwb-book-grid__all-link:hover{color:var(--fwb-black)}.fwb-book-grid__books{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:clamp(1.5rem,3vw,3rem);align-items:start}.fwb-book-grid__item{display:flex;flex-direction:column;gap:1rem;text-decoration:none;color:inherit}.fwb-book-grid__image-wrap{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--fwb-grey-100)}.fwb-book-grid__image-wrap img{width:100%;height:100%;padding:clamp(.65rem,1.6vw,1.2rem);object-fit:contain;transition:transform .5s ease;display:block}.fwb-book-grid__item:hover .fwb-book-grid__image-wrap img{transform:scale(1.03)}.fwb-book-grid__hover-cta{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.fwb-book-grid__hover-cta .fwb-label{color:var(--fwb-white);letter-spacing:.16em}.fwb-book-grid__item:hover .fwb-book-grid__hover-cta{opacity:1}.fwb-book-grid__info{display:flex;flex-direction:column;gap:.3rem}.fwb-book-grid__title{font-family:var(--fwb-font-heading);font-size:clamp(.95rem,1.2vw,1.15rem);font-weight:400;line-height:1.35;color:var(--fwb-black)}.fwb-book-grid__price{font-size:.78rem;color:var(--fwb-grey-500);font-weight:400;letter-spacing:.02em}@media(max-width:900px){.fwb-book-grid__books{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.fwb-book-grid__books{grid-template-columns:1fr}.fwb-book-grid__header{flex-direction:column;gap:.5rem}}.fwb-cart{padding-top:clamp(3rem,6vw,6rem);padding-bottom:var(--fwb-section-pad)}.fwb-cart__header{display:flex;flex-direction:column;gap:.75rem;padding-bottom:clamp(2rem,4vw,3.5rem);border-bottom:1px solid var(--fwb-grey-200);margin-bottom:clamp(2.5rem,5vw,4rem)}.fwb-cart__count{font-weight:300;color:var(--fwb-grey-500);font-size:.75em;margin-left:.35rem}.fwb-cart__empty{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;padding-block:clamp(3rem,8vw,6rem)}.fwb-cart__empty-text{font-size:clamp(1rem,1.5vw,1.2rem);color:var(--fwb-grey-700);line-height:1.6}.fwb-cart__layout{display:grid;grid-template-columns:1fr 360px;gap:clamp(3rem,5vw,6rem);align-items:start}.fwb-cart__items{display:flex;flex-direction:column}.fwb-cart__items-head{display:grid;grid-template-columns:1fr auto auto;gap:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--fwb-grey-200);margin-bottom:0}.fwb-cart__col-qty{min-width:120px;text-align:center}.fwb-cart__col-price{min-width:90px;text-align:right}.fwb-cart__item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.5rem;align-items:start;padding-block:1.75rem;border-bottom:1px solid var(--fwb-grey-200);position:relative;transition:opacity .25s ease}.fwb-cart__item.is-loading{opacity:.45;pointer-events:none}.fwb-cart__item-img-wrap{display:block;width:100px;height:130px;flex-shrink:0;overflow:hidden;background:var(--fwb-grey-100)}.fwb-cart__item-img{width:100%;height:100%;object-fit:cover;object-position:top;filter:grayscale(6%);display:block;transition:filter .25s ease}.fwb-cart__item-img-wrap:hover .fwb-cart__item-img{filter:grayscale(0%)}.fwb-cart__item-img-placeholder{width:100%;height:100%;background:var(--fwb-grey-200)}.fwb-cart__item-details{display:flex;flex-direction:column;gap:.4rem;min-width:0}.fwb-cart__item-title{font-family:var(--fwb-font-heading);font-size:clamp(.9rem,1.2vw,1.05rem);font-weight:400;color:var(--fwb-text);line-height:1.3;transition:color var(--fwb-transition);word-break:break-word}.fwb-cart__item-title:hover{color:var(--fwb-grey-700)}.fwb-cart__item-variant,.fwb-cart__item-property{font-size:.75rem;color:var(--fwb-grey-500);letter-spacing:.02em}.fwb-cart__item-unit{font-size:.72rem;color:var(--fwb-grey-500);margin-top:.2rem}.fwb-cart__remove{background:none;border:none;padding:0;margin-top:.75rem;font-size:.65rem;font-family:var(--fwb-font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--fwb-grey-500);cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color var(--fwb-transition);text-align:left}.fwb-cart__remove:hover{color:var(--fwb-black)}.fwb-cart__item-qty{display:flex;align-items:flex-start;justify-content:center;padding-top:.15rem}.fwb-cart__stepper{display:flex;align-items:center;border:1px solid var(--fwb-grey-300);background:var(--fwb-white)}.fwb-cart__stepper-btn{width:34px;height:38px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1rem;font-weight:300;color:var(--fwb-black);cursor:pointer;transition:background var(--fwb-transition);flex-shrink:0;line-height:1}.fwb-cart__stepper-btn:hover{background:var(--fwb-grey-100)}.fwb-cart__stepper-input{width:44px;height:38px;border:none;border-left:1px solid var(--fwb-grey-300);border-right:1px solid var(--fwb-grey-300);text-align:center;font-family:var(--fwb-font-body);font-size:.82rem;font-weight:500;color:var(--fwb-text);background:var(--fwb-white);-moz-appearance:textfield;border-radius:0}.fwb-cart__stepper-input::-webkit-outer-spin-button,.fwb-cart__stepper-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fwb-cart__stepper-input:focus{outline:1px solid var(--fwb-black);outline-offset:-1px}.fwb-cart__item-price{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;padding-top:.1rem;min-width:90px}.fwb-cart__line-was{font-size:.75rem;color:var(--fwb-grey-500);text-decoration:line-through}.fwb-cart__line-total{font-family:var(--fwb-font-body);font-size:.9rem;font-weight:500;color:var(--fwb-text)}.fwb-cart__summary{position:sticky;top:90px;background:var(--fwb-grey-100);padding:clamp(1.5rem,3vw,2.5rem);display:flex;flex-direction:column;gap:1.25rem}.fwb-cart__summary-title{font-style:italic;font-weight:300}.fwb-cart__totals{display:flex;flex-direction:column;gap:.6rem;padding-bottom:1.25rem;border-bottom:1px solid var(--fwb-grey-300)}.fwb-cart__total-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.82rem;color:var(--fwb-grey-700)}.fwb-cart__total-row--discount{color:#5a7a2a}.fwb-cart__muted{color:var(--fwb-grey-500);font-size:.75rem}#fwb-subtotal{font-weight:600;font-size:1rem;color:var(--fwb-text);font-family:var(--fwb-font-heading)}.fwb-cart__shipping-notice{font-size:.7rem;color:var(--fwb-grey-500);line-height:1.6;margin-top:-.5rem}.fwb-cart__note-wrap{display:flex;flex-direction:column;gap:.5rem}.fwb-cart__note-label{display:block}.fwb-cart__note-input{width:100%;border:1px solid var(--fwb-grey-300);background:var(--fwb-white);padding:.65rem .85rem;font-size:.8rem;font-family:var(--fwb-font-body);color:var(--fwb-text);resize:vertical;line-height:1.6;transition:border-color var(--fwb-transition)}.fwb-cart__note-input:focus{outline:none;border-color:var(--fwb-black)}.fwb-cart__dynamic-checkout{display:flex;flex-direction:column;gap:.5rem}.fwb-cart__dynamic-checkout .shopify-payment-button{width:100%}.fwb-cart__dynamic-checkout .shopify-payment-button__button{width:100%;border-radius:var(--fwb-btn-radius, 0)!important}.fwb-cart__checkout-btn{width:100%;padding:1rem;font-size:.72rem;letter-spacing:.12em;justify-content:center;text-align:center}.fwb-cart__checkout-btn.is-loading{opacity:.6;pointer-events:none}.fwb-cart__continue{display:block;text-align:center;font-size:.7rem;letter-spacing:.08em;color:var(--fwb-grey-500);transition:color var(--fwb-transition);text-decoration:none;margin-top:-.25rem}.fwb-cart__continue:hover{color:var(--fwb-black)}.fwb-cart__trust{display:flex;flex-direction:column;gap:.55rem;padding-top:.75rem;border-top:1px solid var(--fwb-grey-300)}.fwb-cart__trust-item{display:flex;align-items:center;gap:.55rem;font-size:.72rem;color:var(--fwb-grey-700);letter-spacing:.01em}.fwb-cart__trust-item svg{flex-shrink:0;color:var(--fwb-grey-500)}@media(max-width:900px){.fwb-cart__layout{grid-template-columns:1fr}.fwb-cart__summary{position:static}}@media(max-width:640px){.fwb-cart__items-head{display:none}.fwb-cart__item{grid-template-columns:80px 1fr;grid-template-rows:auto auto;row-gap:1rem}.fwb-cart__item-qty{grid-column:2;justify-content:flex-start}.fwb-cart__item-price{display:none}.fwb-cart__item-img-wrap{width:80px;height:105px;grid-row:1 / 3}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.fwb-coming-soon{position:relative;overflow:hidden;padding-block:clamp(4rem,8vw,8rem)}.fwb-coming-soon__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fwb-coming-soon__bg img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.18;filter:grayscale(100%)}.fwb-coming-soon__content{position:relative;z-index:1}.fwb-coming-soon__heading{margin-bottom:clamp(2.5rem,5vw,5rem);font-weight:400}.fwb-coming-soon__grid{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:clamp(1.5rem,3vw,3rem);margin-bottom:clamp(2rem,4vw,3rem);align-items:end}.fwb-coming-soon__book{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.fwb-coming-soon__book-img-wrap{width:100%;display:flex;justify-content:center}.fwb-coming-soon__book-img-wrap img{width:70%;height:auto;object-fit:contain;filter:grayscale(10%);drop-shadow:0 8px 24px rgba(0,0,0,.15)}.fwb-coming-soon__title{font-family:var(--fwb-font-heading);font-size:clamp(.9rem,1.2vw,1.1rem);font-weight:400;color:var(--fwb-black);line-height:1.3}.fwb-coming-soon__note{max-width:560px;margin-inline:auto;color:var(--fwb-grey-700);font-size:.85rem;line-height:1.6;text-align:center}@media(max-width:900px){.fwb-coming-soon__grid{grid-template-columns:repeat(2,1fr)}.fwb-coming-soon__book-img-wrap img{width:60%}}@media(max-width:540px){.fwb-coming-soon__grid{grid-template-columns:repeat(2,1fr)}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.fwb-legal{background:var(--fwb-grey-100);padding-block:var(--fwb-section-pad)}.fwb-prose__note{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--fwb-grey-200);font-size:.82rem!important;color:var(--fwb-grey-500)!important}.fwb-divider{padding-block:var(--divider-spacing, 40px)}.fwb-divider__line{width:100%;height:1px;background:var(--divider-color, var(--fwb-grey-200))}.fwb-divider__line-label{display:flex;align-items:center;gap:1.5rem}.fwb-divider__line-label:before,.fwb-divider__line-label:after{content:"";flex:1;height:1px;background:var(--divider-color, var(--fwb-grey-200))}.fwb-divider__text{font-family:var(--fwb-font-body);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--divider-color, var(--fwb-grey-500));white-space:nowrap}.fwb-featured-book{padding-bottom:var(--fwb-section-pad);background:var(--fwb-white)}.fwb-featured-book__rule{height:1px;background:var(--fwb-grey-200);margin-bottom:clamp(3rem,6vw,6rem)}.fwb-featured-book__inner{display:grid;grid-template-columns:420px 1fr;gap:clamp(4rem,7vw,9rem);align-items:start}.fwb-featured-book__visual{display:flex;flex-direction:column;gap:1rem;position:sticky;top:90px}.fwb-featured-book__cover-link{display:block}.fwb-featured-book__cover{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;display:block;filter:grayscale(6%);transition:filter .3s ease}.fwb-featured-book__cover-link:hover .fwb-featured-book__cover{filter:grayscale(0%)}.fwb-featured-book__previews{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.fwb-featured-book__preview{overflow:hidden;background:var(--fwb-grey-100)}.fwb-featured-book__preview img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;filter:grayscale(20%);transition:filter .25s ease}.fwb-featured-book__preview:hover img{filter:grayscale(0%)}.fwb-featured-book__content{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}.fwb-featured-book__badge{display:inline-block;padding:.3rem .9rem;font-size:.6rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;background:var(--fwb-black);color:var(--fwb-white);align-self:flex-start}.fwb-featured-book__title{font-family:var(--fwb-font-heading);font-size:clamp(1.9rem,3.5vw,3.2rem);font-weight:300;line-height:1.08;letter-spacing:-.01em;font-style:italic;color:var(--fwb-black)}.fwb-featured-book__body{max-width:520px;font-size:.88rem;line-height:1.85;color:var(--fwb-grey-700);margin-top:-.25rem}.fwb-featured-book__chapters{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;border-top:1px solid var(--fwb-grey-200)}.fwb-featured-book__chapter{display:flex;align-items:baseline;gap:1rem;padding:.8rem 0;border-bottom:1px solid var(--fwb-grey-200);font-size:.82rem;color:var(--fwb-grey-700);letter-spacing:.01em;line-height:1.4}.fwb-featured-book__chapter-num{font-family:var(--fwb-font-heading);font-size:.65rem;font-weight:400;letter-spacing:.1em;color:var(--fwb-grey-500);flex-shrink:0;min-width:1.8rem}.fwb-featured-book__buy{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:.5rem;padding-top:1.5rem;border-top:1px solid var(--fwb-grey-200)}.fwb-featured-book__price{display:flex;flex-direction:column;gap:.2rem;min-width:60px}.fwb-featured-book__price-amount{font-family:var(--fwb-font-heading);font-size:clamp(1.3rem,2vw,1.7rem);font-weight:300;color:var(--fwb-black);line-height:1}.fwb-featured-book__cta{padding:.85rem 2.2rem;font-size:.68rem;letter-spacing:.12em}.fwb-featured-book__cta-secondary{font-size:.68rem;letter-spacing:.12em;padding:.85rem 2.2rem}@media(max-width:1024px){.fwb-featured-book__inner{grid-template-columns:340px 1fr}}@media(max-width:768px){.fwb-featured-book__inner{grid-template-columns:1fr;gap:2.5rem}.fwb-featured-book__visual{position:static}.fwb-featured-book__cover{aspect-ratio:3/2;object-position:center top;max-height:380px}}.fwb-footer{position:relative;overflow:hidden}.fwb-footer__top-strip{position:relative;z-index:1;background:var(--fwb-bg, #ffffff);height:48px;display:flex;align-items:flex-end;padding-bottom:0}.fwb-footer__top-line{width:100%;height:1px;background:var(--fwb-grey-200)}.fwb-footer__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fwb-footer__bg-img{width:100%;height:100%;object-fit:cover;object-position:center 70%;filter:grayscale(100%) opacity(.4)}.fwb-footer__overlay{display:none}.fwb-footer__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.2fr 1fr;grid-template-rows:1fr auto;gap:2rem;align-items:center;min-height:clamp(280px,34vw,420px);padding-top:clamp(5rem,8vw,8rem);padding-bottom:clamp(5rem,8vw,8rem);color:var(--fwb-black);font-family:var(--fwb-font-body)}.fwb-footer__brand{grid-column:2;grid-row:1;align-self:center;text-align:center}.fwb-footer__shop-name{font-family:var(--fwb-font-body);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;letter-spacing:0;color:var(--fwb-black)}.fwb-footer__cols{display:contents}.fwb-footer__col{display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem;min-height:100%;text-align:left}.fwb-footer__col:first-child{grid-column:1;grid-row:1;align-self:center;justify-self:start;justify-content:center}.fwb-footer__col--center{grid-column:2;grid-row:2;align-items:center;gap:.8rem;justify-content:center}.fwb-footer__col--right{grid-column:3;grid-row:1;align-self:center;justify-self:end;justify-content:center;align-items:flex-end;text-align:right}.fwb-footer__col-text{font-family:var(--fwb-font-body);font-size:clamp(.875rem,1vw,.95rem);font-weight:400;line-height:1.55;letter-spacing:0;color:var(--fwb-black);text-decoration:none}.fwb-footer__pill{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--fwb-black);border-radius:var(--fwb-btn-radius, 0);padding:.7rem 2rem;font-family:var(--fwb-font-body);font-size:.65rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fwb-black);text-decoration:none;transition:all var(--fwb-transition);background:transparent;width:100%;max-width:320px}.fwb-footer__pill:hover{background:var(--fwb-black);color:var(--fwb-white)}.fwb-footer__social{color:var(--fwb-black);margin-top:1.5rem;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;transition:opacity var(--fwb-transition)}.fwb-footer__social:hover{opacity:.7}.fwb-footer__legal-bar{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;padding-bottom:1.25rem;border-top:1px solid rgba(0,0,0,.12)}.fwb-footer__legal-copy{font-size:.72rem;color:var(--fwb-black);letter-spacing:.02em}.fwb-footer__legal-links{display:flex;gap:1.5rem}.fwb-footer__legal-links a{font-size:.72rem;color:var(--fwb-black);letter-spacing:.02em;text-decoration:none;font-weight:500;transition:opacity var(--fwb-transition)}.fwb-footer__legal-links a:hover{opacity:.5}@media(max-width:900px){.fwb-footer__inner{display:flex;flex-direction:column;justify-content:center;gap:2rem;min-height:auto}.fwb-footer__cols{display:flex;flex-direction:column;gap:2rem;width:100%;text-align:center}.fwb-footer__col{min-height:0;align-items:center;text-align:center}.fwb-footer__col--right{align-items:center;text-align:center}.fwb-footer__pill{max-width:100%}.fwb-footer__legal-bar{flex-direction:column;text-align:center;gap:.75rem}.fwb-footer__legal-links{justify-content:center;flex-wrap:wrap;gap:1rem}}.fwb-header{position:sticky;top:0;z-index:200;background:#fffffff5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--fwb-grey-200);transition:box-shadow .3s ease}.fwb-header.is-scrolled{box-shadow:0 1px 20px #00000012}.fwb-header__inner{display:flex;align-items:center;height:68px;gap:3rem}.fwb-header__logo{flex-shrink:0}.fwb-header__logo img{height:var(--fwb-logo-h, 52px);width:auto;object-fit:contain;display:block}.fwb-header__nav{display:flex;align-items:center;gap:clamp(1.2rem,2.5vw,2.5rem);flex:1;justify-content:center}.fwb-header__nav-link{font-family:var(--fwb-font-body);font-size:.78rem;font-weight:400;letter-spacing:.04em;color:var(--fwb-grey-700);transition:color var(--fwb-transition);position:relative;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.35rem;padding:0}.fwb-header__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:var(--fwb-black);transform:scaleX(0);transition:transform .25s ease;transform-origin:left}.fwb-header__nav-link:hover,.fwb-header__nav-link.is-active{color:var(--fwb-black)}.fwb-header__nav-link:hover:after,.fwb-header__nav-link.is-active:after{transform:scaleX(1)}.fwb-header__dropdown{position:relative}.fwb-header__dropdown-arrow{transition:transform .2s ease;flex-shrink:0;margin-top:1px}.fwb-header__dropdown-trigger[aria-expanded=true] .fwb-header__dropdown-arrow,.fwb-header__dropdown:hover .fwb-header__dropdown-arrow{transform:rotate(180deg)}.fwb-header__dropdown-menu{position:absolute;top:100%;margin-top:14px;left:50%;transform:translate(-50%);min-width:240px;background:var(--fwb-white);border:1px solid var(--fwb-grey-200);box-shadow:0 8px 32px #00000014;opacity:0;pointer-events:none;transform:translate(-50%) translateY(-6px);transition:opacity .2s ease,transform .2s ease;z-index:300}.fwb-header__dropdown-menu:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.fwb-header__dropdown-menu.is-open,.fwb-header__dropdown:hover .fwb-header__dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.fwb-header__dropdown-item{display:flex;align-items:center;gap:.85rem;padding:.75rem 1.1rem;font-size:.78rem;letter-spacing:.03em;color:var(--fwb-grey-700);border-bottom:1px solid var(--fwb-grey-100);transition:color var(--fwb-transition),background var(--fwb-transition);text-decoration:none;white-space:nowrap}.fwb-header__dropdown-item:last-child{border-bottom:none}.fwb-header__dropdown-item:hover,.fwb-header__dropdown-item.is-active{color:var(--fwb-black);background:var(--fwb-grey-100)}.fwb-header__dropdown-item-preview{flex-shrink:0;width:40px;height:40px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--fwb-grey-100)}.fwb-header__dropdown-item-preview img{width:40px;height:40px;object-fit:cover;filter:grayscale(100%);display:block}.fwb-header__dropdown-item-text{display:flex;flex-direction:column;gap:.15rem}.fwb-header__dropdown-item-title{font-size:.8rem;font-weight:500;color:var(--fwb-black);line-height:1.2}.fwb-header__dropdown-item-price{font-size:.7rem;color:var(--fwb-grey-500)}.fwb-header__dropdown-all{display:block;padding:.7rem 1.1rem;font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--fwb-black);text-decoration:none;border-top:1px solid var(--fwb-grey-200);background:var(--fwb-grey-100);transition:background var(--fwb-transition)}.fwb-header__dropdown-all:hover{background:var(--fwb-grey-200)}.fwb-header__actions{display:flex;align-items:center;gap:1.2rem;flex-shrink:0}.fwb-header__cart{display:flex;align-items:center;position:relative;color:var(--fwb-black);transition:opacity var(--fwb-transition)}.fwb-header__cart:hover{opacity:.6}.fwb-header__cart svg{width:20px;height:20px}.fwb-header__cart-count{font-size:.6rem;font-weight:600;background:var(--fwb-black);color:var(--fwb-white);border-radius:50%;width:15px;height:15px;display:flex;align-items:center;justify-content:center;position:absolute;top:-5px;right:-7px}.fwb-header__burger{display:none;flex-direction:column;gap:6px;padding:4px;background:none;border:none;cursor:pointer}.fwb-header__burger span{display:block;width:20px;height:1px;background:var(--fwb-black);transition:transform .25s ease,opacity .25s ease}.fwb-header__burger[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.fwb-header__burger[aria-expanded=true] span:last-child{transform:translateY(-7px) rotate(-45deg)}.fwb-header__mobile-nav{display:none;flex-direction:column;background:var(--fwb-white);border-top:1px solid var(--fwb-grey-200);overflow:hidden;max-height:0;transition:max-height .35s ease}.fwb-header__mobile-nav.is-open{max-height:600px}.fwb-header__mobile-link{display:block;padding:.9rem var(--fwb-gutter);font-size:.82rem;letter-spacing:.04em;color:var(--fwb-grey-700);border-bottom:1px solid var(--fwb-grey-100);transition:color var(--fwb-transition)}.fwb-header__mobile-link:hover{color:var(--fwb-black)}.fwb-header__mobile-parent{font-weight:500;color:var(--fwb-grey-400);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;padding-top:1.1rem;padding-bottom:.5rem}.fwb-header__mobile-child{padding-left:calc(var(--fwb-gutter) + .75rem);font-size:.8rem;color:var(--fwb-grey-700)}@media(max-width:860px){.fwb-header__burger{display:flex}.fwb-header__nav{display:none}.fwb-header__mobile-nav{display:flex}.fwb-header__inner{gap:1rem}.fwb-header__actions{margin-left:auto}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.fwb-hero{position:relative;height:100svh;min-height:560px;max-height:900px;display:flex;align-items:flex-end}.fwb-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fwb-hero__img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:grayscale(100%) contrast(1.08) brightness(.9)}.fwb-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000014,#0000002e 40%,#000000b8)}.fwb-hero__content{position:relative;z-index:1;padding-bottom:clamp(3rem,6vw,6rem);width:100%;display:flex;justify-content:space-between;align-items:flex-end}.fwb-hero__inner{display:flex;flex-direction:column;gap:1.5rem;max-width:680px}.fwb-hero__label{color:#ffffffa6;letter-spacing:.18em}.fwb-hero__heading{font-family:var(--fwb-font-heading);font-size:clamp(2.2rem,5.5vw,5rem);font-weight:300;line-height:1.05;color:var(--fwb-white);letter-spacing:-.01em}.fwb-hero__cta{align-self:flex-start;border-color:#ffffffb3;color:var(--fwb-white);font-size:.68rem;letter-spacing:.14em}.fwb-hero__cta:hover{background:var(--fwb-white);color:var(--fwb-black);border-color:var(--fwb-white)}@media(max-width:640px){.fwb-hero{max-height:700px}.fwb-hero__content{padding-bottom:2.5rem}}.fwb-academy-teaser{padding-block:var(--fwb-section-pad);background:var(--fwb-grey-100)}.fwb-academy-teaser__inner{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:clamp(2rem,4vw,5rem);align-items:center}.fwb-academy-teaser__img-left img,.fwb-academy-teaser__img-right img{width:100%;aspect-ratio:3/4;object-fit:cover;filter:grayscale(100%);display:block}.fwb-academy-teaser__center{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.fwb-academy-teaser__heading{font-family:var(--fwb-font-heading);font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:300;font-style:italic;line-height:1.15}.fwb-academy-teaser__center .fwb-body{max-width:360px;line-height:1.8}@media(max-width:900px){.fwb-academy-teaser__inner{grid-template-columns:1fr;gap:2rem}.fwb-academy-teaser__img-left img,.fwb-academy-teaser__img-right img{aspect-ratio:16/9}}.fwb-verlag-teaser{padding-block:var(--fwb-section-pad)}.fwb-verlag-teaser__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(4rem,8vw,10rem);align-items:center}.fwb-verlag-teaser__image img{width:100%;object-fit:contain;max-height:560px}.fwb-verlag-teaser__text{display:flex;flex-direction:column;gap:1.5rem}.fwb-verlag-teaser__heading{font-family:var(--fwb-font-heading);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:300;line-height:1.1;font-style:italic}.fwb-verlag-teaser__text .fwb-body{max-width:420px;line-height:1.85}.fwb-verlag-teaser__text .fwb-btn{align-self:flex-start}@media(max-width:768px){.fwb-verlag-teaser__inner{grid-template-columns:1fr;gap:2.5rem}.fwb-verlag-teaser__text .fwb-body{max-width:100%}}.fwb-legal{background:var(--fwb-grey-100);padding-block:var(--fwb-section-pad);min-height:60vh}.fwb-kids{padding-bottom:var(--fwb-section-pad);overflow:hidden}.fwb-kids__title-block{padding-block:clamp(4rem,8vw,9rem);display:flex;flex-direction:column;gap:1.25rem;border-bottom:1px solid var(--fwb-grey-200);margin-bottom:clamp(4rem,8vw,7rem);max-width:860px}.fwb-kids__title{font-weight:300}.fwb-kids__intro-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,8rem);align-items:center;margin-bottom:clamp(5rem,10vw,10rem)}.fwb-kids__characters img{width:100%;object-fit:contain;max-height:500px}.fwb-kids__intro-text .fwb-body{font-size:clamp(.9rem,1.1vw,1rem);line-height:1.85}.fwb-kids__second-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,8rem);align-items:center;margin-bottom:clamp(5rem,10vw,10rem)}.fwb-kids__second-text .fwb-body{font-size:clamp(.9rem,1.1vw,1rem);line-height:1.85}.fwb-kids__dumper img{width:100%;object-fit:contain;max-height:400px}.fwb-kids__repeat-section{background:var(--fwb-grey-100);padding-block:clamp(4rem,8vw,8rem);margin-bottom:clamp(4rem,8vw,7rem)}.fwb-kids__repeat-title{font-style:italic;margin-bottom:2rem;font-weight:300}.fwb-kids__repeat-body{max-width:680px;margin-inline:auto;font-size:clamp(.9rem,1.1vw,1rem);line-height:1.85}.fwb-kids__logo-wrap{display:flex;justify-content:flex-end;padding-bottom:3rem}.fwb-kids__logo{width:clamp(140px,20vw,220px);object-fit:contain}@media(max-width:768px){.fwb-kids__intro-row,.fwb-kids__second-row{grid-template-columns:1fr}}.fwb-legal{background:var(--fwb-grey-100);padding-block:var(--fwb-section-pad);min-height:50vh}.fwb-legal__wrap{max-width:760px}.fwb-legal__header{margin-bottom:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(2rem,4vw,3rem);border-bottom:1px solid var(--fwb-grey-200)}.fwb-legal__title{font-style:italic;font-weight:300;margin-top:.6rem}.fwb-legal__body{display:flex;flex-direction:column;gap:3rem}.fwb-legal__card{background:var(--fwb-white);border:1px solid var(--fwb-grey-200);padding:clamp(1.5rem,3vw,2.5rem);display:flex;flex-direction:column;gap:1rem;max-width:380px}.fwb-legal__card-label{color:var(--fwb-grey-500);margin-bottom:.25rem}.fwb-legal__address{font-style:normal;line-height:1.9;font-size:.95rem;color:var(--fwb-grey-700)}.fwb-legal__email{font-size:.9rem;color:var(--fwb-black);text-decoration:underline;text-underline-offset:3px;transition:opacity var(--fwb-transition)}.fwb-legal__email:hover{opacity:.6}.fwb-prose{color:var(--fwb-grey-700);line-height:1.85}.fwb-prose h2{font-family:var(--fwb-font-heading);font-size:clamp(1rem,1.6vw,1.25rem);font-weight:400;font-style:italic;color:var(--fwb-black);margin:2.75rem 0 .9rem;padding-bottom:.6rem;border-bottom:1px solid var(--fwb-grey-200)}.fwb-prose h2:first-child{margin-top:0}.fwb-prose p{font-size:.91rem;margin:0 0 1.2rem}.fwb-prose p:last-child{margin-bottom:0}.fwb-prose ul,.fwb-prose ol{padding-left:1.4rem;margin:0 0 1.2rem}.fwb-prose li{font-size:.91rem;margin-bottom:.35rem}.fwb-prose strong{font-weight:600;color:var(--fwb-black)}.fwb-prose a{color:var(--fwb-black);text-decoration:underline;text-underline-offset:3px;transition:opacity var(--fwb-transition)}.fwb-prose a:hover{opacity:.6}.fwb-prose__address{font-style:normal;line-height:2;font-size:.91rem;background:var(--fwb-white);border:1px solid var(--fwb-grey-200);padding:1.5rem 1.75rem;margin-bottom:1.5rem;display:inline-block}.fwb-prose__note{margin-top:2rem!important;padding-top:1.5rem;border-top:1px solid var(--fwb-grey-200);font-size:.82rem!important;color:var(--fwb-grey-500)!important}.fwb-authors{padding-block:var(--fwb-section-pad)}.fwb-authors__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:clamp(3rem,6vw,6rem)}.fwb-authors__title{font-style:italic}.fwb-authors__intro{max-width:680px;font-size:.9rem}.fwb-authors__grid{display:flex;flex-direction:column;gap:clamp(3rem,6vw,6rem)}.fwb-authors__author{display:grid;grid-template-columns:240px 1fr;gap:clamp(2rem,5vw,5rem);align-items:start;padding-bottom:clamp(3rem,6vw,6rem);border-bottom:1px solid var(--fwb-grey-200)}.fwb-authors__author--no-portrait{grid-template-columns:1fr;max-width:680px}.fwb-authors__author:last-child{border-bottom:none}.fwb-authors__portrait img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;filter:grayscale(20%)}.fwb-authors__info{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.fwb-authors__name{font-size:1.4rem}.fwb-authors__credentials{font-size:.8rem;color:var(--fwb-grey-500);font-style:italic}.fwb-authors__bio-wrap{display:flex;flex-direction:column;gap:.75rem}.fwb-authors__bio{font-size:.875rem;line-height:1.8;overflow:hidden;max-height:5.4em;transition:max-height .35s ease}.fwb-authors__bio-wrap.is-expanded .fwb-authors__bio{max-height:999px}.fwb-authors__toggle{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--fwb-grey-600);background:none;border:none;padding:0;cursor:pointer;transition:color var(--fwb-transition)}.fwb-authors__toggle:hover{color:var(--fwb-black)}.fwb-authors__toggle svg{transition:transform .3s ease}.fwb-authors__toggle-less,.fwb-authors__bio-wrap.is-expanded .fwb-authors__toggle-more{display:none}.fwb-authors__bio-wrap.is-expanded .fwb-authors__toggle-less{display:inline}.fwb-authors__bio-wrap.is-expanded .fwb-authors__toggle svg{transform:rotate(180deg)}.fwb-authors__cta-wrap{text-align:center;margin-top:3rem}.fwb-authors__tagline{margin-top:4rem;font-style:italic;color:var(--fwb-grey-500);font-size:clamp(1.2rem,2.5vw,2rem)}@media(max-width:700px){.fwb-authors__author{grid-template-columns:1fr}.fwb-authors__portrait img{aspect-ratio:4/3;max-height:320px;object-position:top center}}.fwb-product-notice{background:#f0f4e8;border-bottom:1px solid #d4e0b8;padding:.75rem 0}.fwb-product-notice__inner{display:flex;align-items:flex-start;gap:.6rem}.fwb-product-notice__icon{font-size:1rem;line-height:1.6;color:#5a7a2a;flex-shrink:0}.fwb-product-notice p{margin:0;font-size:.875rem;line-height:1.6;color:#3d3d3d}.fwb-product-notice a{color:#9a2f25;text-decoration:underline}.fwb-product{padding-bottom:var(--fwb-section-pad)}.fwb-product__title-block{display:flex;flex-direction:column;gap:.6rem;padding-bottom:clamp(1.5rem,3vw,2.5rem);border-bottom:1px solid var(--fwb-grey-200)}.fwb-product__title{line-height:1.1;letter-spacing:-.01em}.fwb-product__main-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,8rem);align-items:start;padding-top:clamp(2.5rem,5vw,5rem);margin-bottom:clamp(4rem,8vw,8rem)}.fwb-product__image-col{position:sticky;top:90px}.fwb-product__hero-img{width:100%;height:auto;display:block;filter:grayscale(8%)}.fwb-product__info-col{display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,4rem)}.fwb-product__accordions{display:flex;flex-direction:column;border-top:1px solid var(--fwb-grey-200)}.fwb-product__accordion{border-bottom:1px solid var(--fwb-grey-200)}.fwb-product__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:color var(--fwb-transition)}.fwb-product__accordion-trigger:hover{color:var(--fwb-grey-700)}.fwb-product__accordion-title{font-family:var(--fwb-font-body);font-size:.82rem;font-weight:500;letter-spacing:.04em;color:inherit;flex:1}.fwb-product__accordion-icon{display:block;width:14px;height:14px;position:relative;flex-shrink:0}.fwb-product__accordion-icon:before,.fwb-product__accordion-icon:after{content:"";position:absolute;background:var(--fwb-black);transition:transform .25s ease,opacity .25s ease}.fwb-product__accordion-icon:before{width:14px;height:1px;top:50%;left:0;transform:translateY(-50%)}.fwb-product__accordion-icon:after{width:1px;height:14px;top:0;left:50%;transform:translate(-50%)}.fwb-product__accordion-trigger[aria-expanded=true] .fwb-product__accordion-icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.fwb-product__accordion-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.fwb-product__accordion-body.is-open{max-height:3000px}.fwb-product__accordion-inner{padding-bottom:.1px}.fwb-product__acc-description,.fwb-product__acc-text{font-size:.875rem;line-height:1.85;color:var(--fwb-grey-700);padding-bottom:1.25rem}.fwb-product__acc-description p,.fwb-product__acc-text p{margin-bottom:.75em}.fwb-product__acc-description p:last-child,.fwb-product__acc-text p:last-child{margin-bottom:0}.fwb-product__acc-description a,.fwb-product__acc-text a{color:#9a2f25;font-weight:500;text-decoration:none;border-bottom:1px solid currentColor}.fwb-product__acc-description h3,.fwb-product__acc-text h3{font-size:.85rem;font-weight:500;margin-bottom:.5em;margin-top:1em}.fwb-product__acc-description ul,.fwb-product__acc-text ul{padding-left:1.2em;display:flex;flex-direction:column;gap:.3em}.fwb-product__specs{display:flex;flex-direction:column;padding-bottom:1.25rem}.fwb-product__spec-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--fwb-grey-200);font-size:.82rem}.fwb-product__spec-row:last-child{border-bottom:none}.fwb-product__spec-label{color:var(--fwb-grey-500);flex-shrink:0}.fwb-product__spec-value{color:var(--fwb-text);text-align:right;font-weight:500}.fwb-product__buy{background:var(--fwb-grey-100);padding:clamp(1.5rem,4vw,3rem)}.fwb-product__variants-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.fwb-product__variants-title{font-style:italic;font-weight:300}.fwb-product__variants-desc{font-size:.82rem;line-height:1.7;color:var(--fwb-grey-600)}.fwb-product__variant-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.fwb-product__variant-option{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border:1px solid var(--fwb-grey-300);background:var(--fwb-white);cursor:pointer;transition:border-color var(--fwb-transition)}.fwb-product__variant-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.fwb-product__variant-option.is-selected{border-color:var(--fwb-black)}.fwb-product__variant-option.is-unavailable{opacity:.4;cursor:not-allowed}.fwb-product__variant-title{font-size:.82rem;font-weight:500;letter-spacing:.03em}.fwb-product__variant-price{font-size:.82rem;color:var(--fwb-grey-600)}.fwb-product__single-price{margin-bottom:1.5rem}.fwb-product__add-btn{width:100%;padding:1rem;font-size:.78rem;letter-spacing:.1em;text-align:center;justify-content:center}.fwb-product__samples{display:flex;flex-direction:column;gap:.85rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--fwb-grey-300)}.fwb-product__sample-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.6rem}.fwb-product__sample-btn{width:100%;padding:.8rem 1rem;text-align:center;background:var(--fwb-white);font-size:.68rem}.fwb-product__gallery-wrap{margin-bottom:clamp(3rem,6vw,6rem)}.fwb-product__gallery-label{margin-bottom:1.25rem}.fwb-product__gallery-track-wrap{display:flex;align-items:center;gap:.75rem}.fwb-product__gallery-viewport{flex:1;overflow:hidden}.fwb-product__gallery-track{display:flex;gap:1rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.fwb-product__gallery-slide{min-width:58%;flex-shrink:0}.fwb-product__gallery-slide img{width:100%;height:340px;object-fit:contain;background:var(--fwb-white);display:block}.fwb-product__gallery-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:1px solid var(--fwb-grey-300);background:transparent;cursor:pointer;color:var(--fwb-text);transition:border-color var(--fwb-transition),background var(--fwb-transition)}.fwb-product__gallery-btn:hover{border-color:var(--fwb-black);background:var(--fwb-black);color:var(--fwb-white)}.fwb-product__gallery-btn:disabled{opacity:.25;cursor:not-allowed}@media(max-width:860px){.fwb-product__main-row{grid-template-columns:1fr}.fwb-product__image-col{position:static}.fwb-product__gallery-slide{min-width:78%}.fwb-product__gallery-slide img{height:220px;object-fit:contain;background:var(--fwb-white)}}.fwb-sponsors{padding-block:var(--fwb-section-pad);background:var(--fwb-grey-100)}.fwb-sponsors__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:clamp(2.5rem,5vw,5rem)}.fwb-sponsors__title{font-style:italic}.fwb-sponsors__intro{max-width:640px;font-size:.9rem}.fwb-sponsors__grid{display:flex;flex-wrap:wrap;gap:3rem 4.5rem;align-items:center}.fwb-sponsors__tier-heading{flex-basis:100%;width:100%;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--fwb-grey-500);padding-top:2rem;border-top:1px solid var(--fwb-grey-200)}.fwb-sponsors__tier-heading:first-child{padding-top:0;border-top:none}.fwb-sponsors__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:clamp(120px,12vw,190px)}.fwb-sponsors__logo-wrap{display:flex;align-items:center}.fwb-sponsors__logo-link{display:block}.fwb-sponsors__logo{max-height:104px;width:auto;max-width:280px;object-fit:contain;filter:grayscale(100%);opacity:.65;transition:filter .2s ease,opacity .2s ease}.fwb-sponsors__logo-link:hover .fwb-sponsors__logo{filter:grayscale(0%);opacity:1}.fwb-sponsors__name-only,.fwb-sponsors__name-fallback{font-family:var(--fwb-font-heading);font-size:1rem;font-weight:300;color:var(--fwb-grey-700);letter-spacing:.04em}.fwb-sponsors__name-only a,.fwb-sponsors__name-fallback a{color:inherit;text-decoration:none}.fwb-sponsors__name-only a:hover,.fwb-sponsors__name-fallback a:hover{color:var(--fwb-grey-900)}.fwb-sponsors__caption{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--fwb-grey-500)}.fwb-sponsors__placeholder{color:var(--fwb-grey-500);font-style:italic}.fwb-testimonials{padding-block:var(--fwb-section-pad);overflow:hidden}.fwb-testimonials__tagline{margin-bottom:clamp(2.5rem,5vw,5rem);font-style:italic}.fwb-testimonials__track-wrap{position:relative}.fwb-testimonials__track{display:flex;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.fwb-testimonials__slide{min-width:100%;padding-inline:clamp(1rem,8vw,10rem)}.fwb-testimonials__quote{display:flex;flex-direction:column;gap:2rem;font-style:normal}.fwb-testimonials__text{font-family:var(--fwb-font-heading);font-size:clamp(1.1rem,2.5vw,1.8rem);font-weight:300;font-style:italic;line-height:1.5;color:var(--fwb-text);text-align:center;position:relative}.fwb-testimonials__text:before{content:"\201c";font-size:5rem;line-height:0;vertical-align:-2.5rem;color:var(--fwb-grey-300);font-family:var(--fwb-font-heading);margin-right:.25rem}.fwb-testimonials__text:after{content:"\201d";font-size:5rem;line-height:0;vertical-align:-2.5rem;color:var(--fwb-grey-300);font-family:var(--fwb-font-heading);margin-left:.25rem}.fwb-testimonials__attribution{display:flex;align-items:center;gap:1rem;justify-content:center}.fwb-testimonials__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;filter:grayscale(100%)}.fwb-testimonials__meta{display:flex;flex-direction:column;gap:.2rem}.fwb-testimonials__name{font-size:.8rem;font-weight:500;font-style:normal;color:var(--fwb-text)}.fwb-testimonials__role{font-size:.72rem;color:var(--fwb-grey-500);letter-spacing:.04em}.fwb-testimonials__controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.fwb-testimonials__btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--fwb-grey-300);background:transparent;cursor:pointer;color:var(--fwb-text);transition:border-color var(--fwb-transition),background var(--fwb-transition)}.fwb-testimonials__btn:hover{border-color:var(--fwb-black);background:var(--fwb-black);color:var(--fwb-white)}.fwb-testimonials__dots{display:flex;gap:.5rem}.fwb-testimonials__dot{width:6px;height:6px;border-radius:50%;background:var(--fwb-grey-300);border:none;padding:0;cursor:pointer;transition:background var(--fwb-transition),transform var(--fwb-transition)}.fwb-testimonials__dot.is-active{background:var(--fwb-black);transform:scale(1.3)}.fwb-toc{padding-block:var(--fwb-section-pad);background:var(--fwb-grey-100)}.fwb-toc__inner{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(3rem,6vw,8rem);align-items:start}.fwb-toc__header{display:flex;flex-direction:column;gap:1rem;position:sticky;top:100px}.fwb-toc__title{font-style:italic}.fwb-toc__sub{font-size:.85rem;line-height:1.7;max-width:360px}.fwb-toc__list{display:flex;flex-direction:column;border-top:1px solid var(--fwb-grey-300)}.fwb-toc__chapter{border-bottom:1px solid var(--fwb-grey-300)}.fwb-toc__chapter-row{display:flex;align-items:baseline;gap:1.5rem;padding-block:1.1rem;padding-inline:.25rem}.fwb-toc__chapter-btn{width:100%;display:flex;align-items:baseline;gap:1.5rem;padding-block:1.1rem;padding-inline:.25rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background var(--fwb-transition),padding var(--fwb-transition)}.fwb-toc__chapter-btn:hover{background:var(--fwb-grey-200);padding-inline:.75rem}.fwb-toc__number{font-family:var(--fwb-font-heading);font-size:.75rem;color:var(--fwb-grey-500);min-width:28px;flex-shrink:0}.fwb-toc__chapter-title{font-family:var(--fwb-font-body);font-size:.875rem;font-weight:400;color:var(--fwb-text);letter-spacing:.01em;flex:1}.fwb-toc__icon{display:block;width:12px;height:12px;position:relative;flex-shrink:0;margin-left:auto;align-self:center}.fwb-toc__icon:before,.fwb-toc__icon:after{content:"";position:absolute;background:var(--fwb-grey-500);transition:transform .25s ease,opacity .25s ease}.fwb-toc__icon:before{width:12px;height:1px;top:50%;left:0;transform:translateY(-50%)}.fwb-toc__icon:after{width:1px;height:12px;top:0;left:50%;transform:translate(-50%)}.fwb-toc__chapter-btn[aria-expanded=true] .fwb-toc__icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.fwb-toc__subs{max-height:0;overflow:hidden;transition:max-height .35s ease}.fwb-toc__subs.is-open{max-height:2000px}.fwb-toc__sub-list{list-style:none;padding:0 0 1rem 1.75rem;margin:0;display:flex;flex-direction:column;gap:0;border-left:1px solid var(--fwb-grey-300);margin-left:calc(28px + 1.5rem);margin-bottom:.5rem}.fwb-toc__sub-item{font-size:.78rem;color:var(--fwb-grey-600, #555);line-height:1.5;padding:.35rem 0 .35rem 1rem;border-bottom:1px solid var(--fwb-grey-200)}.fwb-toc__sub-item:last-child{border-bottom:none}@media(max-width:768px){.fwb-toc__inner{grid-template-columns:1fr}.fwb-toc__header{position:static}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.fwb-traeger{padding-block:var(--fwb-section-pad);background:var(--fwb-grey-100)}.fwb-traeger__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:clamp(2.5rem,5vw,5rem);max-width:720px}.fwb-traeger__title{font-style:italic}.fwb-traeger__intro{font-size:.95rem;color:var(--fwb-grey-600);max-width:600px}.fwb-traeger__tier{margin-bottom:clamp(4rem,6vw,6rem)}.fwb-traeger__tier-label{width:100%;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--fwb-grey-500);padding-top:2rem;margin-bottom:3rem;border-top:1px solid var(--fwb-grey-200)}.fwb-traeger__header+.fwb-traeger__tier .fwb-traeger__tier-label{padding-top:0;border-top:none}.fwb-traeger__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:clamp(3rem,5vw,5.5rem);row-gap:clamp(3.25rem,5vw,4.75rem);align-items:center}.fwb-traeger__item{display:flex;align-items:center;justify-content:center;min-height:124px}.fwb-traeger__link{display:flex;align-items:center;justify-content:center;width:min(100%,260px);height:104px;line-height:0;cursor:pointer}.fwb-traeger__logo{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:grayscale(100%);opacity:.65;transition:filter .2s ease,opacity .2s ease}.fwb-traeger__link:hover .fwb-traeger__logo{filter:grayscale(0%);opacity:1}@media(max-width:989px){.fwb-traeger__grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(2rem,5vw,3rem)}}@media(max-width:749px){.fwb-traeger__grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2.5rem}.fwb-traeger__item{min-height:104px}.fwb-traeger__link{height:86px;width:min(100%,190px)}}.fwb-ueber-uns{padding-bottom:var(--fwb-section-pad)}.fwb-ueber-uns__title-row{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(4rem,8vw,10rem);align-items:start;padding-block:clamp(4rem,8vw,9rem);border-bottom:1px solid var(--fwb-grey-200);margin-bottom:clamp(4rem,8vw,8rem)}.fwb-ueber-uns__title-text{display:flex;flex-direction:column;gap:2rem}.fwb-ueber-uns__title{font-weight:300}.fwb-ueber-uns__intro-body{display:flex;flex-direction:column;gap:1.25rem;max-width:500px}.fwb-ueber-uns__lead{font-family:var(--fwb-font-heading);font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:300;font-style:italic;line-height:1.55;color:var(--fwb-black)}.fwb-ueber-uns__title-images{display:flex;flex-direction:column;gap:1rem}.fwb-ueber-uns__img-top{width:100%;aspect-ratio:4/3;object-fit:cover;filter:grayscale(100%)}.fwb-ueber-uns__img-bottom{width:100%;aspect-ratio:16/9;object-fit:cover;filter:grayscale(100%)}.fwb-ueber-uns__autoren-header{max-width:760px;margin-bottom:clamp(4rem,8vw,8rem);padding-bottom:clamp(4rem,8vw,8rem);border-bottom:1px solid var(--fwb-grey-200)}.fwb-ueber-uns__autoren-text{display:flex;flex-direction:column;gap:1.5rem}.fwb-ueber-uns__autoren-heading{font-style:italic;font-weight:300}.fwb-ueber-uns__authors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,380px));gap:clamp(2rem,4vw,5rem);justify-content:center}.fwb-ueber-uns__author-card{display:flex;flex-direction:column;gap:0}.fwb-ueber-uns__author-portrait{margin-bottom:0;overflow:hidden}.fwb-ueber-uns__author-portrait img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;filter:grayscale(10%);display:block}.fwb-ueber-uns__author-info{border-top:1px solid var(--fwb-grey-200);border-bottom:1px solid var(--fwb-grey-200)}.fwb-ueber-uns__author-row-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;cursor:pointer}.fwb-ueber-uns__author-name{font-family:var(--fwb-font-heading);font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:300;color:var(--fwb-black)}.fwb-ueber-uns__toggle{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fwb-ueber-uns__toggle-icon{display:block;width:16px;height:16px;position:relative}.fwb-ueber-uns__toggle-icon:before,.fwb-ueber-uns__toggle-icon:after{content:"";position:absolute;background:var(--fwb-black);border-radius:1px;transition:transform .25s ease,opacity .25s ease}.fwb-ueber-uns__toggle-icon:before{width:16px;height:1px;top:50%;left:0;transform:translateY(-50%)}.fwb-ueber-uns__toggle-icon:after{width:1px;height:16px;top:0;left:50%;transform:translate(-50%)}.fwb-ueber-uns__toggle[aria-expanded=true] .fwb-ueber-uns__toggle-icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.fwb-ueber-uns__author-detail{display:none;flex-direction:column;gap:.75rem;padding-bottom:1.5rem}.fwb-ueber-uns__author-detail.is-open{display:flex}.fwb-ueber-uns__author-role{color:var(--fwb-grey-500)}.fwb-ueber-uns__author-creds{font-style:italic;color:var(--fwb-grey-700);font-size:.88rem}.fwb-ueber-uns__author-bio{font-size:.88rem;line-height:1.8;color:var(--fwb-grey-700)}@media(max-width:900px){.fwb-ueber-uns__authors-grid{grid-template-columns:1fr}}@media(max-width:768px){.fwb-ueber-uns__title-row{grid-template-columns:1fr}}.fwb-verlag{padding-bottom:var(--fwb-section-pad)}.fwb-verlag__header{display:flex;flex-direction:column;gap:1.25rem;padding-block:clamp(4rem,8vw,9rem);border-bottom:1px solid var(--fwb-grey-200);margin-bottom:clamp(3rem,6vw,6rem);max-width:640px}.fwb-verlag__title{font-style:italic}.fwb-verlag__subtitle{max-width:480px}.fwb-verlag__grid{display:grid;grid-template-columns:repeat(var(--cols, 2),1fr);gap:clamp(3rem,6vw,6rem) clamp(2rem,5vw,5rem)}.fwb-verlag__card{display:flex;flex-direction:column;gap:1.5rem;height:100%}.fwb-verlag__card-image{display:block;overflow:hidden;position:relative;aspect-ratio:4/5;background:var(--fwb-grey-100)}.fwb-verlag__card-image img{width:100%;height:100%;padding:clamp(.75rem,2vw,1.5rem);object-fit:contain;transition:transform .55s ease;display:block}.fwb-verlag__card-placeholder{aspect-ratio:4/5;background:var(--fwb-grey-200)}.fwb-verlag__card:hover .fwb-verlag__card-image img{transform:scale(1.035)}.fwb-verlag__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.fwb-verlag__card-overlay .fwb-label{color:var(--fwb-white);letter-spacing:.18em}.fwb-verlag__card:hover .fwb-verlag__card-overlay{opacity:1}.fwb-verlag__card-info{display:flex;flex-direction:column;gap:.6rem;flex:1}.fwb-verlag__card-title{font-family:var(--fwb-font-heading);font-size:clamp(1.1rem,1.6vw,1.45rem);font-weight:400;line-height:1.28;color:var(--fwb-black)}.fwb-verlag__card-price{font-size:.75rem;color:var(--fwb-grey-500);letter-spacing:.03em}.fwb-verlag__card-desc{font-size:.83rem;line-height:1.75;color:var(--fwb-grey-500);margin-top:.2rem}.fwb-verlag__card-btn{align-self:flex-start;margin-top:auto;padding-top:.5rem;font-size:.62rem;letter-spacing:.14em}@media(max-width:900px){.fwb-verlag__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.fwb-verlag__grid{grid-template-columns:1fr}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
