.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}@view-transition{navigation:auto}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--navy,#192f3e);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #118579;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.05em;line-height:1.08}h1{font-size:clamp(2.9rem,5.4vw,5rem);font-weight:850;margin-bottom:24px}h2{font-size:clamp(2rem,3.5vw,3.3rem);font-weight:800;margin-bottom:20px}h3{font-size:1.35rem;font-weight:750}.wrap{width:min(1200px,calc(100% - 64px));margin-inline:auto}.section{padding-block:88px}.muted,.copy{color:#586975}.copy{font-size:1.08rem;max-width:530px;line-height:1.8}.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;display:flex;gap:10px;align-items:center;margin-bottom:20px}.eyebrow:before{content:"";width:23px;height:3px;background:#ff6b35;border-radius:2px}.btn{min-height:52px;padding:14px 25px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--navy);border-radius:10px;background:var(--navy);color:#fff;font-weight:750;font-size:.94rem;transition:background .2s,transform .2s}.btn:hover:not(:disabled){background:#294657;transform:translateY(-2px)}.btn.light{background:#fff;color:var(--navy);border-color:#fff}.btn.outline{background:transparent;color:var(--navy);border-color:#cdd8dd}.btn.outline:hover{background:#f2f7f6}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:26px}.skip{position:fixed;z-index:100;top:12px;left:12px;transform:translateY(-200%);background:#fff;padding:12px}.skip:focus{transform:none}.topbar{background:var(--navy);color:#fff;text-align:center;padding:8px 20px;font-size:.75rem;letter-spacing:.04em}.header{background:#fff;border-bottom:1px solid #e5ebee}.header-inner{min-height:89px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;gap:13px;align-items:center;font-size:.95rem;font-weight:850;line-height:1.1;letter-spacing:-.02em;max-width:210px}.brand img{width:53px;height:53px;border-radius:50%;flex-shrink:0}.brand span{max-width:105px}.nav{display:flex;gap:28px;align-items:center;font-size:.85rem;font-weight:650}.nav a:hover{color:#107b72}.cart-link{display:flex;gap:9px;align-items:center;border:1px solid #dce5e8;padding:10px 15px;border-radius:9px;font-size:.83rem;font-weight:700}.cart-link svg{width:19px;height:19px}.cart-count{background:#e9f6f3;border-radius:50%;min-width:21px;height:21px;display:grid;place-items:center;font-size:.7rem}.hero{padding-block:66px 70px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}.hero h1 em{font-style:normal;color:#13857d}.hero .copy{max-width:490px}.hero-proof{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:.75rem;color:#526671;margin-top:23px}.hero-proof span:before{content:"\2713";color:#11776f;font-weight:800;margin-right:7px}.stage{position:relative;aspect-ratio:1/1.05;background:#f0f6f5;border:1px solid #e4eceb;border-radius:28px;isolation:isolate}.stage:before{content:"";position:absolute;width:67%;aspect-ratio:1;border:1px solid #c7dfd9;border-radius:50%;left:18%;top:14%;z-index:-1}.book{position:absolute;left:16%;top:12%;width:52%;transform:rotate(-6deg);filter:drop-shadow(2px 20px 13px #192f3e24)}.book img{width:100%;border-radius:2px 4px 4px 2px;position:relative;z-index:2}.book:before{content:"";position:absolute;width:10px;left:-8px;top:2px;bottom:0;background:linear-gradient(90deg,#9d191b,#e12223);transform:skewY(-12deg);border-radius:3px 0 0 3px}.book:after{content:"";position:absolute;left:2px;right:-4px;bottom:-5px;height:7px;background:repeating-linear-gradient(#ddd 0 1px,#fff 1px 2px);transform:skew(-30deg);border-radius:0 0 3px 3px}.tablet{position:absolute;right:7%;bottom:11%;width:34%;padding:9px 7px;background:#1e2c34;border:1px solid #485862;border-radius:15px;transform:rotate(8deg);box-shadow:0 18px 24px #192f3e30;z-index:3}.tablet img{border-radius:5px;width:100%}.stage-label{position:absolute;left:20px;bottom:18px;font-size:.68rem;letter-spacing:.09em;font-weight:750}.stage-label:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--aqua);margin-right:8px}.price-tag{position:absolute;right:16px;top:17px;background:#fff;border:1px solid #e3e9e8;border-radius:12px;padding:10px 15px;z-index:4;box-shadow:0 5px 13px #192f3e06}.price-tag small{display:block;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:#586975}.price-tag strong{font-size:1.25rem;letter-spacing:-.04em}.ribbon{border-block:1px solid #e0e8e9;background:#fafcfb}.ribbon-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-block:22px;text-align:center;font-size:.75rem;font-weight:750}.ribbon span+span{border-left:1px solid #dce5e8}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:32px}.section-heading h2{margin-bottom:0}.section-heading .copy{max-width:365px;font-size:.96rem;margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid #dfe8e8;border-radius:16px;padding:28px;background:#fff}.card .number{color:#128177;font-size:.77rem;letter-spacing:.08em;font-weight:800;margin-bottom:40px;display:block}.card p{font-size:.94rem;color:#596b76;margin-bottom:0}.offer{background:var(--navy);color:#fff}.offer-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.offer .stage{background:#284352;border-color:#3f5865;max-width:430px;aspect-ratio:1/1.05}.offer .stage:before{border-color:#4d6672}.offer .copy{color:#c6d4da}.offer .eyebrow{color:#66d5cb}.price-line{display:flex;gap:18px;align-items:center;margin:27px 0 18px}.price{font-size:3.1rem;font-weight:850;line-height:1;letter-spacing:-.06em}.price-aside{font-size:.73rem;color:#c6d4da;max-width:100px}.inclusions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0 27px;padding:0;list-style:none;font-size:.88rem}.inclusions li{border-top:1px solid #ffffff25;padding-top:12px}.inclusions li:before{content:"\2713";color:#5ed8cc;margin-right:9px}.purchase .btn{width:100%}.product-note{font-size:.72rem;line-height:1.6;margin:14px 0 0;color:#c6d4da}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.preview-link{display:block;padding:14px;border-radius:14px;background:#f4f6f4;border:1px solid #e0e7e6;transition:transform .2s}.preview-link:hover{transform:translateY(-5px)}.preview-link img{width:100%;border:1px solid #e1e4de;box-shadow:0 8px 12px #192f3e08}.preview-caption{font-size:.74rem;color:#5d6c76;display:block;padding-top:13px}.faq-section{background:#f6f9f8}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.faq details{border-bottom:1px solid #d6e1df;padding-block:20px}.faq details:first-child{padding-top:0}.faq summary{cursor:pointer;list-style:none;font-weight:700;display:flex;justify-content:space-between;gap:20px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.3rem;color:#117f75}.faq details[open] summary:after{content:"\2212"}.faq details p{color:#596b76;font-size:.94rem;margin:16px 0 0;max-width:550px}.footer{padding:40px 0 30px;border-top:1px solid #e1e7e8}.footer-top{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-bottom:30px}.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:.8rem}.footer-bottom{border-top:1px solid #e3e9eb;padding-top:20px;display:flex;gap:25px;justify-content:space-between;color:#65737d;font-size:.7rem}.footer-bottom p{margin:0}.product-hero{padding-block:65px}.product-hero .price-aside,.product-hero .product-note{color:#596b76}.product-hero .inclusions li{border-color:#dce5e7}.product-description{font-size:.95rem;color:#596b76}.breadcrumbs{font-size:.76rem;color:#62747d;margin-bottom:30px}.content{max-width:780px;min-height:45vh}.content a:not(.btn){text-decoration:underline}.empty{text-align:center;min-height:45vh;padding-block:70px}.cart-row{display:grid;grid-template-columns:90px 1fr 115px 130px;gap:25px;align-items:center;border-block-end:1px solid #dce5e8;padding:25px 0}.cart-row img{max-height:130px;width:auto}.cart-row h2{font-size:1.15rem}.cart-row label{font-size:.75rem;display:block}.cart-row input{width:90px;padding:8px;border:1px solid #c1cdd2;border-radius:7px}.text-link{text-decoration:underline;font-size:.8rem}.cart-summary{max-width:380px;margin:35px 0 0 auto}.cart-total{display:flex;justify-content:space-between;font-size:1.4rem;font-weight:750}.cart-summary .btn{width:100%;margin-top:10px}.contact-form{display:grid;gap:17px;max-width:650px}.contact-form input,.contact-form textarea,.search-form input{width:100%;padding:13px;border:1px solid #bdcbd0;border-radius:8px}.contact-form label{display:block;font-size:.85rem;margin-bottom:6px}.contact-form textarea{min-height:160px}.search-form{display:flex;gap:15px;margin-bottom:35px}.mobile-purchase{display:none}.catalog-card img{max-height:320px;width:auto;margin:0 auto 22px}.catalog-card h2{font-size:1.4rem}.rte a{text-decoration:underline}.rte img{height:auto}.rte table{display:block;overflow:auto}.template-page{min-height:50vh}@media(max-width:1000px){.hero-grid{gap:35px}.offer-grid{gap:45px}.nav{gap:18px}.hero h1{font-size:3.6rem}.faq-grid{gap:40px}}@media(max-width:760px){.wrap{width:calc(100% - 36px)}.section{padding-block:58px}.header-inner{min-height:75px;gap:12px}.brand img{width:44px;height:44px}.brand{font-size:.85rem;gap:9px}.nav{display:none}.hero{padding-block:38px 45px}.hero-grid,.offer-grid,.faq-grid{grid-template-columns:1fr;gap:34px}.hero h1{font-size:clamp(2.8rem,9vw,4.2rem)}.hero .copy{font-size:1rem}.hero .stage{width:min(100%,440px);margin-inline:auto}.hero-proof{margin-top:19px}.stage{aspect-ratio:1/1}.ribbon-inner{grid-template-columns:1fr 1fr;gap:14px;font-size:.66rem}.ribbon span:nth-child(3){border:0}.section-heading{display:block}.section-heading .copy{margin-top:20px}.cards{grid-template-columns:1fr;gap:13px}.card{padding:22px}.card .number{margin-bottom:19px}.preview-grid{gap:12px;overflow-x:auto;grid-template-columns:repeat(3,minmax(220px,1fr));scroll-snap-type:x mandatory;padding-bottom:15px}.preview-link{scroll-snap-align:start;padding:10px}.offer .stage{width:min(100%,400px);margin:auto}.offer-grid{gap:35px}.inclusions{font-size:.83rem}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer-links{gap:14px 20px}.product-hero{padding-block:32px}.product-hero .hero-grid{gap:32px}.product-hero .stage{max-width:420px;margin:auto;width:100%}.product-hero h1{font-size:2.4rem}.cart-row{grid-template-columns:65px 1fr;gap:15px}.cart-row h2{font-size:1rem}.cart-row .line-total{text-align:right}.cart-summary{max-width:none}.search-form{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.mockup-wrap{min-width:0;width:100%}.stage-refined{aspect-ratio:1/1.14;border-radius:26px;background:radial-gradient(ellipse at 40% 34%,#fff,#f4f8f5 45%,#e9f2ef);box-shadow:0 24px 50px -38px #193d394f;overflow:hidden}.stage-refined:before{display:none}.stage-heading{position:absolute;top:13px;left:20px;right:20px;display:flex;align-items:center;justify-content:space-between;z-index:5;min-height:50px}.edition-badge{display:flex;align-items:center;gap:13px;max-width:90%;color:var(--navy)}.edition-badge>span{font-size:.61rem;line-height:1.5;letter-spacing:.11em;font-weight:750;text-transform:uppercase;max-width:66px}.edition-badge>img{width:132px;height:auto;max-height:67px;object-fit:contain}.stage-corner{width:33px;height:33px;border:1px solid #c9ded7;border-radius:50%;display:grid;place-items:center;color:#267c70;flex-shrink:0}.stage-corner svg{width:17px;height:17px}.stage-brand{font-size:.8rem;font-weight:800}.mockup-scene{position:absolute;top:88px;right:22px;bottom:82px;left:22px;perspective:1100px}.mockup-orbit{position:absolute;width:78%;aspect-ratio:1;left:10%;top:3%;border:1px solid #b9d5ca70;border-radius:50%;box-shadow:0 0 0 28px #dcebe430;z-index:-1}.mockup-ground{position:absolute;width:76%;height:8%;left:14%;bottom:-2%;border-radius:50%;background:#29423b26;filter:blur(14px)}.stage-refined .book{width:55%;top:3%;left:10%;transform:rotate(-7deg) rotateY(-9deg);transform-origin:50% 90%;filter:drop-shadow(7px 14px 10px #142d3628);transition:transform .4s ease}.stage-refined .book:before{top:2px;bottom:0;left:-9px;width:12px;border-radius:3px 0 0 3px;background:linear-gradient(90deg,#921619,#be2020 35%,#e12a26);transform:skewY(-14deg);box-shadow:inset -2px 0 2px #74090940}.stage-refined .book:after{top:5px;bottom:4px;right:-7px;left:auto;width:9px;height:auto;border-radius:0 2px 2px 0;background:repeating-linear-gradient(90deg,#f7f4ec 0 1px,#d7d4cd 1px 2px);transform:skewY(13deg);z-index:-1}.book-cover{position:relative;border-radius:2px 3px 3px 2px;overflow:hidden;box-shadow:1px 1px 2px #7f181c38}.book-cover:after{content:"";position:absolute;inset:0 auto 0 0;width:9px;background:linear-gradient(90deg,#ffffff35,#0000000b 60%,transparent);pointer-events:none;z-index:3}.stage-refined .book img{border-radius:0;width:100%;height:auto;aspect-ratio:2/3;object-fit:contain}.stage-refined .tablet{width:37%;right:3%;bottom:0;padding:12px 7px 10px;border-radius:15px;border:1px solid #6d777d;outline:1px solid #192f3e;background:linear-gradient(115deg,#39454b,#15242d 50%,#25343c);box-shadow:7px 13px 18px #142d3638,inset 0 0 0 1px #ffffff30;transform:rotate(9deg);transform-origin:50% 95%;transition:transform .4s ease}.tablet-camera{position:absolute;top:5px;left:calc(50% - 2px);width:4px;height:4px;border-radius:50%;background:#09151d;box-shadow:inset 0 0 0 1px #5d6871}.tablet-display{overflow:hidden;border-radius:5px;background:#f02524}.stage-refined .tablet img{aspect-ratio:2/3;object-fit:contain;border-radius:0}.stage-footer{position:absolute;bottom:0;left:0;right:0;border-top:1px solid #d7e3de;background:#ffffffa8;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 22px;z-index:5;color:var(--navy)}.format-details{display:flex;align-items:center;gap:10px}.format-details strong{display:block;font-size:.76rem;font-weight:800;line-height:1.4}.format-details small{display:block;font-size:.61rem;color:#61716f;line-height:1.5;margin-top:2px}.format-icon{width:32px;height:36px;border-radius:8px;display:grid;place-items:center;background:#e6f1eb;color:#267d6f}.format-icon svg{width:20px;height:20px}.stage-price{font-size:1.4rem;letter-spacing:-.045em;white-space:nowrap}.mockup-caption{font-size:.64rem;text-align:center;color:#6a7978;margin:12px 0 0;line-height:1.5}.offer .mockup-wrap{max-width:440px;margin:auto}.offer .stage-refined{aspect-ratio:1/1.14;width:100%;background:radial-gradient(ellipse at 45% 35%,#375968,#274451 65%,#223c49);border-color:#45606c;box-shadow:0 25px 50px -25px #06101960}.offer .stage-heading .edition-badge{background:#fff;border-radius:11px;padding:3px 11px;gap:7px}.offer .stage-heading{left:17px;right:17px}.offer .stage-heading .edition-badge img{width:112px}.offer .stage-corner{color:#b5e3d4;border-color:#5f7c82}.offer .stage-brand{color:#fff}.offer .mockup-orbit{border-color:#adc9c338;box-shadow:0 0 0 28px #779d950a}.offer .stage-footer{background:#1b333fde;border-color:#68828a55;color:#fff}.offer .format-details small{color:#bad0d3}.offer .format-icon{background:#ffffff10;color:#8fe0d2}.offer .mockup-caption{color:#a8bec5}.hero .hero-grid{gap:55px}.hero h1{font-size:clamp(2.9rem,5.1vw,4.8rem)}.hero .eyebrow{line-height:1.7;max-width:420px}.hero .btn{box-shadow:0 7px 13px -10px #192f3e}.hero .btn.outline{box-shadow:none}.hero-proof{gap:9px 18px}.section-heading h2{max-width:690px;text-wrap:balance}.card{border-radius:18px;transition:box-shadow .2s,border-color .2s}.card .number{width:39px;height:39px;display:grid;place-items:center;border:1px solid #d7e9e1;border-radius:12px;background:#eff7f2;margin-bottom:29px}.card p{line-height:1.8}.inclusions{column-gap:23px;row-gap:10px}.inclusions li{padding-top:14px}.price-line{margin-top:30px;margin-bottom:23px}.offer .purchase .btn{min-height:55px;border-radius:11px}.offer .purchase .btn:disabled{opacity:1;background:#dbe6e6;border-color:#dbe6e6;color:#52646b}.product-note{line-height:1.7}.header-actions{display:flex;gap:9px;align-items:center}.mobile-nav{display:none}.preview-link{padding:12px;background:#f2f6f2;border-radius:17px;box-shadow:0 14px 28px -24px #203d32}.preview-link img{border-radius:5px}.preview-caption{display:flex;justify-content:space-between;align-items:center;gap:10px;line-height:1.5;min-height:46px;padding-top:11px;font-size:.72rem}.preview-zoom{width:29px;height:29px;flex-shrink:0;display:grid;place-items:center;background:#fff;border:1px solid #dce6df;border-radius:50%;color:#276853}.preview-zoom svg{width:14px;height:14px}.faq summary{align-items:center;min-height:28px;padding-right:1px;line-height:1.55}.faq summary:after{width:25px;height:25px;display:grid;place-items:center;flex-shrink:0;border:1px solid #d5e3dd;border-radius:50%;font-size:1.05rem}.faq details p{padding-right:25px;line-height:1.8}.footer .brand img{width:44px;height:44px}.footer-links a:hover{text-decoration:underline;text-underline-offset:4px}.preview-dialog{padding:0;max-width:1000px;width:calc(100% - 40px);max-height:calc(100dvh - 40px);border:1px solid #cedbd7;border-radius:18px;color:var(--navy);background:#f1f5f2;overflow:hidden;box-shadow:0 30px 100px #04171550}.preview-dialog::backdrop{background:#102830b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.preview-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 20px;background:#fff;border-bottom:1px solid #d9e3df}.preview-dialog-head h2{font-size:.94rem;letter-spacing:-.015em;margin:0;line-height:1.5}.dialog-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid #cfddd7;border-radius:9px;background:#fff;color:var(--navy);font-size:1.4rem}.dialog-icon:disabled{opacity:.4}.preview-dialog-body{overflow:auto;max-height:calc(100dvh - 175px);padding:24px;overscroll-behavior:contain}.preview-dialog-body img{display:block;width:min(100%,680px);height:auto;margin:auto;box-shadow:0 4px 20px #192f3e18}.preview-dialog-foot{display:flex;align-items:center;justify-content:center;gap:18px;background:#fff;border-top:1px solid #d9e3df;padding:9px}.preview-counter{font-size:.8rem;min-width:45px;text-align:center}html:has(.preview-dialog[open]){overflow:hidden}@media(hover:hover)and (prefers-reduced-motion:no-preference){.stage-refined:hover .book{transform:translateY(-4px) rotate(-5deg) rotateY(-7deg)}.stage-refined:hover .tablet{transform:translateY(-2px) rotate(7deg)}.card:hover{border-color:#bcd6cc;box-shadow:0 14px 28px -24px #193d3955}}@media(max-width:1000px)and (min-width:761px){.hero .hero-grid{gap:32px}.stage-refined{aspect-ratio:1/1.22}.mockup-scene{top:83px;right:15px;bottom:81px;left:15px}.stage-heading{left:15px;right:15px}.edition-badge{gap:6px}.edition-badge>img{width:116px}.stage-footer{padding:14px}.format-details small{max-width:100px}.stage-price{font-size:1.2rem}}@media(max-width:760px){.hero .hero-grid{gap:30px}.mockup-wrap{max-width:460px;margin-inline:auto}.stage-refined,.offer .stage-refined{aspect-ratio:1/1.15}.hero .stage{width:100%;max-width:none}.hero h1{font-size:clamp(2.7rem,8.4vw,4rem);line-height:1.12}.hero .eyebrow{font-size:.62rem;letter-spacing:.09em}.hero-proof{font-size:.7rem}.stage-heading{top:12px;left:16px;right:16px}.edition-badge{gap:8px}.edition-badge>img{width:120px}.mockup-scene{top:77px;right:18px;bottom:77px;left:18px}.stage-footer{padding:14px 17px}.stage-price{font-size:1.3rem}.format-details small{font-size:.58rem}.stage-refined .book{width:55%;left:9%;top:2%}.stage-refined .tablet{width:38%;right:2%;padding:10px 6px 8px;border-radius:13px}.tablet-camera{top:4px}.mockup-caption{font-size:.61rem}.header-inner{position:relative}.mobile-nav{display:block}.mobile-nav summary{width:39px;height:40px;display:grid;place-items:center;border:1px solid #dce5e8;border-radius:9px;cursor:pointer;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary svg{width:19px;height:19px}.mobile-nav nav{position:absolute;right:0;top:calc(100% - 1px);width:min(285px,100%);padding:9px;background:#fff;border:1px solid #dce5e8;border-radius:0 0 13px 13px;box-shadow:0 20px 25px -15px #152e3938;z-index:30}.mobile-nav nav a{display:block;padding:13px 14px;font-size:.85rem;border-radius:7px}.mobile-nav nav a:hover{background:#eff6f1}.cart-link{min-height:40px;padding:9px 11px}.section-heading h2{font-size:clamp(1.9rem,7vw,2.8rem)}.card .number{margin-bottom:20px}.preview-grid{grid-template-columns:repeat(3,minmax(245px,1fr));gap:15px}.preview-caption{font-size:.71rem}.faq-grid{gap:25px}.preview-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px);border-radius:13px}.preview-dialog-head{padding:10px 12px}.preview-dialog-head h2{font-size:.82rem}.preview-dialog-body{padding:12px;max-height:calc(100dvh - 156px)}.preview-dialog-foot{padding:8px}.dialog-icon{width:36px;height:36px}}@media(max-width:390px){.cart-text{display:none}.brand{max-width:160px}.stage-heading .edition-badge img{width:104px}.stage-footer{padding-inline:12px}.format-details{gap:7px}.format-icon{display:none}.stage-price{font-size:1.23rem}.mockup-scene{top:75px;right:13px;bottom:72px;left:13px}.edition-badge>span{font-size:.57rem}.stage-corner{width:28px;height:28px}}.footer-community{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;border-top:1px solid #e3e9eb;padding:25px 0}.footer-kicker{margin:0 0 10px;color:#718087;font-size:.63rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.social-links{display:flex;align-items:center;gap:8px}.social-links a{width:37px;height:37px;display:grid;place-items:center;border:1px solid #dbe5e5;border-radius:50%;color:#526a70;background:#fff;transition:color .2s,background .2s,border-color .2s,transform .2s}.social-links a:hover{color:#fff;background:var(--navy);border-color:var(--navy);transform:translateY(-2px)}.social-links svg{width:17px;height:17px;fill:currentColor}.social-links rect,.social-links circle{fill:none;stroke:currentColor;stroke-width:1.8}.social-links .social-dot{fill:currentColor;stroke:none}.footer-contact{text-align:right}.footer-contact a{font-size:.9rem;font-weight:700;text-decoration:underline;text-decoration-color:#b8cac8;text-underline-offset:5px}.footer-contact a:hover{color:#107b72;text-decoration-color:#107b72}@media(max-width:760px){.stage-refined,.offer .stage-refined{aspect-ratio:1/1.32;min-height:400px}.footer-community{align-items:flex-start;flex-direction:column;gap:23px}.footer-contact{text-align:left}.social-links a{width:40px;height:40px}}main{position:relative;overflow:clip}.hero,.section,.product-hero{position:relative;isolation:isolate}.hero>.wrap,.section>.wrap,.product-hero>.wrap{position:relative;z-index:2}.hero:before,.hero:after,#jak-to-dziala:before,#jak-to-dziala:after,.offer:before,.offer:after,#podglad:before,#podglad:after,.faq-section:before,.product-hero:before,.product-hero:after,.section:has(.cart-row):before,.section:has(.empty):before{content:"";position:absolute;pointer-events:none;z-index:1}.hero:before{width:430px;height:250px;left:-205px;top:32px;border:58px solid color-mix(in srgb,var(--aqua) 11%,transparent);border-radius:50%;transform:rotate(-16deg)}.hero:after{width:92px;height:92px;right:44%;top:64px;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,#ff6b35 72%,transparent) 0 6px,transparent 7px);background-size:24px 24px;opacity:.45;transform:rotate(12deg)}#jak-to-dziala:before{width:520px;height:180px;right:-300px;top:34px;border:46px solid color-mix(in srgb,var(--aqua) 8%,transparent);border-radius:50%;transform:rotate(-12deg)}#jak-to-dziala:after{width:150px;height:150px;left:-72px;bottom:35px;border:1px solid color-mix(in srgb,var(--navy) 12%,transparent);border-radius:50%;box-shadow:0 0 0 24px color-mix(in srgb,var(--aqua) 4%,transparent)}.offer{overflow:hidden}.offer>.wrap{position:relative;z-index:2}.offer:before{width:520px;height:520px;right:-225px;top:-215px;border-radius:50%;background:color-mix(in srgb,var(--aqua) 8%,transparent)}.offer:after{width:390px;height:140px;left:-245px;bottom:58px;border:34px solid #ffffff0d;border-radius:50%;transform:rotate(18deg)}#podglad:before{width:310px;height:310px;left:-205px;top:70px;border-radius:50%;background:color-mix(in srgb,var(--aqua) 6%,transparent)}#podglad:after{width:180px;height:70px;right:-80px;bottom:55px;border:22px solid color-mix(in srgb,#ff6b35 8%,transparent);border-radius:50%;transform:rotate(-18deg)}.faq-section:before{width:360px;height:155px;right:-190px;bottom:-62px;border:34px solid color-mix(in srgb,var(--aqua) 8%,transparent);border-radius:50%;transform:rotate(9deg)}.product-hero:before{width:360px;height:185px;left:-210px;top:70px;border:45px solid color-mix(in srgb,var(--aqua) 8%,transparent);border-radius:50%;transform:rotate(-14deg)}.product-hero:after{width:84px;height:84px;right:7%;bottom:42px;border-radius:50%;background:color-mix(in srgb,#ff6b35 7%,transparent)}.section:has(.cart-row):before,.section:has(.empty):before{width:470px;height:240px;right:-275px;top:42px;border:52px solid color-mix(in srgb,var(--aqua) 8%,transparent);border-radius:50%;transform:rotate(-13deg)}.sz-motion .sz-reveal{opacity:.01;transform:translateY(24px);filter:blur(2px);transition:opacity .52s ease,transform .68s cubic-bezier(.2,.75,.25,1),filter .52s ease;transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}.sz-motion .sz-reveal.is-visible{opacity:1;transform:none;filter:none}@media(prefers-reduced-motion:no-preference){.hero:before,#jak-to-dziala:before,.offer:before,#podglad:before,.faq-section:before,.product-hero:before,.section:has(.cart-row):before,.section:has(.empty):before{animation:szama-bg-float 12s ease-in-out infinite alternate}}@keyframes szama-bg-float{0%{translate:0 0}to{translate:0 12px}}@media(max-width:760px){.hero:before{width:280px;height:170px;left:-180px;top:18px;border-width:40px}.hero:after{right:-14px;top:22px;transform:scale(.72)}#jak-to-dziala:before{width:300px;height:120px;right:-210px;border-width:32px}#jak-to-dziala:after{display:none}.offer:before{width:310px;height:310px;right:-190px;top:-115px}#podglad:before{width:230px;height:230px;left:-175px}.product-hero:after{right:-30px}.section:has(.cart-row):before,.section:has(.empty):before{width:300px;height:160px;right:-205px;border-width:36px}.sz-motion .sz-reveal{transform:translateY(16px)}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
