.reveal{opacity:1;transform:translateY(0);transition:opacity var(--dur-reveal) var(--ease-standard),transform var(--dur-reveal) var(--ease-standard)}.js .reveal{opacity:0;transform:translateY(var(--reveal-distance))}.js .reveal.visible,.js .reveal.is-visible{opacity:1;transform:translateY(0)}.rd1{transition-delay:var(--reveal-delay-1)}.rd2{transition-delay:var(--reveal-delay-2)}.rd3{transition-delay:var(--reveal-delay-3)}.worlds-section{padding-top:64px;padding-bottom:72px;background:var(--bg);border-bottom:var(--border-base);overflow:hidden}@media(min-width:768px){.worlds-section{padding-top:88px;padding-bottom:96px}}.worlds-header{width:100%;max-width:calc(var(--max-width) + (var(--page-pad) * 2));margin-inline:auto;padding-inline:var(--page-pad);padding-bottom:40px}.worlds-header .micro,.worlds-header>.micro{display:block;margin-bottom:var(--space-12)}.worlds-header h2{max-width:760px;margin:0 0 14px;font-family:var(--font-display);font-size:var(--fs-section-h2);font-weight:var(--fw-semibold);letter-spacing:var(--ls-tight-h2);line-height:var(--lh-heading);color:var(--deep)}.worlds-header h2 em{font-family:var(--font-editorial);font-style:italic;font-weight:var(--fw-regular);letter-spacing:normal;line-height:inherit;color:var(--accent)}.worlds-header p{max-width:620px;margin:0;font-family:var(--font-body);font-size:var(--fs-body-sm);font-weight:var(--fw-regular);line-height:var(--lh-body);color:var(--muted)}.worlds-header p strong{color:var(--body);font-weight:var(--fw-medium)}@media(min-width:768px){.worlds-header{padding-bottom:48px}}.worlds-scroll{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding-inline:var(--page-pad);padding-right:calc(var(--page-pad) + 32px);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.worlds-scroll::-webkit-scrollbar{display:none}.scroll-dots{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:20px;padding-inline:var(--page-pad)}.scroll-dot{width:5px;height:5px;border-radius:50%;background:var(--border);transition:background-color var(--dur-base) var(--ease-standard)}.scroll-dot.active{background:var(--deep)}.world-card{display:flex;flex-direction:column;flex:0 0 80vw;min-width:0;scroll-snap-align:start;background:var(--bg);border:var(--border-base);text-decoration:none;overflow:hidden;transition:border-color var(--dur-base) var(--ease-standard),background-color var(--dur-base) var(--ease-standard)}.world-card:hover{border-color:transparent}.world-photo{position:relative;width:100%;aspect-ratio:4 / 6;overflow:hidden;flex-shrink:0;background:var(--bg-soft)}.world-photo>img:first-child{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.world-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,var(--ink-075) 0%,transparent 36%),linear-gradient(to top,var(--ink-092) 0%,transparent 43%);pointer-events:none;z-index:1}.world-label{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:14px 12px 16px}.world-tag{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:10px;font-weight:var(--fw-semibold);letter-spacing:.06em;line-height:1.2;text-transform:uppercase;color:var(--emerald)}.world-tag-icon{width:12px;height:12px;display:block;flex-shrink:0}.world-quote-block{margin-top:auto}.world-name{display:block;font-family:var(--font-editorial);font-style:italic;font-weight:var(--fw-regular);font-size:16px;line-height:1.45;letter-spacing:normal;color:#ffffffeb;text-wrap:balance}.world-name:before{content:'"';display:block;margin-bottom:0;font-family:var(--font-editorial);font-size:28px;line-height:.7;color:var(--emerald)}.world-overlay-attr{display:block;margin-top:6px;font-family:var(--font-body);font-size:9px;font-weight:var(--fw-regular);line-height:1.35;letter-spacing:.01em;color:var(--white-045)}.world-body{display:flex;flex:1;flex-direction:column;padding:16px 16px 20px;background:var(--bg);transition:background-color var(--dur-base) var(--ease-standard),color var(--dur-fast) var(--ease-standard)}.world-stat{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;padding:10px 0 12px;border-bottom:var(--border-base)}.world-stat-num{flex-shrink:0;padding-top:2px;font-family:var(--font-display);font-size:20px;font-weight:var(--fw-semibold);letter-spacing:var(--ls-tight-display);line-height:1;color:var(--deep)}.world-stat-num em{font-style:normal;font-size:12px;color:var(--emerald)}.world-stat-text{font-family:var(--font-body);font-size:11.5px;font-weight:var(--fw-regular);line-height:1.55;color:var(--muted)}.world-stat-text strong{color:var(--body);font-weight:var(--fw-medium)}.world-quote{flex:1;margin:0 0 14px;font-family:var(--font-editorial);font-style:italic;font-weight:var(--fw-regular);font-size:15px;line-height:1.6;letter-spacing:normal;color:var(--deep)}.world-link{align-self:flex-start;font-family:var(--font-body);font-size:11.5px;font-weight:var(--fw-semibold);letter-spacing:.02em;line-height:1.4;color:var(--emerald);border-bottom:1px solid transparent;transition:color var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard),opacity var(--dur-fast) var(--ease-standard)}.world-card:hover .world-link{color:var(--emerald);border-bottom-color:var(--emerald);opacity:.9}@media(min-width:768px){.worlds-scroll{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:visible;padding-inline:var(--page-pad);max-width:calc(var(--max-width) + (var(--page-pad) * 2));margin-inline:auto;scroll-snap-type:none}.scroll-dots{display:none}.world-card{flex:none;min-width:0;border-right:0}.world-card:first-child{border-left:var(--border-base)}.world-card:last-child{border-right:var(--border-base)}.world-card:hover{background:var(--bg)}.world-card:hover .world-body{background:var(--bg-tint)}.world-card:hover .world-photo>img:first-child{transform:scale(1.03)}.world-photo{aspect-ratio:4 / 5}.world-label{padding:16px 16px 18px}.world-name{font-size:16px;line-height:1.45}.world-name:before{font-size:28px;margin-bottom:0}.world-overlay-attr{margin-top:6px;font-size:9px;line-height:1.35}.world-body{padding:18px 18px 22px}.world-stat{gap:10px;margin-bottom:12px;padding:10px 0 12px}.world-stat-num{font-size:20px}.world-stat-num em{font-size:12px}.world-stat-text{font-size:11px;line-height:1.5}.world-quote{margin:0 0 14px;font-family:var(--font-body);font-style:normal;font-weight:var(--fw-regular);font-size:14px;line-height:1.6;color:var(--muted)}.world-link{font-size:11px;line-height:1.35}.world-tag-icon{width:13px;height:13px}}
/*# sourceMappingURL=/cdn/shop/t/109/assets/three-worlds.css.map */
