*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--jojo-bg);color:var(--jojo-text);font-family:var(--jojo-body-font);font-style:normal;-webkit-font-smoothing:antialiased;line-height:1.5}
body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img,svg,video{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.page-width{width:min(calc(100% - 40px),var(--jojo-page));margin-inline:auto}.section-spacing{padding-block:clamp(54px,7vw,92px)}.skip-link{position:fixed;left:12px;top:-100px;z-index:9999;background:#fff;padding:12px 18px;border-radius:999px}.skip-link:focus{top:12px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 26px;border-radius:999px;border:1px solid transparent;font-weight:600;letter-spacing:.01em;transition:transform .2s,background .2s,color .2s,border-color .2s}.button svg{width:19px}.button--primary{background:var(--jojo-accent);color:#fff;box-shadow:0 12px 30px color-mix(in srgb,var(--jojo-accent) 24%,transparent)}.button--primary:hover{transform:translateY(-2px);background:var(--jojo-accent-dark)}.button--outline{border-color:color-mix(in srgb,var(--jojo-accent) 75%,transparent);color:var(--jojo-accent-dark);background:transparent}.button--outline:hover{background:color-mix(in srgb,var(--jojo-accent) 10%,white)}
.announcement{min-height:34px;background:linear-gradient(90deg,var(--jojo-accent-dark),var(--jojo-accent));color:#fff;display:flex;align-items:center;justify-content:center;padding:6px 18px;text-align:center;font-size:12px;font-weight:600;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:70;background:color-mix(in srgb,var(--jojo-bg) 92%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--jojo-line) 80%,transparent)}.header-inner{height:88px;display:grid;grid-template-columns:180px 1fr 180px;align-items:center;gap:26px}.header-logo{display:inline-flex;align-items:center;width:max-content}.header-logo img{width:auto;max-width:150px;max-height:58px}.header-logo__text{font-family:var(--jojo-heading-font);font-size:30px;color:var(--jojo-accent-dark)}.header-nav{display:flex;align-items:center;justify-content:center;gap:31px;font-size:14px;font-weight:500}.header-nav a{position:relative;padding:12px 0}.header-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:7px;height:1px;background:var(--jojo-accent);transition:right .22s}.header-nav a:hover::after,.header-nav a[aria-current="page"]::after{right:0}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:2px}.header-icon{position:relative;width:42px;height:42px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center}.header-icon:hover{background:color-mix(in srgb,var(--jojo-accent) 11%,transparent)}.header-icon svg{width:21px;height:21px;stroke-width:1.6}.cart-bubble{position:absolute;top:1px;right:0;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:var(--jojo-accent);color:white;font-size:10px;display:grid;place-items:center}.mobile-menu-button{display:none}.mobile-drawer{position:fixed;inset:0;z-index:90;visibility:hidden;pointer-events:none}.mobile-drawer.is-open{visibility:visible;pointer-events:auto}.mobile-drawer__overlay{position:absolute;inset:0;background:rgba(39,31,27,.34);opacity:0;transition:opacity .25s}.mobile-drawer.is-open .mobile-drawer__overlay{opacity:1}.mobile-drawer__panel{position:absolute;inset:0 auto 0 0;width:min(88vw,390px);background:var(--jojo-bg);padding:24px;transform:translateX(-100%);transition:transform .3s ease;box-shadow:20px 0 70px rgba(39,31,27,.16)}.mobile-drawer.is-open .mobile-drawer__panel{transform:translateX(0)}.mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.mobile-drawer__links{display:grid}.mobile-drawer__links a{padding:15px 2px;border-bottom:1px solid var(--jojo-line);font-size:17px}.mobile-drawer__close{border:0;background:transparent;width:42px;height:42px;display:grid;place-items:center}.mobile-drawer__close svg{width:23px}
.hero-shell{position:relative;overflow:hidden;background:#e7d6c7}.hero-media{position:absolute;inset:0}.hero-media img,.hero-media video{width:100%;height:100%;object-fit:cover}.hero-media--mobile{display:none}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,248,244,.98) 0%,rgba(251,248,244,.92) 25%,rgba(251,248,244,.42) 53%,rgba(251,248,244,.03) 75%)}.hero-inner{position:relative;z-index:2;min-height:var(--hero-height);display:flex;align-items:center}.hero-copy{width:min(570px,52%);padding-block:64px}.hero-kicker{font-size:14px;text-transform:uppercase;letter-spacing:.18em;color:var(--jojo-accent-dark);font-weight:600;margin-bottom:16px}.hero-title{font-family:var(--jojo-heading-font);font-weight:500;font-size:clamp(46px,5.5vw,72px);line-height:1.03;letter-spacing:-.035em;color:#6a4c3e;margin:0 0 21px}.hero-text{max-width:510px;font-size:17px;line-height:1.65;color:var(--jojo-muted);margin:0 0 29px}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px}.hero-trust{position:absolute;left:0;right:0;bottom:0;background:rgba(255,253,251,.94);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.6)}.hero-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:80px}.hero-trust__item{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-right:1px solid var(--jojo-line)}.hero-trust__item:last-child{border-right:0}.hero-trust__icon{color:var(--jojo-accent);width:29px}.hero-trust__icon svg{width:27px;stroke-width:1.5}.hero-trust__item strong{display:block;font-size:13px}.hero-trust__item span{display:block;font-size:11px;color:var(--jojo-muted);margin-top:2px}
.categories-section{padding:34px 0 18px}.category-row{display:grid;grid-template-columns:repeat(var(--category-count),1fr);gap:25px}.category-item{text-align:center;transition:transform .2s}.category-item:hover{transform:translateY(-4px)}.category-visual{width:82px;height:82px;border-radius:50%;overflow:hidden;display:grid;place-items:center;margin:0 auto 11px;background:linear-gradient(145deg,#fff,#f4ede7);border:1px solid color-mix(in srgb,var(--jojo-line) 55%,transparent);color:#75584b}.category-visual img{width:100%;height:100%;object-fit:cover}.category-visual svg{width:41px;height:41px;stroke-width:1.35}.category-label{font-size:14px;line-height:1.25;font-weight:500}
.section-heading{text-align:center;margin-bottom:35px}.section-heading__kicker{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--jojo-accent-dark);font-weight:600;margin-bottom:8px}.section-heading h2{font-family:var(--jojo-heading-font);font-size:clamp(34px,4vw,48px);font-weight:500;line-height:1.1;letter-spacing:-.025em;color:#6a4c3e;margin:0}.section-heading p{max-width:600px;margin:13px auto 0;color:var(--jojo-muted);line-height:1.65}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{min-width:0}.product-card__media{position:relative;display:block;aspect-ratio:1/1.03;border-radius:16px;overflow:hidden;background:#f2e9e2}.product-card__media img,.product-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:opacity .35s,transform .45s}.product-card__secondary{position:absolute;inset:0;opacity:0}.product-card:hover .product-card__media>img:first-child{transform:scale(1.035)}.product-card:hover .product-card__secondary{opacity:1}.product-card__badge{position:absolute;left:12px;top:12px;padding:6px 10px;border-radius:999px;background:#fff;color:var(--jojo-text);font-size:11px;font-weight:600}.product-card__view{position:absolute;left:12px;right:12px;bottom:12px;min-height:42px;border-radius:999px;background:rgba(255,255,255,.94);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;transform:translateY(18px);opacity:0;transition:.25s;box-shadow:0 8px 24px rgba(70,52,43,.12)}.product-card:hover .product-card__view{transform:translateY(0);opacity:1}.product-card__body{padding-top:13px}.product-card h3{font-size:15px;font-weight:500;margin:0 0 5px;line-height:1.35}.product-card__price{display:flex;gap:8px;align-items:center;color:var(--jojo-accent-dark);font-weight:600;font-size:15px}.product-card__price s{color:var(--jojo-muted);font-weight:400;font-size:13px}.section-footer{text-align:center;margin-top:34px}.empty-state{grid-column:1/-1;border:1px dashed var(--jojo-line);border-radius:18px;padding:50px 24px;text-align:center;background:var(--jojo-surface);color:var(--jojo-muted)}
.video-story{position:relative;overflow:hidden;border-radius:20px;background:#d9c4b4;min-height:clamp(460px,65vw,700px)}.video-story video,.video-story img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.video-story__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(50,36,30,.56),rgba(50,36,30,.05) 72%)}.video-story__content{position:relative;z-index:2;min-height:inherit;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(32px,6vw,72px);max-width:660px;color:#fff}.video-story__content h2{font-family:var(--jojo-heading-font);font-size:clamp(38px,5vw,61px);font-weight:500;line-height:1.05;margin:0 0 15px}.video-story__content p{font-size:17px;line-height:1.6;margin:0 0 25px;max-width:560px}.video-play{position:absolute;right:28px;bottom:28px;z-index:3;width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.15);backdrop-filter:blur(10px);color:#fff;display:grid;place-items:center}.video-play::before{content:"";width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid currentColor;margin-left:3px}.video-play.is-playing::before{width:12px;height:14px;border:0;border-left:4px solid currentColor;border-right:4px solid currentColor;margin:0}
.why-card{display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#fffaf7,#f7eee8);box-shadow:0 18px 60px rgba(73,53,43,.08)}.why-media{min-height:520px}.why-media img{width:100%;height:100%;object-fit:cover}.why-content{padding:clamp(38px,6vw,72px);display:flex;flex-direction:column;justify-content:center}.why-kicker{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--jojo-accent-dark);font-weight:600}.why-content h2{font-family:var(--jojo-heading-font);font-size:clamp(36px,4vw,50px);font-weight:500;line-height:1.08;color:#6a4c3e;margin:10px 0 28px}.why-content h2 em{font-style:normal;color:var(--jojo-accent)}.benefits{display:grid;gap:22px}.benefit{display:grid;grid-template-columns:38px 1fr;gap:15px}.benefit__icon{color:#765649}.benefit__icon svg{width:30px;stroke-width:1.5}.benefit h3{margin:0 0 3px;font-size:15px}.benefit p{margin:0;color:var(--jojo-muted);font-size:13px;line-height:1.55}
.site-footer{margin-top:clamp(60px,8vw,100px);background:#44352f;color:#fff;padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1.15fr;gap:44px}.footer-logo img{max-width:150px;max-height:62px;width:auto;filter:brightness(0) invert(1);opacity:.94}.footer-brand h2{font-family:var(--jojo-heading-font);font-size:28px;font-weight:500;margin:0 0 12px}.footer-brand p,.footer-col a,.footer-col p{color:rgba(255,255,255,.7);font-size:14px}.footer-col h3{font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 17px}.footer-col nav{display:grid;gap:10px}.footer-newsletter{display:flex;margin-top:14px}.footer-newsletter input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.24);border-right:0;border-radius:999px 0 0 999px;background:rgba(255,255,255,.06);color:#fff;padding:0 16px;outline:0}.footer-newsletter button{border:0;border-radius:0 999px 999px 0;background:var(--jojo-accent);color:#fff;padding:0 18px;min-height:45px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:48px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:rgba(255,255,255,.55)}.payment-icons{display:flex;gap:7px;flex-wrap:wrap}.payment-icons svg{height:22px;width:auto}
.page-header{padding:64px 0 34px;text-align:center}.page-header h1{font-family:var(--jojo-heading-font);font-size:clamp(38px,5vw,58px);font-weight:500;color:#6a4c3e;margin:0}.page-header p{max-width:680px;margin:14px auto 0;color:var(--jojo-muted)}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:42px}.pagination a,.pagination span{min-width:40px;height:40px;padding:0 12px;border:1px solid var(--jojo-line);border-radius:999px;display:grid;place-items:center}.pagination .current{background:var(--jojo-accent);color:#fff;border-color:var(--jojo-accent)}
.product-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:clamp(38px,6vw,80px);align-items:start;padding-block:54px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery__item{border-radius:16px;overflow:hidden;background:#f2e9e2}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery__item img,.product-gallery__item video,.product-gallery__item model-viewer{width:100%;height:auto}.product-info{position:sticky;top:130px}.product-vendor{text-transform:uppercase;letter-spacing:.14em;color:var(--jojo-accent-dark);font-size:12px;font-weight:600}.product-title{font-family:var(--jojo-heading-font);font-size:clamp(38px,4.4vw,56px);font-weight:500;line-height:1.05;color:#6a4c3e;margin:10px 0 14px}.product-price{font-size:20px;font-weight:600;color:var(--jojo-accent-dark);margin-bottom:22px}.product-description{color:var(--jojo-muted);line-height:1.7;margin-bottom:27px}.product-form__field{display:grid;gap:8px;margin-bottom:17px}.product-form__field label{font-weight:600;font-size:14px}.product-form__field input,.product-form__field textarea,.product-form__field select{width:100%;border:1px solid var(--jojo-line);border-radius:12px;background:#fff;padding:13px 14px;outline:0}.product-form__field input:focus,.product-form__field textarea:focus,.product-form__field select:focus{border-color:var(--jojo-accent)}.product-form__row{display:grid;grid-template-columns:110px 1fr;gap:12px}.product-submit{width:100%;min-height:55px;border:0;border-radius:999px;background:var(--jojo-accent);color:#fff;font-weight:700;font-size:15px}.product-submit[disabled]{opacity:.5;cursor:not-allowed}.product-reassurance{display:grid;gap:11px;margin-top:20px;padding-top:20px;border-top:1px solid var(--jojo-line);font-size:13px;color:var(--jojo-muted)}.product-reassurance span::before{content:"✓";color:var(--jojo-accent-dark);font-weight:800;margin-right:8px}
.cart-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:50px;padding-bottom:70px}.cart-items{display:grid;gap:15px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:18px;padding:16px 0;border-bottom:1px solid var(--jojo-line)}.cart-item img{width:110px;height:110px;object-fit:cover;border-radius:12px}.cart-item h3{margin:3px 0 8px;font-size:16px}.cart-properties{font-size:12px;color:var(--jojo-muted)}.cart-qty{width:74px;border:1px solid var(--jojo-line);border-radius:10px;padding:9px}.cart-summary{background:var(--jojo-surface);border:1px solid var(--jojo-line);border-radius:16px;padding:24px;position:sticky;top:126px;height:max-content}.cart-summary__line{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.cart-checkout{width:100%;min-height:52px;border:0;border-radius:999px;background:var(--jojo-accent);color:#fff;font-weight:700}.cart-note{width:100%;border:1px solid var(--jojo-line);border-radius:12px;padding:12px;margin:14px 0 18px}.rte{max-width:820px;margin-inline:auto;color:var(--jojo-muted);line-height:1.75}.search-form{max-width:680px;margin:0 auto 38px;display:flex}.search-form input{flex:1;min-width:0;border:1px solid var(--jojo-line);border-radius:999px 0 0 999px;padding:14px 20px}.search-form button{border:0;border-radius:0 999px 999px 0;background:var(--jojo-accent);color:#fff;padding:0 25px}
@media(max-width:1050px){.header-inner{grid-template-columns:120px 1fr 120px}.header-nav{gap:18px}.hero-trust__grid{grid-template-columns:repeat(2,1fr)}.hero-trust__item:nth-child(2){border-right:0}.hero-trust__item:nth-child(-n+2){border-bottom:1px solid var(--jojo-line)}.products-grid,.collection-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>*:last-child{grid-column:1/-1}.product-main{grid-template-columns:1fr 420px}}
@media(max-width:820px){.page-width{width:min(calc(100% - 28px),var(--jojo-page))}.header-inner{height:72px;grid-template-columns:44px 1fr 88px}.header-nav,.header-actions .account-link{display:none}.mobile-menu-button{display:grid}.header-logo{justify-self:center}.header-logo img{max-height:48px;max-width:128px}.hero-media--desktop{display:none}.hero-media--mobile{display:block}.hero-overlay{background:linear-gradient(180deg,rgba(251,248,244,.08) 0%,rgba(251,248,244,.15) 44%,rgba(251,248,244,.97) 73%,rgba(251,248,244,1) 100%)}.hero-inner{min-height:var(--hero-mobile-height);align-items:flex-end;padding-bottom:145px}.hero-copy{width:100%;padding:32px 0;text-align:center}.hero-kicker{margin-bottom:10px}.hero-title{font-size:clamp(40px,12vw,56px)}.hero-text{margin-inline:auto;font-size:15px}.hero-buttons{justify-content:center}.hero-trust__item{justify-content:flex-start}.category-row{display:flex;gap:15px;overflow-x:auto;padding:3px 3px 12px;scroll-snap-type:x mandatory}.category-item{min-width:102px;scroll-snap-align:start}.category-visual{width:72px;height:72px}.products-grid,.collection-grid{grid-template-columns:repeat(2,1fr);gap:14px}.product-card__view{display:none}.why-card{grid-template-columns:1fr}.why-media{min-height:430px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>*:last-child{grid-column:1/-1}.product-main{grid-template-columns:1fr;padding-top:24px}.product-info{position:static}.product-gallery{gap:8px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.video-story__shade{background:linear-gradient(0deg,rgba(50,36,30,.65),rgba(50,36,30,.03) 70%)}}
@media(max-width:560px){.page-width{width:min(calc(100% - 20px),var(--jojo-page))}.announcement{font-size:11px}.header-icon{width:39px;height:39px}.hero-shell{min-height:0}.hero-inner{padding-bottom:166px}.hero-copy{padding-inline:8px}.hero-title{font-size:42px}.hero-buttons{display:grid}.hero-buttons .button{width:100%}.hero-trust__grid{min-height:136px}.hero-trust__item{padding:12px 8px;gap:8px}.hero-trust__icon{width:24px}.hero-trust__icon svg{width:23px}.hero-trust__item strong{font-size:11px}.hero-trust__item span{font-size:9px}.categories-section{padding-top:22px}.section-spacing{padding-block:50px}.products-grid,.collection-grid{gap:10px}.product-card__media{border-radius:12px}.product-card h3{font-size:13px}.product-card__price{font-size:13px}.why-media{min-height:340px}.why-content{padding:34px 25px}.video-story{border-radius:14px;min-height:560px}.video-story__content{padding:28px 24px}.footer-grid{grid-template-columns:1fr}.footer-grid>*:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.product-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.product-gallery__item{min-width:92%;scroll-snap-align:start}.product-gallery__item:first-child{grid-column:auto}.product-title{font-size:40px}.product-form__row{grid-template-columns:90px 1fr}.cart-item{grid-template-columns:86px 1fr}.cart-item img{width:86px;height:86px}.cart-item__price{grid-column:2}}

/* Scroll-controlled video story */
.jojo-scroll-story{position:relative;height:var(--story-height,400vh);background:#171513;color:#fff}.jojo-scroll-story__sticky{position:sticky;top:0;height:100svh;min-height:560px;overflow:hidden;background:#171513}.jojo-scroll-story__media,.jojo-scroll-story__shade{position:absolute;inset:0}.jojo-scroll-story__video,.jojo-scroll-story__poster,.jojo-scroll-story__placeholder{width:100%;height:100%;display:block;object-fit:cover}.jojo-scroll-story__video{background:#171513}.jojo-scroll-story__shade{z-index:1;background:linear-gradient(180deg,rgba(20,16,14,calc(var(--story-shade) * .55)),rgba(20,16,14,var(--story-shade)) 58%,rgba(20,16,14,calc(var(--story-shade) * 1.45)));pointer-events:none}.jojo-scroll-story__caption{position:absolute;z-index:3;inset:auto 7vw 11vh;max-width:min(700px,86vw);opacity:0;transform:translateY(22px);will-change:opacity,transform;pointer-events:none;text-shadow:0 2px 25px rgba(0,0,0,.32)}.jojo-scroll-story__caption--middle{inset:auto auto 12vh 50%;width:min(720px,86vw);transform:translate(-50%,22px);text-align:center}.jojo-scroll-story__caption--final{inset:auto 7vw 13vh auto;text-align:right}.jojo-scroll-story__caption p{font-family:var(--jojo-heading-font);font-size:clamp(38px,6vw,82px);font-weight:500;line-height:1.02;letter-spacing:-.025em;margin:0}.jojo-scroll-story__loading{position:absolute;z-index:5;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#171513;transition:opacity .35s,visibility .35s}.jojo-scroll-story.is-ready .jojo-scroll-story__loading{opacity:0;visibility:hidden}.jojo-scroll-story__loading span{width:30px;height:30px;border:2px solid rgba(255,255,255,.28);border-top-color:#fff;border-radius:50%;animation:jojo-spin .8s linear infinite}.jojo-scroll-story__loading p{margin:0;font-size:13px;letter-spacing:.08em;text-transform:uppercase}@keyframes jojo-spin{to{transform:rotate(360deg)}}.jojo-scroll-story__progress{position:absolute;z-index:4;left:50%;bottom:28px;width:min(340px,46vw);height:2px;transform:translateX(-50%);background:rgba(255,255,255,.3);overflow:hidden}.jojo-scroll-story__progress span{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left center}.jojo-scroll-story__hint{position:absolute;z-index:4;left:50%;bottom:49px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:9px;font-size:11px;text-transform:uppercase;letter-spacing:.13em;transition:opacity .3s}.jojo-scroll-story__hint i{display:block;width:1px;height:28px;background:rgba(255,255,255,.8);position:relative;overflow:hidden}.jojo-scroll-story__hint i::after{content:"";position:absolute;left:0;top:-100%;width:100%;height:70%;background:#fff;animation:jojo-scroll-line 1.4s ease-in-out infinite}@keyframes jojo-scroll-line{to{top:130%}}.jojo-scroll-story.has-progress .jojo-scroll-story__hint{opacity:0}.jojo-scroll-story__skip{position:absolute;z-index:4;top:26px;right:28px;border:1px solid rgba(255,255,255,.55);background:rgba(30,24,21,.22);backdrop-filter:blur(10px);color:#fff;border-radius:999px;padding:10px 16px;font-size:12px}.jojo-scroll-story__skip:hover{background:rgba(30,24,21,.5)}.jojo-scroll-story__end{position:absolute;bottom:0}.jojo-scroll-story--empty{height:100svh}.jojo-scroll-story--empty .jojo-scroll-story__loading{display:none}
@media(max-width:820px){.jojo-scroll-story__sticky{top:0;min-height:500px}.jojo-scroll-story__caption{inset:auto 24px 13vh;max-width:calc(100vw - 48px)}.jojo-scroll-story__caption--middle{inset:auto auto 14vh 50%;width:calc(100vw - 48px)}.jojo-scroll-story__caption--final{inset:auto 24px 14vh 24px;text-align:center}.jojo-scroll-story__caption p{font-size:clamp(38px,12vw,62px)}.jojo-scroll-story__skip{top:18px;right:16px}.jojo-scroll-story__progress{bottom:22px;width:46vw}.jojo-scroll-story__hint{bottom:43px}}
@media(prefers-reduced-motion:reduce){.jojo-scroll-story{height:100svh}.jojo-scroll-story__caption--intro{opacity:1!important;transform:none!important}.jojo-scroll-story__caption--middle,.jojo-scroll-story__caption--final,.jojo-scroll-story__progress,.jojo-scroll-story__hint{display:none}}
.jojo-scroll-story__fallback{position:absolute;inset:0;display:grid;place-items:center;padding:30px;background:#2b2522;color:#fff;text-align:center}.jojo-scroll-story.has-error .jojo-scroll-story__loading{background:#2b2522}.jojo-scroll-story.has-error .jojo-scroll-story__loading span{display:none}.jojo-scroll-story.has-error .jojo-scroll-story__loading p{max-width:320px;text-align:center;line-height:1.5;text-transform:none;letter-spacing:0;font-size:15px}

/* Flexible Jojo sections */
.jojo-flex{background:var(--section-bg,#fff);color:var(--section-text,var(--jojo-text))}.jojo-flex__kicker{margin:0 0 10px;color:var(--jojo-accent-dark);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.jojo-flex__heading{font-family:var(--jojo-heading-font);font-size:clamp(38px,5vw,64px);font-weight:500;line-height:1.03;letter-spacing:-.025em;margin:0}.jojo-flex__rte{max-width:720px;margin:20px auto 26px;font-size:16px;line-height:1.75}.jojo-flex__head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}.jojo-text-link{font-size:14px;font-weight:650;color:var(--jojo-accent-dark);white-space:nowrap}.jojo-rich{max-width:900px}.jojo-rich[style*="center"]{margin-inline:auto}.jojo-rich[style*="left"] .jojo-flex__rte{margin-left:0}.jojo-banner{position:relative;height:var(--banner-height);min-height:420px;overflow:hidden}.jojo-banner__media,.jojo-banner__shade{position:absolute;inset:0}.jojo-banner__media img,.jojo-banner__media svg{width:100%;height:100%;object-fit:cover}.jojo-banner__shade{background:#211a17}.jojo-banner__content{position:relative;height:100%;display:flex;align-items:center}.jojo-banner__content--center{justify-content:center;text-align:center}.jojo-banner__content--right{justify-content:flex-end;text-align:right}.jojo-banner__copy{max-width:640px}.jojo-banner__copy h2{font-family:var(--jojo-heading-font);font-size:clamp(44px,6vw,82px);font-weight:500;line-height:1;letter-spacing:-.03em;margin:0 0 20px}.jojo-banner__copy>div{font-size:17px;max-width:580px;margin-bottom:26px}.jojo-iwt__grid{display:grid;grid-template-columns:1.06fr .94fr;gap:clamp(36px,6vw,88px);align-items:center}.jojo-iwt__grid--reverse .jojo-iwt__media{order:2}.jojo-iwt__grid--reverse .jojo-iwt__copy{order:1}.jojo-iwt__media{aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:#eee7e1}.jojo-iwt__media img,.jojo-iwt__media svg{width:100%;height:100%;object-fit:cover}.jojo-iwt__copy .jojo-flex__heading{margin-bottom:20px}.jojo-iwt__copy .jojo-flex__rte{margin:0 0 28px;max-width:560px}.jojo-multi__grid{display:grid;grid-template-columns:repeat(var(--cols),1fr);gap:16px}.jojo-multi__item{padding:30px;border:1px solid color-mix(in srgb,var(--jojo-line) 85%,transparent);border-radius:18px;background:color-mix(in srgb,var(--section-bg) 88%,#fff);min-height:230px}.jojo-multi__image{aspect-ratio:4/3;border-radius:14px;overflow:hidden;margin:-14px -14px 22px}.jojo-multi__image img{width:100%;height:100%;object-fit:cover}.jojo-multi__number{display:block;color:var(--jojo-accent-dark);font-size:12px;font-weight:700;letter-spacing:.12em;margin-bottom:28px}.jojo-multi__item h3{font-family:var(--jojo-heading-font);font-weight:500;font-size:26px;margin:0 0 10px}.jojo-multi__item p{margin:0;color:var(--jojo-muted);font-size:14px}.jojo-collection-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.jojo-collection-tile{position:relative;border-radius:20px;overflow:hidden;background:#eee7e1;min-height:430px}.jojo-collection-tile__media{position:absolute;inset:0}.jojo-collection-tile__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(24,19,17,.58))}.jojo-collection-tile__media img,.jojo-collection-tile__media svg{width:100%;height:100%;object-fit:cover}.jojo-collection-tile__label{position:absolute;left:22px;right:22px;bottom:20px;color:#fff;display:flex;justify-content:space-between;align-items:center;font-family:var(--jojo-heading-font);font-size:28px}.jojo-collection-tile__label b{font-family:Arial;font-size:22px}.jojo-gallery__grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-auto-rows:260px;gap:12px}.jojo-gallery__item{position:relative;border-radius:16px;overflow:hidden;background:#eee7e1}.jojo-gallery__item--wide{grid-row:span 2}.jojo-gallery__item img,.jojo-gallery__item svg{width:100%;height:100%;object-fit:cover}.jojo-gallery__item span{position:absolute;left:15px;bottom:14px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);padding:8px 12px;border-radius:999px;font-size:12px}.jojo-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.jojo-quote{margin:0;padding:28px;border-radius:18px;background:#fff;border:1px solid var(--jojo-line)}.jojo-quote__stars{color:var(--jojo-accent-dark);letter-spacing:.12em;font-size:12px;margin-bottom:18px}.jojo-quote__text{font-family:var(--jojo-heading-font);font-size:23px;line-height:1.35}.jojo-quote__text p{margin:0}.jojo-quote footer{display:flex;align-items:center;gap:12px;margin-top:28px}.jojo-quote footer img{width:42px;height:42px;border-radius:50%;object-fit:cover}.jojo-quote footer strong,.jojo-quote footer span{display:block}.jojo-quote footer span{font-size:12px;color:var(--jojo-muted);margin-top:2px}.jojo-faq__wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(36px,7vw,110px)}.jojo-faq__intro .jojo-flex__heading{font-size:clamp(38px,4.7vw,62px);margin-bottom:18px}.jojo-faq__item{border-top:1px solid var(--jojo-line);padding:0}.jojo-faq__item:last-child{border-bottom:1px solid var(--jojo-line)}.jojo-faq__item summary{list-style:none;display:flex;justify-content:space-between;gap:24px;padding:22px 0;font-size:16px;font-weight:650;cursor:pointer}.jojo-faq__item summary::-webkit-details-marker{display:none}.jojo-faq__item summary span{font-size:22px;font-weight:400;transition:transform .2s}.jojo-faq__item[open] summary span{transform:rotate(45deg)}.jojo-faq__item>div{padding:0 30px 24px 0;color:var(--jojo-muted);line-height:1.7}.jojo-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.jojo-blog-card{background:#fff;border:1px solid var(--jojo-line);border-radius:18px;overflow:hidden}.jojo-blog-card__media{display:block;aspect-ratio:4/3;background:#eee7e1}.jojo-blog-card__media img,.jojo-blog-card__media svg{width:100%;height:100%;object-fit:cover}.jojo-blog-card__body{padding:20px}.jojo-blog-card small{color:var(--jojo-muted)}.jojo-blog-card h3{font-family:var(--jojo-heading-font);font-weight:500;font-size:26px;line-height:1.15;margin:8px 0 10px}.jojo-blog-card p{font-size:14px;color:var(--jojo-muted);margin:0}.jojo-spacer{width:100%}
@media(max-width:820px){.jojo-flex__head{align-items:flex-start}.jojo-iwt__grid,.jojo-faq__wrap{grid-template-columns:1fr}.jojo-iwt__grid--reverse .jojo-iwt__media,.jojo-iwt__grid--reverse .jojo-iwt__copy{order:initial}.jojo-multi__grid{grid-template-columns:repeat(2,1fr)!important}.jojo-collection-list__grid,.jojo-testimonials__grid,.jojo-blog__grid{grid-template-columns:1fr 1fr}.jojo-gallery__grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.jojo-gallery__item--wide{grid-column:1/-1;grid-row:auto}.jojo-banner{height:var(--banner-mobile)}}
@media(max-width:560px){.jojo-flex__heading{font-size:38px}.jojo-flex__head{display:block}.jojo-text-link{display:inline-block;margin-top:14px}.jojo-multi__grid,.jojo-collection-list__grid,.jojo-testimonials__grid,.jojo-blog__grid{grid-template-columns:1fr!important}.jojo-multi__item{min-height:auto}.jojo-collection-tile{min-height:390px}.jojo-gallery__grid{grid-template-columns:1fr;grid-auto-rows:310px}.jojo-gallery__item--wide{grid-column:auto}.jojo-banner__copy h2{font-size:46px}.jojo-banner__content{align-items:flex-end;padding-bottom:44px}}

/* Jojo editor positioning controls */
.jojo-banner__media img,.jojo-banner__media svg,.jojo-iwt__media img,.jojo-iwt__media svg,.jojo-gallery__item img,.jojo-gallery__item svg,.jojo-collection-tile__media img,.jojo-collection-tile__media svg{object-position:var(--image-x,50%) var(--image-y,50%)}
.jojo-iwt__copy[style*="center"] .jojo-flex__rte{margin-left:auto;margin-right:auto}.jojo-iwt__copy[style*="right"] .jojo-flex__rte{margin-left:auto;margin-right:0}
.jojo-flex__head[style*="center"]>div,.jojo-flex__head[style*="right"]>div{width:100%}
