*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-ivory);color:var(--color-text);font-family:var(--font-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}img,svg,video{display:block;max-width:100%}svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.12;font-weight:600;letter-spacing:-.025em}h1{font-size:clamp(2.5rem,7vw,5.4rem)}h2{font-size:clamp(2rem,4.5vw,3.75rem)}h3{font-size:clamp(1.3rem,2.2vw,1.75rem)}p{margin-bottom:1rem}.rte>*:last-child{margin-bottom:0}.rte img{border-radius:var(--card-radius)}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.page-width--narrow{width:min(calc(100% - 40px),820px);margin-inline:auto}.main-content{min-height:55vh}.section{padding:clamp(56px,8vw,110px) 0}.section--compact{padding:clamp(36px,5vw,72px) 0}.section--surface{background:var(--color-surface)}.section--warm{background:var(--color-beige)}.section--olive{background:var(--color-olive);color:#fff}.section-heading{max-width:760px;margin-bottom:clamp(28px,4vw,52px)}.section-heading--center{margin-inline:auto;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--color-olive);font-size:.76rem;line-height:1.2;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:30px;height:1px;background:currentColor}.section--olive .eyebrow{color:#e9e0cf}.section-heading h2{margin-bottom:1rem}.section-heading p{color:var(--color-muted);font-size:1.08rem}.section--olive .section-heading p{color:#ffffffc2}.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}.skip-link{position:fixed;left:1rem;top:1rem;z-index:9999;padding:.75rem 1rem;background:var(--color-text);color:#fff;transform:translateY(-180%)}.skip-link:focus{transform:none}.placeholder-svg{width:100%;height:100%;background:var(--color-beige);color:var(--color-sage)}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:.65rem;padding:.82rem 1.35rem;border:1px solid var(--color-olive);border-radius:var(--button-radius);background:var(--color-olive);color:#fff;font-weight:700;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 10px 28px #2b282221}.button:focus-visible,.icon-button:focus-visible,.nav-link:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid color-mix(in srgb,var(--color-clay) 55%,transparent);outline-offset:3px}.button--secondary{background:transparent;color:var(--color-olive)}.button--secondary:hover{background:var(--color-olive);color:#fff}.button--clay{background:var(--color-clay);border-color:var(--color-clay)}.button--light{background:#fff;color:var(--color-text);border-color:#fff}.button--small{min-height:42px;padding:.58rem .9rem;font-size:.9rem}.button--full{width:100%}.button[disabled],.button[aria-disabled=true]{opacity:.52;cursor:not-allowed;transform:none;box-shadow:none}.icon-button{display:inline-grid;place-items:center;width:44px;height:44px;border:0;background:transparent;border-radius:999px}.icon-button:hover{background:var(--color-beige)}.text-link{color:var(--color-olive);font-weight:700}.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.field{display:grid;gap:.4rem}.field label{font-weight:700;font-size:.9rem}.field input,.field textarea,.field select,.select{width:100%;min-height:50px;padding:.78rem .9rem;border:1px solid var(--color-border);border-radius:8px;background:#fff}.field textarea{min-height:140px;resize:vertical}.announcement{position:relative;z-index:45;padding:.62rem 1rem;text-align:center;background:var(--color-olive);color:#fff;font-size:.88rem;font-weight:700}.announcement a{margin-left:.5rem;color:inherit}.site-header{position:relative;z-index:40;background:color-mix(in srgb,var(--color-ivory) 94%,transparent);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header--sticky{position:sticky;top:0}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:78px;gap:1.2rem}.header-logo{display:inline-flex;align-items:center;text-decoration:none;font-family:var(--font-heading);font-size:1.35rem;font-weight:700;line-height:1}.header-logo img{width:auto;max-height:58px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(.8rem,2vw,1.8rem)}.nav-link{font-size:.94rem;font-weight:700;text-decoration:none}.nav-link:hover{color:var(--color-olive)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.2rem}.cart-count{display:grid;place-items:center;position:absolute;min-width:18px;height:18px;padding:0 4px;transform:translate(12px,-12px);border-radius:999px;background:var(--color-clay);color:#fff;font-size:.7rem;font-weight:800}.header-cart{position:relative}.mobile-menu-button{display:none}.header-search{position:absolute;inset-inline:0;top:100%;display:none;padding:1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:0 12px 28px #2b282214}.header-search.is-open{display:block}.header-search form{display:flex;width:min(100%,700px);margin:auto}.header-search input{flex:1;min-width:0;border:1px solid var(--color-border);border-right:0;border-radius:8px 0 0 8px;padding:.8rem 1rem}.header-search .button{border-radius:0 8px 8px 0}.mobile-nav{display:none}.localization-form select{max-width:150px;min-height:40px;padding:.45rem 2rem .45rem .65rem;border:0;background:transparent;font-size:.85rem}.localization-mobile{display:none}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--color-ivory),var(--color-beige))}.hero:before{content:"";position:absolute;right:-12%;top:-35%;width:52vw;height:52vw;border:1px solid color-mix(in srgb,var(--color-gold) 35%,transparent);border-radius:50%}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:clamp(34px,7vw,90px);min-height:clamp(620px,76vh,860px);padding-block:clamp(64px,8vw,120px)}.hero-copy{max-width:690px}.hero-copy h1{margin-bottom:1.3rem}.hero-copy>p{max-width:590px;color:var(--color-muted);font-size:clamp(1.05rem,1.6vw,1.28rem)}.hero-trust{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.8rem;color:var(--color-muted);font-size:.9rem}.trust-item{display:inline-flex;align-items:center;gap:.45rem}.trust-item svg{color:var(--color-olive)}.hero-art{position:relative;min-height:520px}.hero-book{position:absolute;width:min(54%,310px);filter:drop-shadow(0 28px 35px rgba(43,40,34,.2));transition:transform .35s ease}.hero-book img{width:100%;height:auto;border-radius:4px}.hero-book--one{left:6%;top:4%;transform:rotate(-7deg)}.hero-book--two{right:7%;top:14%;transform:rotate(7deg)}.hero-book--three{left:29%;bottom:0;transform:rotate(1.5deg)}.hero-book:hover{z-index:2;transform:translateY(-6px) rotate(0)}.hero-placeholder{position:absolute;top:10%;right:10%;bottom:10%;left:10%;display:grid;place-items:center;border:1px dashed var(--color-sage);border-radius:24px;color:var(--color-muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,36px)}.product-card{display:flex;flex-direction:column;min-width:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--card-radius);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #2b28221a}.product-card__media{display:grid;place-items:center;aspect-ratio:4/4.7;padding:clamp(20px,3vw,38px);background:linear-gradient(150deg,#fff,var(--color-beige));overflow:hidden}.product-card__media img{width:auto;height:100%;max-height:360px;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:1.25rem}.product-card h3{margin:.8rem 0 .55rem}.product-card h3 a{text-decoration:none}.product-card p{color:var(--color-muted);font-size:.94rem}.product-card .price{margin-top:auto;margin-bottom:1rem}.ebook-badge{display:inline-flex;align-items:center;gap:.35rem;width:max-content;padding:.38rem .62rem;border:1px solid color-mix(in srgb,var(--color-olive) 28%,transparent);border-radius:999px;background:color-mix(in srgb,var(--color-sage) 16%,#fff);color:var(--color-olive);font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.ebook-badge svg{width:1rem}.price{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.price__current{font-size:1.25rem;font-weight:800}.price__compare{color:var(--color-muted);font-size:.92rem}.price__saving{padding:.2rem .45rem;border-radius:999px;background:color-mix(in srgb,var(--color-clay) 18%,#fff);color:#8c452c;font-size:.73rem;font-weight:800}.collection-actions{display:flex;justify-content:center;margin-top:2.2rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--card-radius);overflow:hidden}.step-card{position:relative;padding:clamp(28px,4vw,48px);background:var(--color-surface)}.step-number{display:grid;place-items:center;width:42px;height:42px;margin-bottom:1.3rem;border-radius:50%;background:var(--color-olive);color:#fff;font-family:var(--font-heading);font-size:1.2rem}.step-card h3{margin-bottom:.6rem}.step-card p{color:var(--color-muted)}.section-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.4rem 0 0;color:var(--color-muted);font-size:.92rem;font-weight:700}.spotlight{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(38px,7vw,88px)}.spotlight-media{display:grid;place-items:center;min-height:520px;padding:clamp(28px,5vw,70px);background:linear-gradient(145deg,#fff,var(--color-beige));border-radius:calc(var(--card-radius) * 1.35)}.spotlight-media img{width:auto;max-height:500px;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(43,40,34,.18))}.spotlight-copy>p{color:var(--color-muted);font-size:1.08rem}.fact-row{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.4rem 0}.fact-chip{padding:.5rem .7rem;border:1px solid var(--color-border);border-radius:999px;background:#fff;font-size:.84rem;font-weight:700}.spotlight .price{margin:1.4rem 0}.gallery-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,34%);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 20px;scrollbar-width:thin}.gallery-card{scroll-snap-align:start;overflow:hidden;border-radius:var(--card-radius);background:#fff;border:1px solid var(--color-border)}.gallery-card img,.gallery-card .placeholder-svg{width:100%;aspect-ratio:4/5;object-fit:cover}.gallery-card figcaption{padding:.9rem 1rem;color:var(--color-muted);font-size:.88rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.benefit-card{padding:clamp(24px,3vw,38px);border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.benefit-card__icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:1rem;border-radius:12px;background:var(--color-beige);color:var(--color-olive)}.benefit-card p{color:var(--color-muted)}.brand-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(30px,7vw,90px);align-items:center}.brand-story__media{min-height:430px;border-radius:var(--card-radius);overflow:hidden}.brand-story__media img,.brand-story__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.brand-story__copy p{font-size:1.08rem;color:var(--color-muted)}.faq-list{display:grid;gap:.75rem}.faq-item{border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;cursor:pointer;list-style:none;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{transition:transform .2s ease}.faq-item[open] summary svg{transform:rotate(45deg)}.faq-answer{padding:0 1.25rem 1.2rem;color:var(--color-muted)}.final-cta{text-align:center}.final-cta .page-width--narrow{padding:clamp(46px,7vw,88px) 20px;border-radius:calc(var(--card-radius) * 1.4);background:linear-gradient(135deg,var(--color-olive),color-mix(in srgb,var(--color-olive) 74%,#23301b));color:#fff}.final-cta p{color:#ffffffc4;font-size:1.08rem}.final-cta .button-row{justify-content:center}.product-main{padding:clamp(34px,5vw,72px) 0}.product-layout{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(380px,.8fr);gap:clamp(34px,6vw,80px);align-items:start}.product-gallery{position:sticky;top:110px}.product-gallery__main{position:relative;display:grid;place-items:center;min-height:620px;padding:clamp(20px,4vw,52px);background:linear-gradient(145deg,#fff,var(--color-beige));border-radius:var(--card-radius);overflow:hidden}.product-gallery__slide{display:none;width:100%;height:100%}.product-gallery__slide.is-active{display:grid;place-items:center}.product-gallery__slide img{width:auto;max-height:660px;object-fit:contain}.product-gallery__thumbs{display:flex;gap:.65rem;margin-top:.8rem;overflow:auto;padding-bottom:.35rem}.product-gallery__thumb{flex:0 0 76px;display:grid;place-items:center;aspect-ratio:1;border:1px solid var(--color-border);border-radius:8px;background:#fff;overflow:hidden}.product-gallery__thumb.is-active{outline:2px solid var(--color-olive);outline-offset:2px}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:.5rem}.product-info h1{margin:.8rem 0 1rem;font-size:clamp(2.2rem,4vw,4rem)}.product-subtitle{color:var(--color-muted);font-size:1.12rem}.product-info .price{margin:1.25rem 0}.product-info .price__current{font-size:1.7rem}.product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:1.25rem 0}.product-fact{display:flex;align-items:flex-start;gap:.55rem;padding:.76rem;border:1px solid var(--color-border);border-radius:10px;background:color-mix(in srgb,var(--color-surface) 80%,transparent);font-size:.88rem}.product-fact svg{flex:0 0 auto;color:var(--color-olive)}.product-form{display:grid;gap:.9rem;margin-top:1.35rem}.variant-selectors{display:grid;gap:.8rem}.quantity-row{display:flex;align-items:center;gap:.75rem}.quantity-input{display:grid;grid-template-columns:42px 50px 42px;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:#fff}.quantity-input button{border:0;background:transparent}.quantity-input input{width:100%;border:0;text-align:center;-moz-appearance:textfield}.quantity-input input::-webkit-inner-spin-button{display:none}.digital-disclaimer{display:flex;align-items:flex-start;gap:.75rem;margin:1rem 0;padding:1rem 1.05rem;border-left:4px solid var(--color-clay);border-radius:8px;background:color-mix(in srgb,var(--color-clay) 10%,#fff);font-size:.93rem;font-weight:700}.digital-disclaimer svg{flex:0 0 auto;margin-top:.1rem;color:var(--color-clay)}.payment-reassurance{display:flex;align-items:center;gap:.45rem;color:var(--color-muted);font-size:.85rem}.payment-reassurance svg{color:var(--color-olive)}.product-apps{margin-top:1rem}.product-longform{margin-top:clamp(64px,8vw,110px)}.content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(28px,6vw,80px)}.content-aside{position:sticky;top:110px;align-self:start}.content-aside h2{font-size:clamp(1.8rem,3vw,2.7rem)}.content-body{display:grid;gap:clamp(32px,5vw,64px)}.content-panel{padding:clamp(24px,4vw,44px);border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.content-panel h3{margin-bottom:1rem}.content-panel ul{padding-left:1.2rem}.device-list,.benefit-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;list-style:none;padding:0!important}.device-list li,.benefit-list li{display:flex;gap:.5rem;align-items:flex-start}.device-list svg,.benefit-list svg{flex:0 0 auto;color:var(--color-olive)}.delivery-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.delivery-step{padding:1rem;border-radius:10px;background:var(--color-beige)}.delivery-step strong{display:block;margin-bottom:.35rem}.related-products{margin-top:clamp(64px,8vw,110px)}.sticky-buy{position:fixed;z-index:35;left:0;right:0;bottom:0;display:none;align-items:center;gap:.75rem;padding:.7rem max(16px,env(safe-area-inset-left)) calc(.7rem + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-right));background:#fffffff5;border-top:1px solid var(--color-border);box-shadow:0 -12px 30px #2b28221a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sticky-buy.is-visible{display:flex}.sticky-buy__info{min-width:0;flex:1}.sticky-buy__title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800;font-size:.85rem}.sticky-buy__price{font-size:.85rem;color:var(--color-muted)}.sticky-buy .button{min-height:44px;padding:.55rem .85rem;font-size:.85rem}.collection-hero{padding:clamp(50px,8vw,96px) 0;background:linear-gradient(135deg,var(--color-beige),var(--color-ivory))}.collection-hero__inner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end}.collection-hero h1{font-size:clamp(2.5rem,6vw,4.7rem);margin-bottom:1rem}.collection-description{max-width:760px;color:var(--color-muted)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.sort-form{display:flex;align-items:center;gap:.6rem}.sort-form select{min-height:42px;border:1px solid var(--color-border);border-radius:8px;background:#fff;padding:.5rem 2rem .5rem .7rem}.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:2.5rem}.pagination a,.pagination span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--color-border);border-radius:8px;text-decoration:none}.pagination .current{background:var(--color-olive);color:#fff;border-color:var(--color-olive)}.cart-page{padding:clamp(42px,7vw,90px) 0}.cart-page h1{font-size:clamp(2.2rem,5vw,4rem)}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(24px,5vw,60px);align-items:start}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.2rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--card-radius);background:#fff}.cart-item__image{display:grid;place-items:center;aspect-ratio:1;background:var(--color-beige);border-radius:10px;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__title{display:block;margin:.5rem 0;font-family:var(--font-heading);font-size:1.2rem;font-weight:700;text-decoration:none}.cart-summary{position:sticky;top:110px;padding:1.3rem;border:1px solid var(--color-border);border-radius:var(--card-radius);background:#fff}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.08rem}.cart-note{padding:.8rem;border-radius:8px;background:var(--color-beige);color:var(--color-muted);font-size:.88rem}.cart-summary form{display:grid;gap:.65rem}.empty-state{padding:clamp(50px,8vw,100px) 20px;text-align:center}.empty-state p{color:var(--color-muted);font-size:1.1rem}.cart-drawer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr minmax(320px,460px);pointer-events:none;visibility:hidden}.cart-drawer[aria-hidden=false]{pointer-events:auto;visibility:visible}.cart-drawer__overlay{grid-column:1/-1;grid-row:1;display:block;border:0;background:#1b191573;opacity:0;transition:opacity .25s ease}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{grid-column:2;grid-row:1;display:flex;flex-direction:column;min-height:100%;padding-bottom:env(safe-area-inset-bottom);background:#fff;transform:translate(100%);transition:transform .28s ease}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{margin:0;font-size:1.7rem}.cart-drawer__content{display:flex;flex:1;flex-direction:column;overflow:auto;padding:1rem 1.2rem}.drawer-items{display:grid;gap:1rem}.drawer-item{display:grid;grid-template-columns:90px 1fr;gap:.9rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.drawer-item__image{display:grid;place-items:center;aspect-ratio:1;background:var(--color-beige);border-radius:8px;overflow:hidden}.drawer-item__image img{width:100%;height:100%;object-fit:contain}.drawer-item__title{display:block;margin:.4rem 0;font-weight:800;text-decoration:none}.drawer-item__meta{margin-bottom:.35rem;color:var(--color-muted)}.cart-drawer__footer{margin-top:auto;padding-top:1rem}.cart-drawer__footer form{margin-top:.6rem}.theme-toast{position:fixed;z-index:200;left:50%;bottom:24px;max-width:min(90vw,420px);padding:.8rem 1rem;border-radius:8px;background:var(--color-text);color:#fff;opacity:0;transform:translate(-50%,20px);pointer-events:none;transition:.25s}.theme-toast.is-visible{opacity:1;transform:translate(-50%)}.site-footer{padding:clamp(50px,7vw,86px) 0 28px;background:var(--color-text);color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:clamp(24px,4vw,58px)}.footer-brand{max-width:360px}.footer-brand .header-logo{color:#fff}.footer-brand p{color:#ffffffad}.footer-title{margin-bottom:1rem;font-family:var(--font-body);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase}.footer-links{display:grid;gap:.55rem}.footer-links a{color:#ffffffb8;text-decoration:none}.footer-links a:hover{color:#fff}.footer-digital-note{display:flex;gap:.6rem;margin-top:1rem;padding:.8rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#ffffffbd;font-size:.85rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:clamp(36px,5vw,60px);padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.12);color:#ffffff94;font-size:.82rem}.social-links{display:flex;gap:.8rem}.social-links a{color:#fff}.payment-icons{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.payment-icon{width:38px;height:auto;background:#fff;border-radius:4px}.page-hero{padding:clamp(54px,8vw,96px) 0;text-align:center;background:var(--color-beige)}.page-hero h1{font-size:clamp(2.4rem,6vw,4.8rem)}.page-content{padding:clamp(48px,7vw,90px) 0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(30px,7vw,80px)}.contact-form{display:grid;gap:1rem}.search-page{padding:clamp(48px,7vw,90px) 0}.search-form-large{display:flex;max-width:760px;margin:1.5rem 0 3rem}.search-form-large input{flex:1;min-width:0;padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:8px 0 0 8px}.search-form-large .button{border-radius:0 8px 8px 0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.article-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:#fff}.article-card__image{aspect-ratio:16/10;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:1.2rem}.article-card__body a{text-decoration:none}.article-meta{color:var(--color-muted);font-size:.84rem}.article-main{padding:clamp(48px,7vw,90px) 0}.article-header{max-width:900px;margin:0 auto 2.5rem;text-align:center}.article-featured{max-width:1100px;margin:0 auto 3rem;border-radius:var(--card-radius);overflow:hidden}.article-featured img{width:100%;height:auto}.article-content{width:min(calc(100% - 40px),760px);margin:auto}.article-content p,.article-content li{font-size:1.08rem}@media(max-width:989px){.desktop-nav,.localization-desktop{display:none}.mobile-menu-button{display:inline-grid}.header-inner{grid-template-columns:auto 1fr auto;min-height:68px}.header-logo{justify-self:center}.header-actions{gap:0}.mobile-nav{position:fixed;z-index:60;top:0;right:14%;bottom:0;left:0;display:flex;flex-direction:column;padding:calc(78px + env(safe-area-inset-top)) 24px 30px;background:var(--color-ivory);box-shadow:20px 0 40px #2b282224;transform:translate(-110%);transition:transform .28s ease}.mobile-nav.is-open{transform:none}.mobile-nav__close{position:absolute;top:18px;right:18px}.mobile-nav a{padding:.8rem 0;border-bottom:1px solid var(--color-border);font-family:var(--font-heading);font-size:1.4rem;text-decoration:none}.localization-mobile{display:block;margin-top:auto}.hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:72px}.hero-copy{text-align:center;margin:auto}.hero-copy .button-row,.hero-trust{justify-content:center}.hero-art{min-height:490px;width:min(100%,640px);margin:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.spotlight{grid-template-columns:1fr}.spotlight-media{min-height:430px}.brand-story{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr}.product-gallery{position:relative;top:auto}.product-gallery__main{min-height:500px}.content-grid{grid-template-columns:1fr}.content-aside{position:relative;top:auto}.cart-layout{grid-template-columns:1fr}.cart-summary{position:relative;top:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){body{font-size:16px}.page-width,.page-width--narrow{width:min(calc(100% - 32px),var(--page-width))}.section{padding:54px 0}.header-logo img{max-height:44px}.header-actions .search-toggle{display:none}.hero:before{width:100vw;height:100vw}.hero-grid{padding-block:54px}.hero-copy h1{font-size:clamp(2.55rem,12vw,4.1rem)}.hero-art{min-height:385px}.hero-book{width:min(53%,220px)}.hero-book--one{left:0}.hero-book--two{right:0}.hero-book--three{left:25%}.hero-trust{display:grid;grid-template-columns:repeat(2,1fr);text-align:left}.product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:18px}.product-card{flex:0 0 min(82vw,350px);scroll-snap-align:start}.product-card__media{aspect-ratio:4/4.4}.steps-grid{grid-template-columns:1fr}.gallery-track{grid-auto-columns:82%}.benefits-grid{grid-template-columns:1fr}.spotlight-media{min-height:360px}.product-gallery__main{min-height:410px;padding:18px}.product-gallery__slide img{max-height:460px}.product-info h1{font-size:2.45rem}.product-facts,.delivery-steps,.device-list,.benefit-list{grid-template-columns:1fr}.sticky-buy.is-visible{display:flex}.collection-hero__inner{grid-template-columns:1fr}.collection-toolbar{align-items:flex-start;flex-direction:column}.cart-item{grid-template-columns:85px 1fr}.cart-item__price{grid-column:2}.cart-drawer{grid-template-columns:1fr}.cart-drawer__panel{grid-column:1;margin-left:8%}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.article-grid{grid-template-columns:1fr}.button-row{flex-direction:column}.button-row .button{width:100%}.section-heading{margin-bottom:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.product-gallery__main{isolation:isolate;touch-action:pan-y}.product-gallery__nav{position:absolute;z-index:4;top:50%;display:grid;place-items:center;width:44px;height:44px;border:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);border-radius:999px;background:#ffffffe6;color:var(--color-text);box-shadow:0 8px 24px #2b28221a;transform:translateY(-50%);transition:transform .2s ease,background .2s ease}.product-gallery__nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.product-gallery__nav--prev{left:16px}.product-gallery__nav--prev svg{transform:rotate(180deg)}.product-gallery__nav--next{right:16px}.product-gallery__counter{position:absolute;z-index:3;right:16px;bottom:16px;padding:.36rem .62rem;border-radius:999px;background:#2b2822c2;color:#fff;font-size:.76rem;font-weight:800;line-height:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-action-panel{margin-top:1.25rem;padding:1rem;border:1px solid var(--color-border);border-radius:14px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-beige) 42%,#fff));box-shadow:0 14px 36px #2b28220e}.product-action-panel .product-form{margin-top:0}.product-action-panel .digital-disclaimer{margin-bottom:.75rem}.product-action-panel .payment-reassurance{margin-bottom:0}.ebook-quick-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:1rem}.ebook-quick-benefit{display:flex;align-items:flex-start;gap:.58rem;min-width:0;padding:.72rem;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface)}.ebook-quick-benefit svg{flex:0 0 auto;margin-top:.08rem;color:var(--color-olive)}.ebook-quick-benefit span{display:grid;min-width:0}.ebook-quick-benefit strong{font-size:.84rem;line-height:1.25}.ebook-quick-benefit small{margin-top:.12rem;color:var(--color-muted);font-size:.72rem;line-height:1.35}.product-quick-details{margin-top:1rem;border-top:1px solid var(--color-border)}.product-quick-detail{border-bottom:1px solid var(--color-border)}.product-quick-detail summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.88rem .15rem;cursor:pointer;list-style:none;font-size:.9rem;font-weight:800}.product-quick-detail summary::-webkit-details-marker{display:none}.product-quick-detail summary svg{flex:0 0 auto;transition:transform .2s ease}.product-quick-detail[open] summary svg{transform:rotate(45deg)}.product-quick-detail__content{padding:0 .15rem .9rem;color:var(--color-muted);font-size:.88rem}.bundle-upsell{margin-top:clamp(46px,7vw,88px);padding:clamp(28px,4vw,48px);border:1px solid var(--color-border);border-radius:calc(var(--card-radius) * 1.15);background:linear-gradient(145deg,var(--color-surface),color-mix(in srgb,var(--color-beige) 62%,#fff));box-shadow:0 24px 60px #2b282212}.bundle-upsell__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.bundle-upsell__header h2{max-width:760px;margin-bottom:.6rem;font-size:clamp(1.8rem,3.6vw,3rem)}.bundle-upsell__header p{max-width:720px;margin-bottom:0;color:var(--color-muted)}.bundle-upsell__hint{flex:0 0 auto;padding:.45rem .7rem;border-radius:999px;background:color-mix(in srgb,var(--color-sage) 18%,#fff);color:var(--color-olive);font-size:.76rem;font-weight:800}.bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.bundle-card{position:relative;display:flex;min-width:0;flex-direction:column;border:1px solid var(--color-border);border-radius:14px;background:#fff;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.bundle-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px #2b282217}.bundle-card:has([data-bundle-item]:checked){border-color:var(--color-olive);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-olive) 20%,transparent),0 18px 42px #2b282217}.bundle-card.is-unavailable{opacity:.62}.bundle-card__selector{display:flex;align-items:center;gap:.55rem;padding:.7rem .8rem;border-bottom:1px solid var(--color-border);cursor:pointer;font-size:.78rem;font-weight:800}.bundle-card__selector input{position:absolute;opacity:0;pointer-events:none}.bundle-card__check{display:grid;place-items:center;width:23px;height:23px;border:1px solid var(--color-border);border-radius:6px;background:#fff;color:transparent;transition:.18s}.bundle-card__check svg{width:.9rem;height:.9rem}.bundle-card__selector input:checked+.bundle-card__check{border-color:var(--color-olive);background:var(--color-olive);color:#fff}.bundle-card__selector input:focus-visible+.bundle-card__check{outline:3px solid color-mix(in srgb,var(--color-clay) 55%,transparent);outline-offset:2px}.bundle-card__media{position:relative;display:grid;place-items:center;aspect-ratio:4/4.25;padding:1.25rem;background:linear-gradient(150deg,#fff,var(--color-beige));overflow:hidden}.bundle-card__media img{width:auto;height:100%;max-height:280px;object-fit:contain;transition:transform .25s ease}.bundle-card:hover .bundle-card__media img{transform:scale(1.025)}.bundle-card__badge{position:absolute;top:.7rem;right:.7rem;max-width:75%;padding:.34rem .55rem;border-radius:999px;background:var(--color-clay);color:#fff;font-size:.66rem;font-weight:800;line-height:1.2}.bundle-card__content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:1rem}.bundle-card__content h3{margin:.72rem 0 .45rem;font-size:1.24rem}.bundle-card__content h3 a{text-decoration:none}.bundle-card__content p{display:-webkit-box;overflow:hidden;margin-bottom:.75rem;color:var(--color-muted);font-size:.84rem;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bundle-card__content .price{margin-top:auto}.bundle-card__link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;color:var(--color-olive);font-size:.8rem;font-weight:800;text-decoration:none}.bundle-card__link svg{width:1rem}.bundle-summary{position:sticky;z-index:6;bottom:12px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1rem;margin-top:1rem;padding:.9rem 1rem;border:1px solid var(--color-border);border-radius:12px;background:#fffffff0;box-shadow:0 14px 34px #2b28221c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bundle-summary__copy{display:grid}.bundle-summary__copy strong{font-size:.92rem}.bundle-summary__copy span{color:var(--color-muted);font-size:.76rem}.bundle-summary__total{display:grid;text-align:right}.bundle-summary__total span{color:var(--color-muted);font-size:.72rem}.bundle-summary__total strong{font-size:1.08rem}.bundle-summary .button{white-space:nowrap}@media(max-width:989px){.bundle-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.45rem}.bundle-card{flex:0 0 min(72vw,330px);scroll-snap-align:start}.bundle-upsell__header{align-items:flex-start;flex-direction:column;gap:.8rem}.bundle-summary{grid-template-columns:1fr auto}.bundle-summary .button{grid-column:1/-1;width:100%}}@media(max-width:749px){.product-gallery__nav{width:38px;height:38px}.product-gallery__nav--prev{left:8px}.product-gallery__nav--next{right:8px}.product-gallery__counter{right:10px;bottom:10px}.product-action-panel{padding:.8rem}.ebook-quick-benefits{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.35rem}.ebook-quick-benefit{flex:0 0 72%;scroll-snap-align:start}.bundle-upsell{width:calc(100% - 20px);padding:22px 14px}.bundle-card{flex-basis:82vw}.bundle-summary{bottom:calc(72px + env(safe-area-inset-bottom));gap:.7rem;padding:.75rem}.bundle-summary__copy span{display:none}.bundle-summary__total strong{font-size:1rem}}[hidden]{display:none!important}body{letter-spacing:.002em;text-rendering:optimizeLegibility}.button--clay{color:#fff}.button--purchase{min-height:58px;font-size:1.02rem;letter-spacing:.01em}.editor-note{margin:0;padding:.7rem .85rem;border:1px dashed var(--color-border);border-radius:8px;color:var(--color-muted);font-size:.82rem}.product-card__media{position:relative}.product-card__image{transition:opacity .32s ease,transform .36s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;max-height:none!important;padding:inherit;object-fit:contain;opacity:0}.product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.product-card__availability{color:var(--color-muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.product-card__subtitle{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__facts{display:flex;flex-wrap:wrap;gap:.35rem .65rem;margin:-.1rem 0 .8rem;color:var(--color-muted);font-size:.75rem;font-weight:700}.product-card__facts span+span:before{content:"\2022";margin-right:.65rem;color:var(--color-border)}@media(hover:hover){.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1.025)}}.header-inner{min-height:70px}.desktop-nav{height:70px}.desktop-nav>.nav-link,.header-nav__summary{display:flex;align-items:center;height:100%}.nav-link.is-active,.nav-link[aria-current=page]{color:var(--color-olive)}.header-nav__item{position:static;height:100%}.header-nav__summary{gap:.28rem;list-style:none;cursor:pointer}.header-nav__summary::-webkit-details-marker{display:none}.header-nav__summary svg{width:.9rem;transition:transform .2s ease}.header-nav__item[open] .header-nav__summary svg{transform:rotate(90deg)}.mega-menu{position:absolute;z-index:5;inset:100% 0 auto;padding:2rem 0 2.3rem;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:#fffffffb;box-shadow:0 22px 48px #2b28221c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mega-menu__inner{display:grid;grid-template-columns:minmax(180px,.35fr) minmax(0,1fr);gap:clamp(2rem,6vw,6rem)}.mega-menu__heading{display:flex;align-items:flex-start;flex-direction:column;gap:.55rem;padding-right:2rem;border-right:1px solid var(--color-border)}.mega-menu__eyebrow{color:var(--color-muted);font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.mega-menu__heading strong{font-family:var(--font-heading);font-size:1.65rem;line-height:1.15}.mega-menu__heading a{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-olive);font-size:.86rem;font-weight:800;text-decoration:none}.mega-menu__heading a svg{width:1rem}.mega-menu__columns,.mega-menu__links{padding:0;margin:0;list-style:none}.mega-menu__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.mega-menu__column{min-width:0}.mega-menu__title{display:block;margin-bottom:.7rem;font-weight:800;text-decoration:none}.mega-menu__links{display:grid;gap:.52rem}.mega-menu__links a{color:var(--color-muted);font-size:.9rem;text-decoration:none}.mega-menu a:hover,.mega-menu a[aria-current=page]{color:var(--color-olive)}.header-search{z-index:7}.mobile-nav-overlay{display:none}.footer-newsletter{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:center;gap:clamp(2rem,6vw,6rem);margin-bottom:clamp(3rem,6vw,5.5rem);padding-bottom:clamp(2.5rem,5vw,4.5rem);border-bottom:1px solid rgba(255,255,255,.15)}.footer-newsletter__eyebrow{display:block;margin-bottom:.6rem;color:#e8cbbf;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.footer-newsletter h2{max-width:580px;margin-bottom:.6rem;color:#fff;font-size:clamp(1.8rem,3.3vw,3rem)}.footer-newsletter p{max-width:580px;margin:0;color:#ffffffad}.footer-newsletter__field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;padding:.42rem;border:1px solid rgba(255,255,255,.25);border-radius:calc(var(--button-radius) + 5px);background:#ffffff14}.footer-newsletter__field input{min-width:0;padding:.75rem .9rem;border:0;background:transparent;color:#fff;outline:0}.footer-newsletter__field input::placeholder{color:#ffffff94}.footer-newsletter__field:focus-within{outline:3px solid rgba(255,255,255,.32);outline-offset:2px}.footer-newsletter__message{margin-top:.65rem!important;color:#fff!important;font-size:.86rem}.footer-links{padding:0;margin:0;list-style:none}.footer-bottom{align-items:flex-start}.footer-bottom__meta{display:grid;gap:.25rem}.footer-policies ul{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.4rem 1rem;padding:0;margin:0;list-style:none}.footer-policies a{color:#ffffffad;text-decoration:none}.footer-policies a:hover{color:#fff}.product-main--ebook{padding-top:clamp(24px,4vw,56px);background:var(--color-surface)}.product-layout--ebook{padding-bottom:clamp(40px,6vw,76px)}.product-main--ebook .product-gallery__main{border:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);background:linear-gradient(145deg,#fbfaf7,var(--color-beige))}.product-main--ebook .product-info h1{max-width:13ch;margin-bottom:.75rem;font-size:clamp(2.25rem,4.2vw,4.25rem)}.product-rating-slot{min-height:0;margin:.6rem 0}.product-rating-slot:empty{display:none}.product-gallery__zoom{position:absolute;z-index:4;left:16px;bottom:16px;display:inline-flex;align-items:center;gap:.38rem;min-height:38px;padding:.4rem .65rem;border:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);border-radius:999px;background:#ffffffeb;box-shadow:0 8px 24px #2b282217;font-size:.75rem;font-weight:800}.product-gallery__zoom:hover{background:#fff}.product-gallery__zoom svg{width:1rem}.product-gallery__slide video,.product-gallery__slide iframe,.product-gallery__slide model-viewer{width:100%;height:100%;max-height:660px;border:0}.product-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:1rem}.product-trust-item{display:flex;align-items:flex-start;gap:.58rem;min-width:0;padding:.75rem;border:1px solid var(--color-border);border-radius:10px;background:color-mix(in srgb,var(--color-ivory) 62%,#fff)}.product-trust-item__icon{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:color-mix(in srgb,var(--color-sage) 18%,#fff);color:var(--color-olive)}.product-trust-item__icon svg{width:1rem}.product-trust-item>span:last-child{display:grid;min-width:0}.product-trust-item strong{font-size:.82rem;line-height:1.25}.product-trust-item small{margin-top:.12rem;color:var(--color-muted);font-size:.72rem;line-height:1.35}.product-info>.product-quick-detail{margin-top:1rem;border-top:1px solid var(--color-border)}.sticky-buy{padding:.55rem max(16px,env(safe-area-inset-left)) calc(.55rem + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-right))}.sticky-buy.is-visible{display:block}.sticky-buy__inner{display:flex;align-items:center;gap:.8rem}.sticky-buy__media{display:grid;place-items:center;flex:0 0 48px;width:48px;height:56px;padding:3px;border-radius:6px;background:var(--color-beige);overflow:hidden}.sticky-buy__media img{width:100%;height:100%;object-fit:contain}.sticky-buy__info{flex:1}.sticky-buy__inner>.button{min-width:190px}.product-zoom{width:min(96vw,1200px);max-width:none;height:min(94vh,980px);max-height:none;padding:0;border:0;border-radius:16px;background:#f6f2ea;box-shadow:0 32px 90px #00000059;overflow:hidden}.product-zoom::backdrop{background:#181613c7;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.product-zoom__close{position:absolute;z-index:2;top:14px;right:14px;background:#fff;box-shadow:0 8px 26px #2b282229}.product-zoom__content{display:grid;place-items:center;width:100%;height:100%;padding:clamp(24px,5vw,64px);overflow:auto}.product-zoom__content img{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain}.preview-gallery-section{background:var(--preview-background)}.preview-gallery-layout{display:grid;grid-template-columns:minmax(230px,.38fr) minmax(0,1fr);align-items:center;gap:clamp(2.2rem,6vw,6rem)}.preview-gallery-copy{align-self:center}.preview-gallery-copy h2{font-size:clamp(2rem,4vw,3.6rem)}.preview-gallery-copy>p{color:var(--color-muted)}.preview-gallery-progress{height:3px;margin:1.6rem 0 .9rem;border-radius:999px;background:color-mix(in srgb,var(--color-olive) 18%,transparent);overflow:hidden}.preview-gallery-progress span{display:block;width:25%;height:100%;border-radius:inherit;background:var(--color-olive);transition:width .25s ease}.preview-gallery-tip{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700}.preview-gallery-tip svg{width:1rem}.preview-gallery{min-width:0}.preview-gallery__stage{position:relative;display:grid;place-items:center;min-height:620px;border:1px solid color-mix(in srgb,var(--color-border) 76%,transparent);border-radius:calc(var(--card-radius) * 1.2);background:#fff;box-shadow:0 28px 70px #2b28221a;overflow:hidden;touch-action:pan-y}.preview-gallery__slide{position:relative;width:100%;height:100%;margin:0;padding:clamp(18px,4vw,44px)}.preview-gallery__slide img{width:100%;height:100%;max-height:660px;object-fit:contain}.preview-gallery__slide figcaption{position:absolute;left:18px;top:18px;display:grid;max-width:55%;padding:.55rem .7rem;border-radius:8px;background:#2b2822d1;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.preview-gallery__slide figcaption span{font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.preview-gallery__slide figcaption strong{font-size:.78rem}.preview-gallery__placeholder{display:grid;place-items:center;width:100%;height:100%;padding:2rem;text-align:center;color:var(--color-muted)}.preview-gallery__placeholder .placeholder-svg{width:100%;max-height:520px}.preview-gallery__thumbs{display:flex;gap:.55rem;margin-top:.8rem;overflow-x:auto;padding:3px 3px .5rem;scroll-snap-type:x proximity}.preview-gallery__thumb{flex:0 0 auto;display:grid;place-items:start;width:auto;min-width:116px;aspect-ratio:auto;padding:.6rem .7rem;text-align:left;scroll-snap-align:start}.preview-gallery__thumb span{color:var(--color-muted);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preview-gallery__thumb strong{font-size:.76rem}.ebook-quick-benefits-section .section-heading{margin-bottom:1.5rem}.ebook-quick-benefits-section .ebook-quick-benefits{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:0}.ebook-quick-benefits-section .ebook-quick-benefit{padding:1rem}.ebook-quick-benefits-section .ebook-quick-benefit>svg{flex:0 0 auto;width:1.2rem;color:var(--color-olive)}.ebook-inside-cards,.ebook-audience-grid,.ebook-reader-benefits{align-items:stretch}.ebook-inside-card,.ebook-audience-card,.ebook-reader-benefit{position:relative;overflow:hidden}.ebook-inside-card:after{content:"";position:absolute;right:-32px;bottom:-32px;width:88px;height:88px;border:1px solid color-mix(in srgb,var(--color-gold) 35%,transparent);border-radius:50%}.ebook-inside-card:nth-child(2n){background:color-mix(in srgb,var(--color-surface) 85%,var(--color-beige))}.ebook-audience-card{border-top:3px solid var(--color-sage)}.ebook-reader-benefit{background:linear-gradient(150deg,#fff,color-mix(in srgb,var(--color-beige) 36%,#fff))}.ebook-inside-card .rte,.ebook-audience-card .rte,.ebook-reader-benefit .rte{color:var(--color-muted);font-size:.95rem}.ebook-delivery-steps{box-shadow:0 22px 54px #2b28220f}.ebook-digital-delivery-section>.page-width>.digital-disclaimer{max-width:760px;margin:1.5rem auto 0}.ebook-reviews-app{min-height:1px}.ebook-bundle-section{background:var(--bundle-background)}.ebook-bundle-section .bundle-upsell{margin-top:0;background:color-mix(in srgb,var(--bundle-background) 80%,#fff)}.ebook-bundle-section .eyebrow{color:var(--bundle-accent)}.ebook-bundle-section .bundle-upsell__hint{background:color-mix(in srgb,var(--bundle-accent) 13%,#fff);color:var(--bundle-accent)}.ebook-bundle-section .bundle-card:has([data-bundle-item]:checked){border-color:var(--bundle-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--bundle-accent) 18%,transparent),0 18px 42px #2b282217}.ebook-bundle-section .bundle-card__selector input:checked+.bundle-card__check{border-color:var(--bundle-accent);background:var(--bundle-accent)}.ebook-bundle-section .bundle-summary .button{border-color:var(--bundle-accent);background:var(--bundle-accent)}.bundle-discount-note{display:flex;align-items:flex-start;justify-content:center;gap:.5rem;margin:1rem 0 0;color:var(--color-muted);font-size:.82rem;text-align:center}.bundle-discount-note svg{flex:0 0 auto;margin-top:.12rem;color:var(--bundle-accent)}.bundle-editor-placeholder{padding:2rem;border:1px dashed var(--color-border);border-radius:12px;text-align:center;color:var(--color-muted)}.cart-page__header{margin-bottom:clamp(1.5rem,4vw,3rem)}.cart-page__header .eyebrow{margin-bottom:.5rem}.cart-summary{display:grid;gap:.65rem}.cart-summary .cart-note{display:flex;align-items:flex-start;gap:.5rem}.cart-summary .cart-note svg{flex:0 0 auto;margin-top:.15rem;color:var(--color-olive)}.cart-item__quantity{max-width:110px}.cart-item__variant{margin-bottom:.6rem;color:var(--color-muted);font-size:.88rem}.cart-item__price{display:grid;align-content:start;justify-items:end;gap:.2rem;white-space:nowrap}.cart-item__price s{color:var(--color-muted);font-size:.8rem}.cart-saving{margin:0;color:var(--color-olive);font-size:.88rem;font-weight:800;text-align:right}.cart-summary>.payment-reassurance{justify-content:center;margin:.2rem 0 0}.collection-digital-note{margin-top:3rem}.search-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,32px)}.search-result-card{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(1.2rem,2.5vw,2rem);border:1px solid var(--color-border);border-radius:var(--card-radius);background:#fff}.search-result-card .eyebrow{margin-bottom:.7rem}.search-result-card h2,.search-result-card h3{font-size:1.4rem}.search-result-card p{color:var(--color-muted)}.search-result-card .text-link{margin-top:auto}.search-suggestions,.search-recommendations{margin-top:clamp(2rem,5vw,4rem)}.search-suggestions__links{display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem}.search-suggestions__links a{padding:.55rem .85rem;border:1px solid var(--color-border);border-radius:999px;background:#fff;font-weight:700;text-decoration:none}.password-page{display:grid;place-items:center;min-height:100svh;padding:32px;background:radial-gradient(circle at 80% 10%,color-mix(in srgb,var(--color-sage) 28%,transparent),transparent 36%),linear-gradient(145deg,var(--color-ivory),var(--color-beige))}.password-card{width:min(100%,560px);padding:clamp(2rem,6vw,4.5rem);border:1px solid var(--color-border);border-radius:calc(var(--card-radius) * 1.4);background:#ffffffeb;box-shadow:0 30px 80px #2b282221;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.password-card .header-logo{justify-content:center;margin-bottom:2.5rem}.password-card .eyebrow{justify-content:center}.password-card h1{font-size:clamp(2.2rem,7vw,4rem)}.password-card>p,.password-message{color:var(--color-muted)}.password-form{display:grid;gap:1rem;margin-top:2rem;text-align:left}.password-error{margin:0;color:#8c2f28;font-weight:700}.password-owner{margin:1.4rem 0 0!important;font-size:.85rem}.brand-story--copy-only{grid-template-columns:minmax(0,760px);justify-content:center}.hero-grid--copy-only{grid-template-columns:minmax(0,760px);justify-content:center;text-align:center}.hero-grid--copy-only .hero-copy{margin-inline:auto}.hero-grid--copy-only .button-row,.hero-grid--copy-only .hero-trust{justify-content:center}#cum-functioneaza{scroll-margin-top:100px}.product-gallery__main:focus-visible,.preview-gallery__stage:focus-visible{outline:3px solid color-mix(in srgb,var(--color-clay) 55%,transparent);outline-offset:3px}body.mobile-menu-open .site-header{z-index:50;-webkit-backdrop-filter:none;backdrop-filter:none}.footer-grid{display:flex;flex-wrap:wrap}.footer-brand{flex:2 1 320px}.footer-menu{flex:1 1 160px}@media(max-width:749px){.footer-brand,.footer-menu{flex-basis:100%}}@media(max-width:989px){.header-inner,.desktop-nav{height:auto}.mobile-nav{inset:0 min(14%,90px) 0 0;padding:0;background:var(--color-ivory);overflow:hidden}.mobile-nav.is-open+.mobile-nav-overlay{position:fixed;z-index:55;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;border:0;background:#18161373;cursor:default}.mobile-nav__top{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:0 18px;border-bottom:1px solid var(--color-border)}.mobile-nav__top strong{font-family:var(--font-heading);font-size:1.25rem}.mobile-nav__close{position:static}.mobile-nav__search{display:grid;grid-template-columns:minmax(0,1fr) 44px;margin:16px;border:1px solid var(--color-border);border-radius:10px;background:#fff;overflow:hidden}.mobile-nav__search input{min-width:0;padding:.7rem .8rem;border:0;background:transparent}.mobile-nav__links{flex:1;padding:0 18px 24px;overflow-y:auto}.mobile-nav__links>a,.mobile-nav__disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border);font-family:var(--font-heading);font-size:1.2rem;font-weight:700;text-decoration:none}.mobile-nav__disclosure>summary{cursor:pointer;list-style:none}.mobile-nav__disclosure>summary::-webkit-details-marker{display:none}.mobile-nav__disclosure>summary svg{width:1rem;transition:transform .2s ease}.mobile-nav__disclosure[open]>summary svg{transform:rotate(90deg)}.mobile-nav__submenu{display:grid;padding:.35rem 0 .65rem 1rem;border-bottom:1px solid var(--color-border)}.mobile-nav__submenu a{padding:.62rem 0;border:0;color:var(--color-muted);font-family:var(--font-body);font-size:.95rem;font-weight:700}.mobile-nav__disclosure--nested>summary{display:flex;justify-content:space-between;padding:.65rem 0;list-style:none;font-size:.95rem;font-weight:800}.mobile-nav__submenu--nested{padding-left:.8rem;border:0}.localization-mobile{padding:16px 18px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:#fff}.preview-gallery-layout{grid-template-columns:1fr}.preview-gallery-copy{max-width:720px}.preview-gallery__stage{min-height:560px}.ebook-quick-benefits-section .ebook-quick-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-newsletter{grid-template-columns:1fr}.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.section{padding:60px 0}.section--compact{padding:40px 0}.product-main--ebook{padding-top:18px}.product-layout--ebook{gap:26px;padding-bottom:38px}.product-main--ebook .product-gallery__main{min-height:390px}.product-main--ebook .product-info h1{max-width:none;font-size:clamp(2.1rem,10vw,3rem)}.product-gallery__zoom{left:9px;bottom:9px;min-height:36px}.product-trust-grid{grid-template-columns:1fr 1fr}.product-trust-item{padding:.65rem}.sticky-buy__inner{gap:.55rem}.sticky-buy__media{display:none}.sticky-buy__inner>.button{min-width:0;max-width:48%;padding:.62rem .8rem}.sticky-buy__title{max-width:46vw}.product-zoom{width:100vw;height:100dvh;border-radius:0}.product-zoom__content{padding:52px 12px 20px}.preview-gallery__stage{min-height:430px;border-radius:var(--card-radius)}.preview-gallery__slide{padding:14px}.preview-gallery__slide img{max-height:480px}.preview-gallery__slide figcaption{left:10px;top:10px;max-width:72%}.preview-gallery__thumb{min-width:104px}.ebook-quick-benefits-section .ebook-quick-benefits{display:flex;grid-template-columns:none;margin-inline:-16px;padding-inline:16px}.ebook-quick-benefits-section .ebook-quick-benefit{flex:0 0 min(78vw,300px)}.ebook-inside-cards,.ebook-audience-grid,.ebook-reader-benefits{grid-template-columns:1fr}.bundle-upsell{width:calc(100% - 24px)}.bundle-summary__copy>span{display:none}.bundle-summary__copy strong span{display:inline}.bundle-discount-note{text-align:left}.template-collection .product-grid,.template-search .product-grid,.product-grid--collection{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:0;overflow:visible}.template-collection .product-card,.template-search .product-card,.product-grid--collection .product-card{min-width:0;flex:auto}.template-collection .product-card__media,.template-search .product-card__media,.product-grid--collection .product-card__media{aspect-ratio:4/4.7;padding:14px}.template-collection .product-card__content,.template-search .product-card__content,.product-grid--collection .product-card__content{padding:.85rem}.template-collection .product-card h3,.template-search .product-card h3,.product-grid--collection .product-card h3{font-size:1.05rem}.template-collection .product-card p,.template-search .product-card p,.product-grid--collection .product-card p{display:none}.template-collection .product-card .button,.template-search .product-card .button,.product-grid--collection .product-card .button{width:100%;padding:.52rem .6rem;font-size:.76rem}.template-collection .price__saving,.template-search .price__saving,.product-grid--collection .price__saving{font-size:.63rem}.search-results-grid{grid-template-columns:1fr}.footer-newsletter__field{grid-template-columns:1fr;padding:.5rem}.footer-newsletter__field .button{width:100%}.footer-bottom{gap:1.25rem}.footer-policies ul{justify-content:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
