.ff-platform{--pf-canvas:#ffffff;--pf-bone:#f4f7f2;--pf-mist:#ebefea;--pf-silk:#dde5da;--pf-pebble:#737373;--pf-slate:#525252;--pf-charcoal:#262626;--pf-midnight:#171717;--pf-brand:#0d2717;--pf-brand-hover:#163821;--pf-brand-soft:#e8ffd6;--pf-brand-accent:#b7ff95;--pf-ember:#e07a5f;--pf-ink:var(--pf-midnight);--pf-muted:var(--pf-slate);--pf-line:var(--pf-silk);--pf-surface:var(--pf-canvas);--pf-danger:#dc2626;--pf-focus:var(--pf-brand);--pf-radius-pill:999px;--pf-radius:20px;--pf-radius-sm:14px;--pf-radius-lg:28px;--pf-font-display:var(--font-manrope),"Manrope",system-ui,sans-serif;--pf-font-ui:var(--font-manrope),"Manrope",system-ui,sans-serif;--pf-shadow:none;--pf-shadow-soft:0 1px 3px rgba(13,39,23,0.04),0 8px 24px rgba(13,39,23,0.06);--pf-shadow-float:0 4px 12px rgba(13,39,23,0.08),0 24px 48px rgba(13,39,23,0.06);--pf-control-h:2.75rem;color:var(--pf-ink);background:var(--pf-canvas);font-family:var(--pf-font-ui);font-weight:400;-webkit-font-smoothing:antialiased}.ff-platform .pf-display{font-family:var(--pf-font-display);font-weight:300;letter-spacing:-.03em;line-height:1.12;color:var(--pf-midnight)}.ff-platform .pf-eyebrow{font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--pf-brand)}.ff-platform .pf-lead{font-size:1.0625rem;line-height:1.65;color:var(--pf-slate)}.ff-platform .pf-surface{background:var(--pf-surface);border:1px solid var(--pf-silk);border-radius:var(--pf-radius);box-shadow:var(--pf-shadow)}.ff-platform .pf-surface--soft{background:var(--pf-bone);border-color:rgba(0,0,0,0)}.ff-platform .pf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.7rem 1.35rem;border-radius:var(--pf-radius-pill);border:1px solid rgba(0,0,0,0);background:var(--pf-brand);color:#fff;font-family:var(--pf-font-ui);font-weight:500;font-size:.9375rem;line-height:1;cursor:pointer;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.ff-platform .pf-btn:hover{background:var(--pf-brand-hover)}.ff-platform .pf-btn:focus-visible{outline:2px solid var(--pf-brand);outline-offset:3px}.ff-platform .pf-btn:disabled{opacity:.45;cursor:not-allowed}.ff-platform .pf-btn--ghost{background:rgba(0,0,0,0);color:var(--pf-charcoal);border-color:var(--pf-charcoal)}.ff-platform .pf-btn--ghost:hover{background:var(--pf-bone)}.ff-platform .pf-btn--quiet{background:var(--pf-mist);color:var(--pf-charcoal);border-color:rgba(0,0,0,0)}.ff-platform .pf-btn--quiet:hover{background:var(--pf-silk)}.ff-platform .pf-btn--danger{background:var(--pf-ember);color:#fff}.ff-platform .pf-btn--danger:hover{filter:brightness(.95)}.ff-platform .pf-btn--auth{width:100%;min-height:3.25rem;padding-block:.85rem;border-radius:14px;font-size:.9375rem}.ff-platform .pf-choice{display:grid;gap:.5rem}.ff-platform .pf-choice__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.ff-platform .pf-choice__option{display:flex;flex-direction:column;gap:.2rem;padding:.7rem .65rem;border:1px solid var(--pf-silk);border-radius:var(--pf-radius-sm);background:var(--pf-canvas);color:var(--pf-midnight);font:inherit;text-align:start;cursor:pointer}.ff-platform .pf-choice__option:hover{border-color:color-mix(in srgb,var(--pf-brand) 45%,var(--pf-silk))}.ff-platform .pf-choice__option.is-selected{border-color:var(--pf-brand);background:var(--pf-brand-soft)}.ff-platform .pf-choice__option strong{font-size:.8125rem;font-weight:600}.ff-platform .pf-choice__option span{font-size:.6875rem;color:var(--pf-pebble);line-height:1.3}.ff-platform .pf-nav-pill{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem .45rem .45rem 1.15rem;border-radius:100px;border:1px solid color-mix(in srgb,var(--pf-silk) 80%,transparent);background:color-mix(in srgb,var(--pf-mist) 72%,transparent);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:var(--pf-shadow-soft)}.ff-platform .pf-field{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem}.ff-platform .pf-field__label{color:var(--pf-pebble);font-weight:500;font-size:.8125rem}.ff-platform .pf-field__hint{color:var(--pf-pebble);font-size:.75rem}.ff-platform .pf-field__error{color:var(--pf-danger);font-size:.8125rem}.ff-platform .pf-datepicker__trigger,.ff-platform .pf-input,.ff-platform .pf-select__trigger{width:100%;min-height:var(--pf-control-h);padding:.6rem .95rem;border:1px solid var(--pf-silk);border-radius:var(--pf-radius-sm);background:var(--pf-canvas);color:var(--pf-midnight);font-family:var(--pf-font-ui);font-size:.9375rem;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.ff-platform .pf-datepicker__trigger::placeholder,.ff-platform .pf-input::placeholder,.ff-platform .pf-select__trigger::placeholder{color:var(--pf-pebble)}.ff-platform .pf-datepicker__trigger:focus,.ff-platform .pf-datepicker__trigger:focus-visible,.ff-platform .pf-input:focus,.ff-platform .pf-input:focus-visible,.ff-platform .pf-select__trigger:focus,.ff-platform .pf-select__trigger:focus-visible{outline:none;border-color:var(--pf-brand);box-shadow:0 0 0 3px var(--pf-brand-soft)}.ff-platform .pf-datepicker__trigger:disabled,.ff-platform .pf-input:disabled,.ff-platform .pf-select__trigger:disabled{opacity:.5;cursor:not-allowed}.ff-platform .pf-select{position:relative}.ff-platform .pf-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;text-align:start}.ff-platform .pf-select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ff-platform .pf-select__chevron{flex-shrink:0;width:.55rem;height:.55rem;border-inline-end:1.5px solid var(--pf-pebble);border-block-end:1.5px solid var(--pf-pebble);transform:rotate(45deg) translateY(-2px);transition:transform .15s ease}.ff-platform .pf-select.is-open .pf-select__chevron{transform:rotate(225deg) translateY(-1px)}.ff-platform .pf-select__panel{position:absolute;inset-inline:0;top:calc(100% + 6px);z-index:40;max-height:16rem;overflow:auto;padding:.4rem;background:var(--pf-canvas);border:1px solid var(--pf-silk);border-radius:var(--pf-radius);box-shadow:var(--pf-shadow-soft)}.ff-platform .pf-select__option{display:block;width:100%;padding:.6rem .75rem;border:0;border-radius:12px;background:rgba(0,0,0,0);color:var(--pf-midnight);font:inherit;text-align:start;cursor:pointer}.ff-platform .pf-select__option:hover,.ff-platform .pf-select__option[data-active=true]{background:var(--pf-bone)}.ff-platform .pf-select__option[data-selected=true]{background:var(--pf-brand-soft);color:var(--pf-brand-hover);font-weight:500}.ff-platform .pf-select__group{padding:.55rem .75rem .25rem;color:var(--pf-pebble);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.ff-platform .pf-variant-select{position:relative}.ff-platform .pf-variant-select__trigger{display:flex;width:100%;align-items:center;gap:.65rem;padding:.35rem .45rem;border:1px solid var(--pf-silk);border-radius:var(--pf-radius-sm);background:var(--pf-canvas);cursor:pointer;text-align:start}.ff-platform .pf-variant-select__trigger>div:first-child{width:6.25rem;flex-shrink:0}.ff-platform .pf-variant-select.is-open .pf-select__chevron{transform:rotate(225deg) translateY(-1px)}.ff-platform .pf-variant-select__panel{position:absolute;inset-inline:0;top:calc(100% + 6px);z-index:50;max-height:22rem;overflow:auto;padding:.3rem;background:var(--pf-canvas);border:1px solid var(--pf-silk);border-radius:var(--pf-radius);box-shadow:var(--pf-shadow-soft)}.ff-platform .pf-variant-select__option{display:grid;grid-template-columns:6.25rem 1fr;gap:.55rem;width:100%;padding:.3rem;border:0;border-radius:12px;background:rgba(0,0,0,0);color:var(--pf-midnight);font:inherit;text-align:start;cursor:pointer}.ff-platform .pf-variant-select__option.is-selected,.ff-platform .pf-variant-select__option:hover{background:var(--pf-brand-soft)}.ff-platform .pf-datepicker{position:relative}.ff-platform .pf-datepicker__trigger{display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:start}.ff-platform .pf-datepicker__panel{position:absolute;inset-inline-start:0;top:calc(100% + 6px);z-index:40;width:min(19.5rem,100vw - 2rem);padding:1rem;background:var(--pf-canvas);border:1px solid var(--pf-silk);border-radius:var(--pf-radius);box-shadow:var(--pf-shadow-soft)}.ff-platform .pf-datepicker__nav{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.85rem;font-size:.95rem;font-weight:500}.ff-platform .pf-datepicker__nav-btn{width:2rem;height:2rem;border:1px solid var(--pf-silk);border-radius:var(--pf-radius-pill);background:rgba(0,0,0,0);cursor:pointer;color:var(--pf-charcoal)}.ff-platform .pf-datepicker__nav-btn:hover{background:var(--pf-bone)}.ff-platform .pf-datepicker__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.15rem}.ff-platform .pf-datepicker__dow{text-align:center;font-size:.65rem;letter-spacing:.04em;color:var(--pf-pebble);padding-block:.3rem}.ff-platform .pf-datepicker__day{aspect-ratio:1;border:0;border-radius:var(--pf-radius-pill);background:rgba(0,0,0,0);color:var(--pf-midnight);font:inherit;font-size:.85rem;cursor:pointer}.ff-platform .pf-datepicker__day:hover{background:var(--pf-bone)}.ff-platform .pf-datepicker__day[data-muted=true]{color:#a1a1a1}.ff-platform .pf-datepicker__day[data-selected=true]{background:var(--pf-brand);color:#fff;font-weight:500}.ff-platform .pf-datepicker__day[data-in-range=true]:not([data-selected=true]){background:var(--pf-brand-soft);border-radius:8px}.ff-platform .pf-datepicker__day[data-disabled=true]{opacity:.35;cursor:not-allowed}.ff-platform .pf-datepicker__day[data-today=true]:not([data-selected=true]){box-shadow:inset 0 0 0 1px var(--pf-brand)}.ff-platform .pf-datepicker__presets{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.ff-platform .pf-datepicker__preset{border:1px solid var(--pf-silk);border-radius:var(--pf-radius-pill);background:rgba(0,0,0,0);padding:.35rem .75rem;font:inherit;font-size:.8125rem;color:var(--pf-slate);cursor:pointer}.ff-platform .pf-datepicker__preset:hover{background:var(--pf-bone);color:var(--pf-midnight)}.ff-platform .pf-datepicker__preset[data-active=true]{background:var(--pf-brand);border-color:var(--pf-brand);color:#fff}.ff-platform .pf-datepicker__hint{margin:0 0 .75rem;font-size:.75rem;color:var(--pf-pebble)}.ff-platform .pf-datepicker__panel--range{width:min(22rem,100vw - 2rem)}.ff-platform .pf-nav-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;border-radius:12px;color:var(--pf-slate);font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.ff-platform .pf-nav-item:hover{background:var(--pf-bone);color:var(--pf-midnight)}.ff-platform .pf-nav-item.is-active{background:var(--pf-brand-soft);color:var(--pf-brand-hover)}.ff-platform .pf-stage{position:relative;overflow:hidden;border-radius:var(--pf-radius);border:1px solid var(--pf-silk);background-color:var(--pf-bone);background-image:radial-gradient(circle,rgba(163,163,163,.16) 1px,transparent 0);background-size:14px 14px}@keyframes ff-demo-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){@keyframes ff-demo-in{0%{opacity:1;transform:none}to{opacity:1;transform:none}}}.ff-platform .pf-swatch{display:block;box-sizing:border-box;width:36px;height:36px;flex-shrink:0;padding:0;overflow:hidden;border:1px solid var(--pf-silk);border-radius:8px;background:var(--pf-canvas);cursor:pointer}.ff-platform .pf-swatch:focus-within{outline:2px solid var(--pf-brand);outline-offset:2px}.ff-platform .pf-swatch input[type=color]{display:block;box-sizing:border-box;width:150%;height:150%;margin:-25%;padding:0;border:0;cursor:pointer;background:none;appearance:none;-webkit-appearance:none}.ff-platform .pf-swatch input[type=color]::-webkit-color-swatch-wrapper{padding:0}.ff-platform .pf-swatch input[type=color]::-webkit-color-swatch{border:none;border-radius:0}.ff-platform .pf-swatch input[type=color]::-moz-color-swatch{border:none;border-radius:0}.ff-platform .pf-range{width:100%;height:1.5rem;margin:0;accent-color:var(--pf-brand);cursor:pointer}.ff-platform .pf-range:focus-visible{outline:2px solid var(--pf-brand);outline-offset:3px}.ff-platform .pf-slider{position:relative;display:flex;width:100%;align-items:center;height:1.25rem}.ff-platform .pf-slider__input{-webkit-appearance:none;appearance:none;width:100%;height:1.25rem;margin:0;background:rgba(0,0,0,0);cursor:pointer}.ff-platform .pf-slider__input:focus{outline:none}.ff-platform .pf-slider__input::-webkit-slider-runnable-track{height:.35rem;border-radius:999px;background:linear-gradient(to right,var(--pf-brand) 0,var(--pf-brand) var(--pf-slider-pct,0),var(--pf-silk) var(--pf-slider-pct,0),var(--pf-silk) 100%)}.ff-platform .pf-slider__input::-moz-range-track{height:.35rem;border-radius:999px;background:var(--pf-silk)}.ff-platform .pf-slider__input::-moz-range-progress{height:.35rem;border-radius:999px;background:var(--pf-brand)}.ff-platform .pf-slider__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.1rem;height:1.1rem;margin-top:-.375rem;border:2px solid var(--pf-brand);border-radius:999px;background:var(--pf-canvas);box-shadow:0 1px 2px rgba(0,0,0,.08);transition:transform .12s ease}.ff-platform .pf-slider__input::-moz-range-thumb{width:1.1rem;height:1.1rem;border:2px solid var(--pf-brand);border-radius:999px;background:var(--pf-canvas);box-shadow:0 1px 2px rgba(0,0,0,.08)}.ff-platform .pf-slider__input:hover::-webkit-slider-thumb{transform:scale(1.06)}.ff-platform .pf-slider__input:focus-visible::-webkit-slider-thumb{outline:2px solid var(--pf-brand);outline-offset:2px}.ff-platform .pf-slider__input:focus-visible::-moz-range-thumb{outline:2px solid var(--pf-brand);outline-offset:2px}.ff-platform .pf-font-card{display:flex;flex-direction:column;gap:.35rem;width:100%;padding:.85rem 1rem;border:1px solid var(--pf-silk);border-radius:var(--pf-radius-sm);background:var(--pf-canvas);color:var(--pf-midnight);text-align:start;cursor:pointer;transition:border-color .15s ease,background .15s ease}.ff-platform .pf-font-card:hover{background:var(--pf-bone)}.ff-platform .pf-font-card.is-selected{border-color:var(--pf-brand);background:var(--pf-brand-soft)}.ff-platform .pf-font-card:focus-visible{outline:2px solid var(--pf-brand);outline-offset:2px}.ff-platform .pf-font-card__heading{font-size:1.05rem;font-weight:500;line-height:1.3;color:var(--pf-midnight)}.ff-platform .pf-font-card__body{font-size:.8125rem;line-height:1.45;color:var(--pf-slate)}.ff-platform .pf-kanban{display:grid;gap:.85rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.ff-platform .pf-kanban{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.ff-platform .pf-kanban{grid-template-columns:repeat(4,minmax(0,1fr))}}.ff-platform .pf-kanban__column{display:flex;flex-direction:column;min-height:14rem;padding:.75rem;border-radius:1rem;border:1px solid rgba(0,0,0,0);transition:border-color .18s ease,box-shadow .18s ease;position:relative}.ff-platform .pf-kanban__column:before{content:"";position:absolute;inset-inline:.75rem;top:0;height:.28rem;border-radius:999px;background:var(--pf-kanban-accent,var(--pf-brand))}.ff-platform .pf-kanban__column--lavender{--pf-kanban-accent:#8b7cf6;background:color-mix(in srgb,#8b7cf6 12%,var(--pf-canvas))}.ff-platform .pf-kanban__column--peach{--pf-kanban-accent:#f0a06a;background:color-mix(in srgb,#f0a06a 14%,var(--pf-canvas))}.ff-platform .pf-kanban__column--sky{--pf-kanban-accent:#4aa3e8;background:color-mix(in srgb,#4aa3e8 12%,var(--pf-canvas))}.ff-platform .pf-kanban__column--mint{--pf-kanban-accent:#3cb89a;background:color-mix(in srgb,#3cb89a 12%,var(--pf-canvas))}.ff-platform .pf-kanban__column.is-drop-target{border-color:var(--pf-kanban-accent,var(--pf-brand));box-shadow:0 0 0 2px color-mix(in srgb,var(--pf-kanban-accent) 25%,transparent)}.ff-platform .pf-kanban__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-block:.55rem .65rem;padding-inline:.25rem}.ff-platform .pf-kanban__title{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--pf-midnight)}.ff-platform .pf-kanban__count{min-inline-size:1.5rem;padding:.1rem .45rem;border-radius:var(--pf-radius-pill);background:var(--pf-canvas);border:1px solid color-mix(in srgb,var(--pf-midnight) 8%,transparent);font-size:.75rem;font-weight:600;color:var(--pf-slate);text-align:center}.ff-platform .pf-kanban__list{display:flex;flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;flex:1}.ff-platform .pf-kanban__empty{padding:1.5rem .5rem;text-align:center;font-size:.8125rem;color:var(--pf-pebble)}.ff-platform .pf-kanban__card{margin:0;padding:.85rem;border-radius:.85rem;border:1px solid color-mix(in srgb,var(--pf-midnight) 6%,transparent);background:var(--pf-canvas);box-shadow:0 1px 2px rgba(0,0,0,.04);cursor:grab;transition:opacity .15s ease,border-color .15s ease,transform .15s ease}.ff-platform .pf-kanban__card:active{cursor:grabbing}.ff-platform .pf-kanban__card.is-dragging{opacity:.45}.ff-platform .pf-kanban__card.is-busy{opacity:.7}.ff-platform .pf-kanban__card:focus-within{border-color:var(--pf-brand)}.ff-platform .pf-kanban__field{display:block;width:100%;margin-top:.35rem;padding:.35rem .45rem;border:1px solid rgba(0,0,0,0);border-radius:.45rem;background:color-mix(in srgb,var(--pf-mist) 55%,transparent);color:var(--pf-midnight);font:inherit;font-size:.8125rem;line-height:1.35}.ff-platform .pf-kanban__field::placeholder{color:var(--pf-pebble)}.ff-platform .pf-kanban__field:focus,.ff-platform .pf-kanban__field:hover{outline:none;border-color:color-mix(in srgb,var(--pf-brand) 35%,transparent);background:var(--pf-canvas)}.ff-platform .pf-kanban__field--title{margin-top:0;font-size:.875rem;font-weight:600;background:rgba(0,0,0,0);padding-inline:0}.ff-platform .pf-kanban__chip{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:var(--pf-radius-pill);background:var(--pf-bone);font-size:.6875rem;font-weight:600;color:var(--pf-charcoal)}.ff-platform .pf-kanban__chip--accent{background:color-mix(in srgb,var(--pf-brand) 14%,white);color:var(--pf-brand-hover)}.ff-platform .pf-kanban__move{padding:.25rem .5rem;border-radius:999px;border:1px solid var(--pf-silk);background:var(--pf-canvas);color:var(--pf-midnight);font-size:.65rem;font-weight:600;cursor:pointer}.ff-platform .pf-kanban__move:hover:not(:disabled){border-color:var(--pf-brand);color:var(--pf-brand-hover)}.ff-platform .pf-kanban__move:disabled{opacity:.45;cursor:default}.ff-platform .pf-kanban__move.is-current{background:var(--pf-brand-soft);border-color:rgba(0,0,0,0);color:var(--pf-brand-hover)}.ff-platform .pf-kanban__move--danger{color:var(--pf-ember)}.ff-platform.pf-modal-host{min-height:0;background:rgba(0,0,0,0)}.ff-platform .pf-modal{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;padding:0}@media(min-width:640px){.ff-platform .pf-modal{align-items:center;padding:1.25rem}}.ff-platform .pf-modal__backdrop{position:absolute;inset:0;border:0;padding:0;cursor:pointer;background:rgba(18,18,18,.48);backdrop-filter:blur(4px)}.ff-platform .pf-modal__panel{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-height:min(92vh,44rem);border-radius:1.15rem 1.15rem 0 0;border:1px solid var(--pf-silk);border-bottom:0;background:var(--pf-canvas);box-shadow:0 24px 64px rgba(0,0,0,.18);outline:none}@media(min-width:640px){.ff-platform .pf-modal__panel{width:min(100%,34rem);border-radius:1.15rem;border-bottom:1px solid var(--pf-silk)}.ff-platform .pf-modal__panel--lg{width:min(100%,40rem)}}.ff-platform .pf-modal__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;padding:.95rem 1rem .75rem;border-bottom:1px solid var(--pf-silk)}@media(min-width:640px){.ff-platform .pf-modal__head{padding:1.1rem 1.25rem .85rem}}.ff-platform .pf-modal__title{margin:0;font-size:1.125rem;font-weight:600;color:var(--pf-midnight)}.ff-platform .pf-modal__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:999px;background:rgba(0,0,0,0);color:var(--pf-slate);cursor:pointer}.ff-platform .pf-modal__close:hover{background:var(--pf-bone);color:var(--pf-midnight)}.ff-platform .pf-modal__body{flex:1;overflow:auto;padding:1rem;-webkit-overflow-scrolling:touch}@media(min-width:640px){.ff-platform .pf-modal__body{padding:1.1rem 1.25rem}}.ff-platform .pf-modal__foot{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;flex-shrink:0;padding:.75rem 1rem calc(.85rem + env(safe-area-inset-bottom, 0px));border-top:1px solid var(--pf-silk);background:color-mix(in srgb,var(--pf-bone) 55%,transparent);border-radius:0}@media(min-width:640px){.ff-platform .pf-modal__foot{padding:.85rem 1.25rem 1.15rem;border-radius:0 0 1.15rem 1.15rem}}.ff-platform .pf-modal__foot .pf-btn{flex:1 1 auto;min-width:0}@media(min-width:640px){.ff-platform .pf-modal__foot .pf-btn{flex:0 0 auto}}.pf-switch{position:relative;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.pf-switch__track{position:relative;width:2.5rem;height:1.4rem;flex-shrink:0;border-radius:999px;background:var(--pf-silk);transition:background .15s ease}.pf-switch__thumb{position:absolute;top:.15rem;inset-inline-start:.15rem;width:1.1rem;height:1.1rem;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.12);transition:transform .15s ease}.pf-switch__input{position:absolute;opacity:0;width:0;height:0}.pf-switch__input:checked+.pf-switch__track{background:var(--pf-brand)}.pf-switch__input:checked+.pf-switch__track .pf-switch__thumb{transform:translateX(1.1rem)}.pf-switch__input:focus-visible+.pf-switch__track{outline:2px solid var(--pf-brand);outline-offset:2px}.pf-switch__input:disabled+.pf-switch__track{opacity:.5}.pf-switch__label{font-size:.75rem;font-weight:500;color:var(--pf-pebble)}.pf-switch[data-on=true] .pf-switch__label{color:var(--pf-brand-hover)}.ff-platform{min-height:100%}.ff-platform a{color:inherit}.ff-platform ::selection{background:var(--pf-brand-soft);color:var(--pf-midnight)}.ff-storefront{--ff-color-primary:#1f6b4a;--ff-color-secondary:#3d8b6e;--ff-color-accent:#c45c76;--ff-color-background:#fafaf7;--ff-color-surface:#ffffff;--ff-color-text:#1a1a1a;--ff-color-muted:#6b7280;--ff-radius:10px;--ff-radius-sm:4px;--ff-radius-lg:16px;--ff-font-heading:"Fraunces",Georgia,serif;--ff-font-body:"Manrope",system-ui,sans-serif;--ff-shadow:none;color:var(--ff-color-text);background:var(--ff-color-background);font-family:var(--ff-font-body);position:relative;--sf-page-gutter:1rem;--sf-card-pad:0.75rem;--sf-content-max:72rem;--sf-header-offset:4.25rem}@media(min-width:768px){.ff-storefront{--sf-page-gutter:2rem;--sf-header-offset:5.25rem}}.ff-storefront #about,.ff-storefront #catalog,.ff-storefront #contacts,.ff-storefront #content,.ff-storefront #map,.ff-storefront :target{scroll-margin-top:var(--sf-header-offset)}.ff-storefront .sf-content{width:100%;max-width:var(--sf-content-max);margin-inline:auto}.ff-storefront .sf-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:0 0 1.25rem;padding:0;list-style:none;font-size:.8125rem;color:var(--ff-color-muted)}.ff-storefront .sf-breadcrumbs a{color:inherit;text-decoration:none}.ff-storefront .sf-breadcrumbs a:hover{color:var(--ff-color-primary);text-decoration:underline;text-underline-offset:2px}.ff-storefront .sf-breadcrumbs__sep{opacity:.45;user-select:none}.ff-storefront .sf-breadcrumbs__current{color:var(--ff-color-text);font-weight:500}.ff-storefront .sf-gallery{display:flex;flex-direction:column;gap:.75rem}.ff-storefront .sf-gallery__main{position:relative;overflow:hidden;border-radius:var(--ff-radius);background:var(--ff-color-surface);aspect-ratio:4/5}.ff-storefront .sf-gallery__main:focus-within .sf-gallery__nav,.ff-storefront .sf-gallery__main:hover .sf-gallery__nav{opacity:1}.ff-storefront .sf-gallery__img{display:block;width:100%;height:100%;object-fit:cover}.ff-storefront .sf-gallery__nav{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.88);color:var(--ff-color-text);cursor:pointer;opacity:0;transform:translateY(-50%);transition:opacity .15s ease}.ff-storefront .sf-gallery__nav--prev{inset-inline-start:.65rem}.ff-storefront .sf-gallery__nav--next{inset-inline-end:.65rem}.ff-storefront .sf-gallery__nav:hover{background:#fff}.ff-storefront .sf-gallery__thumbs{display:flex;flex-wrap:wrap;gap:.5rem}.ff-storefront .sf-gallery__thumb{position:relative;width:4rem;height:4rem;padding:0;border:2px solid rgba(0,0,0,0);border-radius:calc(var(--ff-radius)*.6);overflow:hidden;background:var(--ff-color-surface);cursor:pointer}.ff-storefront .sf-gallery__thumb--active{border-color:var(--ff-color-primary)}.ff-storefront .sf-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}@media(hover:none){.ff-storefront .sf-gallery .sf-gallery__nav{opacity:.85}}.ff-storefront .sf-pdp-cta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ff-storefront .sf-pdp-cta .sf-btn{flex:1 1 auto;min-width:8rem}.ff-storefront .sf-pdp__fav{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:var(--ff-radius);border:1px solid color-mix(in srgb,var(--ff-color-primary) 35%,transparent);background:var(--ff-color-surface);color:var(--ff-color-primary);cursor:pointer}.ff-storefront .sf-pdp__fav.is-liked{color:var(--ff-color-accent);border-color:color-mix(in srgb,var(--ff-color-accent) 45%,transparent)}.ff-storefront .sf-header__fav{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;color:var(--ff-color-text);text-decoration:none}.ff-storefront .sf-header__fav:hover{background:color-mix(in srgb,var(--ff-color-text) 6%,transparent);color:var(--ff-color-accent)}.ff-storefront .sf-header__fav-count{position:absolute;top:-.15rem;inset-inline-end:-.2rem;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:999px;background:var(--ff-color-accent);color:#fff;font-size:.625rem;font-weight:700;line-height:1rem;text-align:center}.ff-storefront .sf-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;color:var(--ff-color-text);text-decoration:none}.ff-storefront .sf-header__cart:hover{background:color-mix(in srgb,var(--ff-color-text) 6%,transparent);color:var(--ff-color-primary)}.ff-storefront .sf-header__cart-icon{position:relative;display:inline-flex}.ff-storefront .sf-header__cart-count{position:absolute;top:-.15rem;inset-inline-end:-.2rem;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:999px;background:var(--ff-color-primary);color:#fff;font-size:.625rem;font-weight:700;line-height:1rem;text-align:center}.ff-storefront .sf-header__cart-count--inline{position:static;inset:auto;margin-inline-start:.15rem;min-width:1.25rem;height:1.25rem;line-height:1.25rem;font-size:.7rem}.ff-storefront .sf-mobile-nav__cta.sf-header__cart{width:100%;height:auto;min-height:2.75rem;border-radius:var(--ff-radius,14px);gap:.5rem}.ff-storefront .sf-cart-toast{position:fixed;inset-inline:0;bottom:1.25rem;z-index:200;margin-inline:auto;width:max-content;max-width:calc(100% - 2rem);padding:.65rem 1.1rem;border-radius:999px;background:var(--ff-color-text);color:var(--ff-color-background);font-size:.875rem;box-shadow:0 8px 24px color-mix(in srgb,var(--ff-color-text) 18%,transparent);animation:sf-toast-in .22s ease-out}@keyframes sf-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ff-storefront .sf-catalog-page__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.ff-storefront .sf-catalog-page__chip{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--ff-color-muted) 22%,transparent);font-size:.875rem;text-decoration:none;color:var(--ff-color-text)}.ff-storefront .sf-catalog-page__chip:hover{border-color:var(--ff-color-primary)}.ff-storefront .sf-catalog-page__chip--active{background:var(--ff-color-primary);border-color:var(--ff-color-primary);color:#fff}.ff-storefront .sf-catalog-page__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.ff-storefront .sf-catalog-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.ff-storefront .sf-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ff-storefront .sf-social-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;overflow:hidden;transition:opacity .15s ease,transform .15s ease}.ff-storefront .sf-social-btn--sm{width:1.75rem;height:1.75rem}.ff-storefront .sf-social-btn__img{display:block;width:100%;height:100%;object-fit:cover}.ff-storefront a:focus-visible .sf-social-btn,.ff-storefront a:hover .sf-social-btn{opacity:.88;transform:translateY(-1px)}.ff-storefront h1,.ff-storefront h2,.ff-storefront h3{font-family:var(--ff-font-heading)}.ff-storefront .sf-block{width:100%;max-width:var(--sf-content-max);margin-inline:auto;padding-inline:var(--sf-page-gutter);padding-block:1rem}.ff-storefront .sf-block--header{max-width:none;width:100%;padding-inline:0;padding-block:0;background:var(--ff-color-background)}.ff-storefront .sf-block--header>.sf-header__bar{padding-block:.75rem}@media(min-width:768px){.ff-storefront .sf-block--header>.sf-header__bar{padding-block:1rem}}.ff-storefront .sf-block--header>.sf-header__bar>.sf-content{max-width:var(--sf-content-max);margin-inline:auto;padding-inline:var(--sf-page-gutter)}.ff-storefront .sf-block--hero{max-width:none;width:100%;margin-inline:0;padding-inline:0;padding-block:0;border-radius:0}.ff-storefront .sf-block--hero .sf-content{max-width:var(--sf-content-max);margin-inline:auto;padding-inline:var(--sf-page-gutter)}@media(max-width:767.98px){.ff-storefront .sf-block--hero:has(.sf-hero-split)>.sf-content{max-width:none;padding-inline:0}}.ff-storefront .sf-block--hero:has(.sf-hero-split--narrow)>.sf-content{max-width:none;padding-inline:0}.ff-storefront .sf-block--catalog .sf-catalog__heading{margin-bottom:1.5rem}@media(min-width:768px){.ff-storefront .sf-block--catalog .sf-catalog__heading{margin-bottom:2rem}}.ff-storefront .sf-block--footer{max-width:none;width:100%;padding-inline:0;padding-block:0}.ff-storefront .sf-block--footer>.sf-content,.ff-storefront .sf-block--footer>.sf-footer__inner{max-width:var(--sf-content-max);margin-inline:auto;padding-inline:var(--sf-page-gutter);padding-block:1.25rem 1rem}.ff-storefront .sf-block__bleed{margin-inline:calc(var(--sf-page-gutter)*-1);padding-inline:var(--sf-page-gutter)}.ff-storefront .sf-header-spacer{width:100%;flex-shrink:0;pointer-events:none}.ff-storefront .sf-header--fixed{position:fixed;top:0;inset-inline:0;z-index:110;width:100%;max-width:none}.ff-storefront .sf-header--contained{position:absolute;top:0;inset-inline:0;z-index:110;width:100%;max-width:none}.ff-storefront .sf-header__mobile{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.75rem}@media(min-width:768px){.ff-storefront .sf-header__mobile{display:none}}.ff-storefront .sf-header__desktop{display:none}@media(min-width:768px){.ff-storefront .sf-header__desktop{display:flex}}.ff-storefront .sf-header--narrow .sf-header__mobile{display:flex}.ff-storefront .sf-header--narrow .sf-header__desktop{display:none}.ff-storefront .sf-header-burger{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin:0;padding:0;border:0;border-radius:var(--ff-radius);background:rgba(0,0,0,0);color:var(--ff-color-text);cursor:pointer}.ff-storefront .sf-header-burger:hover{background:color-mix(in srgb,var(--ff-color-text) 5%,transparent)}.ff-storefront .sf-header-burger:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--ff-color-primary) 18%,transparent)}.ff-storefront .sf-mobile-nav{position:fixed;inset:0;z-index:120;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;margin:0;width:100%;max-width:none;height:100%;max-height:none;padding:0;border:0;background:color-mix(in srgb,var(--ff-color-text) 48%,transparent)}.ff-storefront .sf-mobile-nav--contained{position:absolute;inset:0;z-index:60}.ff-storefront .sf-mobile-nav--contained .sf-mobile-nav__panel{max-height:100%;flex:1 1 auto}.ff-storefront .sf-mobile-nav__panel{display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;overflow-x:hidden;overflow-y:auto;padding-block:0 1.25rem;background:var(--ff-color-background);transform:translateY(-8px);opacity:0;transition:transform .25s ease-out,opacity .2s ease-out}@media(prefers-reduced-motion:reduce){.ff-storefront .sf-mobile-nav__panel{transition:none}}.ff-storefront .sf-mobile-nav__panel.is-open{transform:translateY(0);opacity:1}.ff-storefront .sf-mobile-nav__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-sizing:border-box;min-height:4.25rem;padding:.75rem var(--sf-page-gutter);border-bottom:1px solid color-mix(in srgb,var(--ff-color-muted) 18%,transparent)}.ff-storefront .sf-mobile-nav__title{margin:0;font-size:1rem;font-weight:600;color:var(--ff-color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ff-storefront .sf-mobile-nav__close{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin:0;padding:0;border:0;border-radius:var(--ff-radius);background:rgba(0,0,0,0);color:var(--ff-color-text);cursor:pointer}.ff-storefront .sf-mobile-nav__close:hover{background:color-mix(in srgb,var(--ff-color-text) 5%,transparent)}.ff-storefront .sf-mobile-nav__nav{flex:1 1 auto;overflow-y:auto;padding:.75rem var(--sf-page-gutter) .5rem}.ff-storefront .sf-mobile-nav__list{margin:0;padding:0;list-style:none}.ff-storefront .sf-mobile-nav__link{display:flex;align-items:center;padding:.85rem .25rem;border-radius:var(--ff-radius);color:var(--ff-color-text);font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .15s ease}.ff-storefront .sf-mobile-nav__link:hover{color:var(--ff-color-primary)}.ff-storefront .sf-mobile-nav__link:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--ff-color-primary) 18%,transparent)}.ff-storefront .sf-mobile-nav__ctas{display:flex;flex-direction:column;gap:.65rem;padding:.75rem var(--sf-page-gutter) 1rem}.ff-storefront .sf-mobile-nav__cta{width:100%}.ff-storefront .sf-mobile-nav__socials{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem var(--sf-page-gutter) 1.5rem}.ff-storefront .sf-mobile-nav__social{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.ff-storefront .sf-mobile-nav__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ff-storefront .sf-surface{background:var(--ff-color-surface);border:1px solid color-mix(in srgb,var(--ff-color-text) 10%,transparent);border-radius:var(--ff-radius);box-shadow:var(--ff-shadow)}.ff-storefront .sf-surface--flush{border:0;box-shadow:none}.ff-storefront .sf-product-card{display:flex;flex-direction:column;overflow:hidden;background:var(--ff-color-surface);border:0;border-radius:var(--ff-radius);box-shadow:none}.ff-storefront .sf-product-card__body{display:flex;flex-direction:column;gap:.5rem;padding:var(--sf-card-pad)}.ff-storefront .sf-product-card__title{margin:0;font-size:1.0625rem;line-height:1.3;color:var(--ff-color-text)}.ff-storefront .sf-product-card__title-link{text-decoration:none;color:inherit}.ff-storefront .sf-product-card__price{margin:0;color:var(--ff-color-muted);font-size:.9375rem}.ff-storefront .sf-product-card__price-now{font-weight:600;color:var(--ff-color-text)}.ff-storefront .sf-product-card__price-was{margin-inline-start:.4rem;color:var(--ff-color-muted);text-decoration:line-through;font-weight:400;font-size:.875em}.ff-storefront .sf-product-card__price-row{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:.15rem .35rem}.ff-storefront .sf-product-card__media-link{display:block;text-decoration:none;color:inherit}.ff-storefront .sf-product-card__media-wrap{position:relative}.ff-storefront .sf-product-card__fav,.ff-storefront .sf-product-card__heart-btn,.ff-storefront .sf-product-card__icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:0;background:color-mix(in srgb,var(--ff-color-surface) 88%,transparent);color:var(--ff-color-text);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);text-decoration:none}.ff-storefront .sf-product-card__fav.is-liked,.ff-storefront .sf-product-card__heart-btn.is-liked,.ff-storefront .sf-product-card__icon-btn.is-liked{color:var(--ff-color-accent)}.ff-storefront .sf-product-card__fav{position:absolute;top:.6rem;inset-inline-end:.6rem;z-index:3;width:2.25rem;height:2.25rem;border-radius:999px;box-shadow:0 4px 14px rgba(0,0,0,.08)}.ff-storefront .sf-product-card__action-pill,.ff-storefront .sf-product-card__price-pill{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.55rem 1rem;border-radius:999px;text-decoration:none;font-size:.9375rem;transition:filter .15s ease}.ff-storefront .sf-product-card__price-pill{width:100%;background:color-mix(in srgb,var(--ff-color-primary) 12%,var(--ff-color-surface));color:var(--ff-color-text)}.ff-storefront .sf-product-card__price-pill .sf-product-card__price-now{color:var(--ff-color-primary)}.ff-storefront .sf-product-card__price-pill:hover{filter:brightness(.98)}.ff-storefront .sf-product-card__action-row,.ff-storefront .sf-product-card__soft-row{display:flex;align-items:center;gap:.5rem}.ff-storefront .sf-product-card__cart-btn{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:color-mix(in srgb,var(--ff-color-primary) 14%,var(--ff-color-surface));color:var(--ff-color-primary);text-decoration:none;transition:filter .15s ease}.ff-storefront .sf-product-card__cart-btn:hover{filter:brightness(.97)}.ff-storefront .sf-product-card__action-pill{flex:1;min-width:0;background:color-mix(in srgb,var(--ff-color-primary) 82%,white);color:#fff}.ff-storefront .sf-product-card__action-pill .sf-product-card__price-now{color:#fff}.ff-storefront .sf-product-card__action-pill .sf-product-card__price-was{color:rgba(255,255,255,.72)}.ff-storefront .sf-product-card__action-pill:hover{filter:brightness(1.04)}.ff-storefront .sf-product-card__heart-btn{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:999px;border:1px solid color-mix(in srgb,var(--ff-color-primary) 35%,transparent);background:var(--ff-color-surface);color:var(--ff-color-primary)}.ff-storefront .sf-product-card--action,.ff-storefront .sf-product-card--soft{background:rgba(0,0,0,0)}.ff-storefront .sf-product-card--action .sf-product-card__body,.ff-storefront .sf-product-card--soft .sf-product-card__body{padding:.75rem .125rem .25rem}.ff-storefront .sf-product-card--overlay{position:relative;background:rgba(0,0,0,0);border-radius:var(--ff-radius)}.ff-storefront .sf-product-card--overlay .sf-product-card__hit{position:relative;display:block;overflow:hidden;border-radius:var(--ff-radius);text-decoration:none;color:#fff}.ff-storefront .sf-product-card--overlay .sf-product-card__media{display:block;width:100%}.ff-storefront .sf-product-card--overlay .sf-product-card__veil{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.62) 0,rgba(0,0,0,.12) 45%,rgba(0,0,0,.08));pointer-events:none}.ff-storefront .sf-product-card--overlay .sf-product-card__overlay-top{position:absolute;top:.65rem;inset-inline-end:.65rem;z-index:1}.ff-storefront .sf-product-card--overlay .sf-product-card__overlay-bottom{position:absolute;inset-inline:0;bottom:0;z-index:1;display:flex;align-items:flex-end;gap:.75rem;padding:1rem}.ff-storefront .sf-product-card--overlay .sf-product-card__title{color:#fff;font-size:1.05rem}.ff-storefront .sf-product-card--overlay .sf-product-card__price-now{color:#fff}.ff-storefront .sf-product-card--overlay .sf-product-card__price-was{color:rgba(255,255,255,.7)}.ff-storefront .sf-product-card--overlay .sf-product-card__overlay-actions{display:flex;gap:.4rem}.ff-storefront .sf-product-card--overlay .sf-product-card__icon-btn{min-height:2.25rem;padding:.4rem .65rem;border-radius:999px;color:#fff;background:rgba(0,0,0,.28)}.ff-storefront .sf-product-card--overlay .sf-product-card__icon-btn.is-liked{color:#fff;background:color-mix(in srgb,var(--ff-color-accent) 70%,black)}.ff-storefront .sf-product-card--overlay .sf-product-card__icon-label{font-size:.75rem;font-weight:500}.ff-storefront .sf-product-card--minimal{background:rgba(0,0,0,0)}.ff-storefront .sf-product-card--minimal .sf-product-card__body{padding:.75rem .125rem .25rem}.ff-storefront .sf-product-card--row{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:.75rem;padding:var(--sf-card-pad)}.ff-storefront .sf-card-gallery{position:relative;display:block;overflow:hidden;isolation:isolate;background:color-mix(in srgb,var(--ff-color-secondary) 35%,transparent)}.ff-storefront .sf-card-gallery__img{display:block;width:100%;height:100%;object-fit:cover}.ff-storefront .sf-card-gallery__zones{display:none}.ff-storefront .sf-card-gallery__dots{position:absolute;inset-inline:.5rem;bottom:.55rem;z-index:2;display:flex;justify-content:center;gap:.28rem;pointer-events:none;opacity:0;transition:opacity .15s ease}.ff-storefront .sf-card-gallery__dot{width:.35rem;height:.35rem;border-radius:999px;background:rgba(255,255,255,.55);box-shadow:0 1px 2px rgba(0,0,0,.25);transition:background .12s ease,transform .12s ease}.ff-storefront .sf-card-gallery__dot.is-on{background:#fff;transform:scale(1.2)}.ff-storefront .sf-card-gallery--multi{cursor:ew-resize}.ff-storefront .sf-card-gallery--multi.is-active .sf-card-gallery__dots,.ff-storefront .sf-card-gallery--multi:hover .sf-card-gallery__dots{opacity:1}@media(hover:none){.ff-storefront .sf-card-gallery--multi .sf-card-gallery__dots{opacity:.85}}.ff-storefront .sf-hero-split{display:grid;grid-template-columns:minmax(0,1fr);min-height:0}.ff-storefront .sf-hero-split__media{order:1;min-height:220px}.ff-storefront .sf-hero-split__copy{order:2;padding-inline:var(--sf-page-gutter);padding-block:1.5rem 2rem}@media(min-width:768px){.ff-storefront .sf-hero-split__copy{padding-block:3.5rem}.ff-storefront .sf-hero-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:420px;gap:0 2rem}.ff-storefront .sf-hero-split--text-first .sf-hero-split__copy{order:1;padding-inline:0;padding-inline-end:.5rem}.ff-storefront .sf-hero-split--text-first .sf-hero-split__media{order:2}.ff-storefront .sf-hero-split--media-first .sf-hero-split__media{order:1}.ff-storefront .sf-hero-split--media-first .sf-hero-split__copy{order:2;padding-inline:0;padding-inline-start:.5rem}}.ff-storefront .sf-hero-split--narrow{grid-template-columns:minmax(0,1fr);min-height:0;gap:0}.ff-storefront .sf-hero-split--narrow .sf-hero-split__media{order:1!important;min-height:220px}.ff-storefront .sf-hero-split--narrow .sf-hero-split__copy{order:2!important;padding-inline:var(--sf-page-gutter);padding-block:1.5rem 2rem}.ff-storefront .sf-map-split{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;align-items:stretch}.ff-storefront .sf-map-split__copy{order:1}.ff-storefront .sf-map-split__media{order:2}@media(min-width:768px){.ff-storefront .sf-map-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem}}.ff-storefront .sf-map-split--narrow{grid-template-columns:minmax(0,1fr)}.ff-storefront .sf-map-split--narrow .sf-map-split__copy{order:1!important}.ff-storefront .sf-map-split--narrow .sf-map-split__media{order:2!important}.ff-storefront .sf-map-cards{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}@media(min-width:768px){.ff-storefront .sf-map-cards{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.ff-storefront .sf-map-cards--narrow{grid-template-columns:minmax(0,1fr)!important}.ff-storefront .sf-about{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.ff-storefront .sf-about--simple{max-width:36rem}}.ff-storefront .sf-about--quote{align-items:stretch;gap:1rem}@media(min-width:768px){.ff-storefront .sf-about--quote{max-width:40rem;margin-inline:auto}}.ff-storefront .sf-about--split{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:768px){.ff-storefront .sf-about--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:2rem;max-width:none}}.ff-storefront .sf-about--narrow.sf-about--split{display:flex;flex-direction:column;grid-template-columns:none;gap:1.25rem}.ff-storefront .sf-about--narrow.sf-about--split .sf-about__copy{order:1}.ff-storefront .sf-about--narrow.sf-about--split .sf-about__media{order:2}.ff-storefront .sf-about__copy{display:flex;flex-direction:column;gap:.75rem;order:1}.ff-storefront .sf-about__media{order:2;overflow:hidden;border-radius:var(--ff-radius);background:color-mix(in srgb,var(--ff-color-muted) 12%,transparent);width:100%;aspect-ratio:4/3;min-height:14rem}@media(min-width:768px){.ff-storefront .sf-about__media{aspect-ratio:1;min-height:0}}.ff-storefront .sf-about--narrow .sf-about__media{aspect-ratio:4/3;min-height:14rem}.ff-storefront .sf-about__img{display:block;width:100%;height:100%;object-fit:cover}.ff-storefront .sf-about__placeholder{width:100%;height:100%;min-height:12rem;background:linear-gradient(145deg,color-mix(in srgb,var(--ff-color-primary) 18%,transparent),color-mix(in srgb,var(--ff-color-accent) 14%,transparent))}.ff-storefront .sf-features{display:flex;flex-direction:column;gap:1.5rem;width:100%}.ff-storefront .sf-features__list{list-style:none;margin:0;padding:0;display:grid;gap:1rem;width:100%}.ff-storefront .sf-features__item{display:flex;flex-direction:column;gap:.65rem;min-width:0}.ff-storefront .sf-features__body{min-width:0}.ff-storefront .sf-features__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ff-color-primary,var(--ff-color-text));line-height:1}.ff-storefront .sf-features__icon-svg{width:1.25rem;height:1.25rem}.ff-storefront .sf-features--cards .sf-features__list,.ff-storefront .sf-features--icons .sf-features__list,.ff-storefront .sf-features--stacked .sf-features__list{grid-template-columns:1fr}@media(min-width:768px){.ff-storefront .sf-features--cards .sf-features__list,.ff-storefront .sf-features--icons .sf-features__list,.ff-storefront .sf-features--stacked .sf-features__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@container storefront (min-width: 48rem){.ff-storefront .sf-features--cards .sf-features__list,.ff-storefront .sf-features--icons .sf-features__list,.ff-storefront .sf-features--stacked .sf-features__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}.ff-storefront .sf-features--cards.sf-features--narrow .sf-features__list,.ff-storefront .sf-features--icons.sf-features--narrow .sf-features__list,.ff-storefront .sf-features--stacked.sf-features--narrow .sf-features__list{grid-template-columns:1fr!important;gap:1rem!important}.ff-storefront .sf-features--cards .sf-features__item{flex-direction:column;align-items:flex-start;height:100%}.ff-storefront .sf-features--cards.sf-features--surface-filled .sf-features__item{padding:1.25rem 1.15rem;border-radius:var(--ff-radius);background:var(--sf-features-item-bg,var(--ff-color-surface,#fff));border:none;box-shadow:none}.ff-storefront .sf-features--cards.sf-features--surface-flat .sf-features__item{padding:0;background:rgba(0,0,0,0);border:none;box-shadow:none;border-radius:0}.ff-storefront .sf-features--cards .sf-features__icon{width:2.5rem;height:2.5rem;border-radius:999px;background:color-mix(in srgb,var(--ff-color-primary) 12%,transparent)}.ff-storefront .sf-features--cards.sf-features--surface-flat .sf-features__icon{background:rgba(0,0,0,0);width:1.75rem;height:1.75rem;border-radius:0}.ff-storefront .sf-features--icons .sf-features__list{gap:1.25rem;max-width:none}.ff-storefront .sf-features--icons .sf-features__item{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:.9rem;background:rgba(0,0,0,0);border:none;padding:0}.ff-storefront .sf-features--icons .sf-features__icon{width:1.75rem;height:1.75rem;margin-top:.15rem}.ff-storefront .sf-features--stacked .sf-features__list{max-width:none;gap:1.25rem}.ff-storefront .sf-features--stacked .sf-features__item{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1.15rem;background:rgba(0,0,0,0);border:none;border-radius:0;padding:0}.ff-storefront .sf-features--stacked .sf-features__icon{width:3rem;height:3rem;border-radius:var(--ff-radius);background:color-mix(in srgb,var(--ff-color-primary) 10%,transparent)}.ff-storefront .sf-features--stacked .sf-features__icon-svg{width:1.5rem;height:1.5rem}.ff-storefront .sf-features--align-start .sf-features__head{text-align:start}.ff-storefront .sf-features--align-start .sf-features__item{align-items:flex-start;justify-content:flex-start}.ff-storefront .sf-features--align-start.sf-features--icons .sf-features__item,.ff-storefront .sf-features--align-start.sf-features--stacked .sf-features__item{flex-direction:row;justify-content:flex-start}.ff-storefront .sf-features--align-start .sf-features__icon{order:0;margin-inline:0}.ff-storefront .sf-features--align-start .sf-features__body{order:1;flex:0 1 auto;text-align:start}.ff-storefront .sf-features--align-start.sf-features--icons .sf-features__list,.ff-storefront .sf-features--align-start.sf-features--stacked .sf-features__list{justify-items:start}.ff-storefront .sf-features--align-center .sf-features__head{text-align:center}.ff-storefront .sf-features--align-center .sf-features__list{justify-items:stretch}.ff-storefront .sf-features--align-center.sf-features--icons .sf-features__list,.ff-storefront .sf-features--align-center.sf-features--stacked .sf-features__list{max-width:none;justify-items:center}.ff-storefront .sf-features--align-center .sf-features__item{align-items:center;text-align:center}.ff-storefront .sf-features--align-center.sf-features--icons .sf-features__item,.ff-storefront .sf-features--align-center.sf-features--stacked .sf-features__item{flex-direction:column;justify-content:center}.ff-storefront .sf-features--align-center .sf-features__body{text-align:center}.ff-storefront .sf-features__title{margin:0;font-size:1.05rem;font-weight:600}.ff-storefront .sf-features__text{margin:0;font-size:.9375rem;color:var(--ff-color-muted);line-height:1.45}.ff-storefront .sf-catalog-overlap-stack{position:relative;width:100%;max-width:28rem;margin-inline:auto;aspect-ratio:4/5;overflow:visible}.ff-storefront .sf-catalog-overlap-stack__back{position:absolute;inset-inline-start:0;top:0;z-index:1;width:68%}.ff-storefront .sf-catalog-overlap-stack__front{position:absolute;inset-inline-end:0;bottom:0;z-index:2;width:62%}.ff-storefront .sf-contacts{display:flex;flex-direction:column;gap:1.25rem}.ff-storefront .sf-contacts__title{margin:0}.ff-storefront .sf-contacts__list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.ff-storefront .sf-contacts--cards .sf-contacts__list{grid-template-columns:1fr}@media(min-width:640px){.ff-storefront .sf-contacts--cards .sf-contacts__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.ff-storefront .sf-contacts--cards .sf-contacts__item{background:var(--ff-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ff-color-muted) 16%,transparent);border-radius:var(--ff-radius);padding:1rem 1.1rem}.ff-storefront .sf-contacts--list .sf-contacts__list{grid-template-columns:1fr;max-width:28rem}.ff-storefront .sf-contacts__item{margin:0}.ff-storefront .sf-contacts__link{display:flex;align-items:flex-start;gap:.85rem;text-decoration:none;color:inherit}.ff-storefront .sf-contacts__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:999px;color:var(--ff-color-primary,var(--ff-color-text));background:color-mix(in srgb,var(--ff-color-primary) 12%,transparent)}.ff-storefront .sf-contacts__icon-svg{width:1.15rem;height:1.15rem}.ff-storefront .sf-contacts__body{display:flex;min-width:0;flex-direction:column;gap:.15rem}.ff-storefront .sf-contacts__label{font-size:.75rem;color:var(--ff-color-muted);letter-spacing:.04em;text-transform:uppercase}.ff-storefront .sf-contacts__value{font-size:1.05rem;font-weight:500;word-break:break-word}.ff-storefront .sf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--ff-radius);background:var(--ff-color-primary);color:#fff;font-weight:600;border:none;text-decoration:none;font-family:var(--ff-font-body);cursor:pointer}.ff-storefront .sf-btn:hover{filter:brightness(1.05)}.ff-storefront .sf-btn--ghost{background:rgba(0,0,0,0);color:var(--ff-color-primary);border:1px solid color-mix(in srgb,var(--ff-color-primary) 40%,transparent)}.ff-storefront .sf-btn--ghost.is-liked{color:var(--ff-color-accent);border-color:color-mix(in srgb,var(--ff-color-accent) 45%,transparent)}.ff-storefront .ff-inline-text{min-width:1ch;white-space:pre-wrap}.ff-storefront .ff-inline-text:empty:before{content:attr(data-placeholder);opacity:.45;pointer-events:none}.ff-storefront .sf-catalog-slider-wrap{position:relative}.ff-storefront .sf-catalog-slider{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.ff-storefront .sf-catalog-slider::-webkit-scrollbar{display:none}.ff-storefront .sf-catalog-slider__item{flex:0 0 min(17.5rem,78vw);scroll-snap-align:start}.ff-storefront .sf-catalog-slider__nav{display:none;position:absolute;top:40%;z-index:2;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:0;border-radius:999px;background:color-mix(in srgb,var(--ff-color-surface) 92%,transparent);color:var(--ff-color-text);box-shadow:0 2px 10px rgba(0,0,0,.1);cursor:pointer;transform:translateY(-50%)}@media(min-width:768px){.ff-storefront .sf-catalog-slider__nav{display:inline-flex}}.ff-storefront .sf-catalog-slider__nav:disabled{opacity:.35;cursor:default}.ff-storefront .sf-catalog-slider__nav--prev{inset-inline-start:.35rem}.ff-storefront .sf-catalog-slider__nav--next{inset-inline-end:.35rem}.ff-storefront .sf-field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem}.ff-storefront .sf-field__label{color:var(--ff-color-muted);font-weight:500;font-size:.8125rem}.ff-storefront .sf-field__hint{color:var(--ff-color-muted);font-size:.75rem}.ff-storefront .sf-field__error{color:#dc2626;font-size:.8125rem}.ff-storefront .sf-datepicker__trigger,.ff-storefront .sf-input{width:100%;min-height:2.75rem;padding:.6rem .95rem;border:1px solid color-mix(in srgb,var(--ff-color-text) 12%,transparent);border-radius:var(--ff-radius);background:var(--ff-color-surface);color:var(--ff-color-text);font-family:var(--ff-font-body);font-size:.9375rem}.ff-storefront .sf-datepicker__trigger::placeholder,.ff-storefront .sf-input::placeholder{color:var(--ff-color-muted)}.ff-storefront .sf-datepicker__trigger:focus,.ff-storefront .sf-datepicker__trigger:focus-visible,.ff-storefront .sf-input:focus,.ff-storefront .sf-input:focus-visible{outline:none;border-color:var(--ff-color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--ff-color-primary) 18%,transparent)}.ff-storefront .sf-datepicker{position:relative}.ff-storefront .sf-datepicker__trigger{display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:start}.ff-storefront .sf-datepicker__panel{position:absolute;inset-inline-start:0;top:calc(100% + 6px);z-index:40;width:min(19.5rem,100vw - 2rem);padding:1rem;background:var(--ff-color-surface);border:1px solid color-mix(in srgb,var(--ff-color-text) 12%,transparent);border-radius:var(--ff-radius);box-shadow:0 8px 28px rgba(0,0,0,.1)}.ff-storefront .sf-datepicker__nav{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.85rem;font-size:.95rem;font-weight:500}.ff-storefront .sf-datepicker__nav-btn{width:2rem;height:2rem;border:1px solid color-mix(in srgb,var(--ff-color-text) 12%,transparent);border-radius:999px;background:rgba(0,0,0,0);cursor:pointer;color:var(--ff-color-text)}.ff-storefront .sf-datepicker__nav-btn:hover{background:color-mix(in srgb,var(--ff-color-text) 5%,transparent)}.ff-storefront .sf-datepicker__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.15rem}.ff-storefront .sf-datepicker__dow{text-align:center;font-size:.65rem;letter-spacing:.04em;color:var(--ff-color-muted);padding-block:.3rem}.ff-storefront .sf-datepicker__day{aspect-ratio:1;border:0;border-radius:999px;background:rgba(0,0,0,0);color:var(--ff-color-text);font:inherit;font-size:.85rem;cursor:pointer}.ff-storefront .sf-datepicker__day:hover{background:color-mix(in srgb,var(--ff-color-text) 5%,transparent)}.ff-storefront .sf-datepicker__day[data-muted=true]{color:var(--ff-color-muted);opacity:.55}.ff-storefront .sf-datepicker__day[data-selected=true]{background:var(--ff-color-primary);color:#fff}.ff-storefront .sf-datepicker__day[data-today=true]:not([data-selected=true]){box-shadow:inset 0 0 0 1px var(--ff-color-primary)}.ff-storefront .sf-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.ff-storefront .sf-choice__option{display:flex;flex-direction:column;gap:.15rem;padding:.7rem .75rem;border:1px solid color-mix(in srgb,var(--ff-color-text) 12%,transparent);border-radius:var(--ff-radius);background:var(--ff-color-surface);color:var(--ff-color-text);font:inherit;text-align:start;cursor:pointer}.ff-storefront .sf-choice__option.is-selected{border-color:var(--ff-color-primary);background:color-mix(in srgb,var(--ff-color-primary) 12%,transparent)}.ff-storefront .sf-choice__option strong{font-size:.875rem;font-weight:600}.ff-storefront .sf-choice__option span{font-size:.75rem;color:var(--ff-color-muted)}.ff-storefront .sf-cookie-banner{position:fixed;z-index:60;inset-inline-start:1rem;inset-block-end:1rem;display:flex;max-width:min(22rem,100vw - 2rem);align-items:center;gap:.75rem;padding:.65rem .65rem .65rem 1rem;border-radius:999px;background:var(--ff-color-text);color:var(--ff-color-background);font-family:var(--ff-font-body);font-size:.8125rem;line-height:1.35;box-shadow:0 8px 28px rgba(0,0,0,.18)}@media(min-width:768px){.ff-storefront .sf-cookie-banner{inset-inline-start:1.5rem;inset-block-end:1.5rem;max-width:26rem;font-size:.875rem}}.ff-storefront .sf-cookie-banner__text{margin:0;flex:1 1 auto;min-width:0}.ff-storefront .sf-cookie-banner__link{color:inherit;text-decoration:underline;text-underline-offset:2px}.ff-storefront .sf-cookie-banner__link:hover{opacity:.85}.ff-storefront .sf-cookie-banner__btn{flex-shrink:0;padding:.45rem .95rem;border:0;border-radius:999px;background:var(--ff-color-primary);color:#fff;font:inherit;font-weight:600;font-size:.8125rem;cursor:pointer;white-space:nowrap}.ff-storefront .sf-cookie-banner__btn:hover{filter:brightness(1.06)}.ff-storefront .sf-cookie-banner__btn:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--ff-color-primary) 40%,transparent)}.ff-storefront .sf-footer{display:flex;flex-direction:column;gap:1.25rem}.ff-storefront .sf-footer__shop{margin:0;font-weight:600}.ff-storefront .sf-footer__phones{margin-top:.5rem;font-size:.875rem;color:var(--ff-color-muted);line-height:1.5}.ff-storefront .sf-footer__phones p{margin:0}.ff-storefront .sf-footer__phone-inline{color:var(--ff-color-muted);font-size:.875rem}.ff-storefront .sf-footer__links{display:flex;flex-direction:column;gap:.65rem;font-size:.875rem}@media(min-width:768px){.ff-storefront .sf-footer__links{flex-direction:row;flex-wrap:wrap;gap:.75rem 1.25rem}}.ff-storefront .sf-footer__link{text-decoration:none;color:inherit}.ff-storefront .sf-footer__link:hover{color:var(--ff-color-primary)}.ff-storefront .sf-footer__copyright{margin:0;font-size:.75rem;color:var(--ff-color-muted)}.ff-storefront .sf-footer__legal{display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem}@media(min-width:768px){.ff-storefront .sf-footer__legal{flex-direction:row;flex-wrap:wrap;gap:.5rem 1.25rem}}.ff-storefront .sf-footer__legal-link{color:var(--ff-color-muted);text-decoration:none}.ff-storefront .sf-footer__legal-link:hover{color:var(--ff-color-primary)}.ff-storefront .sf-footer__simple{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:768px){.ff-storefront .sf-footer__simple{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem}}.ff-storefront .sf-footer__columns{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.ff-storefront .sf-footer__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}}.ff-storefront .sf-footer__col{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.ff-storefront .sf-footer__bar{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){.ff-storefront .sf-footer__bar{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem;text-align:start}}.ff-storefront .sf-footer__bar-meta{display:flex;flex-direction:column;align-items:center;gap:.35rem}@media(min-width:768px){.ff-storefront .sf-footer__bar-meta{flex-direction:row;align-items:center;gap:1rem}}.ff-storefront .sf-footer__socials{justify-content:center}@media(min-width:768px){.ff-storefront .sf-footer__socials{justify-content:flex-start}}.ff-storefront .sf-footer__platform{display:block;width:100%;margin:0;padding:0;border:0}.ff-storefront .sf-footer__made-on{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:2.5rem;padding:.65rem var(--sf-page-gutter);border:0;border-radius:0;background:#1a1a1a;color:#fff;text-decoration:none;box-shadow:none;transition:background .15s ease,color .15s ease}.ff-storefront .sf-footer__made-on:hover{background:var(--ff-color-primary,#1f6b4a);color:#fff}.ff-storefront .sf-footer__made-on:hover .sf-footer__made-on-prefix{opacity:1;color:#fff}.ff-storefront .sf-footer__made-on:hover .sf-footer__made-on-name{color:#fff}.ff-storefront .sf-footer__made-on:hover .sf-footer__made-on-mark{opacity:1}.ff-storefront .sf-footer__made-on-prefix{font-size:.6875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;opacity:.75;white-space:nowrap}.ff-storefront .sf-footer__made-on-mark{display:block;width:1.15rem;height:1.15rem;border-radius:4px;object-fit:cover;flex-shrink:0;background:#fff}.ff-storefront .sf-footer__made-on-name{font-size:.875rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.ff-storefront .sf-footer__platform-brand{font-weight:500;color:inherit;text-decoration:none}.ff-storefront .sf-footer__platform-brand:hover{color:var(--ff-color-primary)}.ff-storefront .sf-footer--centered{align-items:center;text-align:center}.ff-storefront .sf-footer--centered .sf-footer__legal,.ff-storefront .sf-footer--centered .sf-footer__links,.ff-storefront .sf-footer--centered .sf-footer__platform,.ff-storefront .sf-footer--centered .sf-footer__socials{align-items:center;justify-content:center}.ff-storefront .sf-footer--centered .sf-footer__shop{font-size:1.125rem}@media(max-width:767.98px){.ff-storefront .sf-footer--bar .sf-footer__legal,.ff-storefront .sf-footer--bar .sf-footer__links{align-items:center;justify-content:center;text-align:center}.ff-storefront .sf-footer--bar .sf-footer__socials{justify-content:center}.ff-storefront .sf-footer--bar .sf-footer__copyright{text-align:center}}.ff-storefront .sf-footer--narrow .sf-footer__bar,.ff-storefront .sf-footer--narrow .sf-footer__bar-meta,.ff-storefront .sf-footer--narrow .sf-footer__platform,.ff-storefront .sf-footer--narrow .sf-footer__simple{flex-direction:column;align-items:center;text-align:center}.ff-storefront .sf-footer--narrow .sf-footer__bar{align-items:center}.ff-storefront .sf-footer--narrow .sf-footer__columns{display:flex;flex-direction:column;grid-template-columns:none;align-items:center;text-align:center}.ff-storefront .sf-footer--narrow .sf-footer__legal,.ff-storefront .sf-footer--narrow .sf-footer__links,.ff-storefront .sf-footer--narrow .sf-footer__socials{flex-direction:column;align-items:center;justify-content:center}.ff-storefront .sf-footer--narrow .sf-footer__legal,.ff-storefront .sf-footer--narrow .sf-footer__links{flex-direction:column}.ff-storefront .sf-footer--narrow .sf-footer__socials{flex-direction:row}.ff-storefront .sf-legal{max-width:42rem;margin-inline:auto;padding:2rem var(--sf-page-gutter) 4rem}.ff-storefront .sf-legal__title{margin:0 0 1.5rem;font-family:var(--ff-font-heading);font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2}.ff-storefront .sf-legal__body{font-size:.9375rem;line-height:1.65;color:var(--ff-color-text)}.ff-storefront .sf-legal__body h2{margin:1.75rem 0 .75rem;font-family:var(--ff-font-heading);font-size:1.25rem;line-height:1.3}.ff-storefront .sf-legal__body p{margin:0 0 1rem;color:color-mix(in srgb,var(--ff-color-text) 88%,var(--ff-color-muted))}.ff-storefront .sf-legal__back{display:inline-block;margin-bottom:1.25rem;font-size:.875rem;color:var(--ff-color-muted);text-decoration:none}.ff-storefront .sf-legal__back:hover{color:var(--ff-color-primary)}.ff-storefront{min-height:100%;container-type:inline-size;container-name:storefront}html:has(.ff-storefront){scrollbar-gutter:stable}