.world-hero{isolation:isolate;background:var(--color-bg);align-items:end;min-height:100svh;display:grid;position:relative;overflow:hidden}.world-hero__media,.world-hero__overlay{position:absolute;inset:0}.world-hero__media{z-index:-2;overflow:hidden}.world-hero__picture{width:100%;height:100%;display:block}.world-hero__image{object-fit:cover;object-position:center;filter:brightness(.78)saturate(.92)contrast(1.04);width:100%;height:100%;animation:1.6s cubic-bezier(.22,1,.36,1) both world-hero-image-enter;transform:scale(1.025)}.world-hero[data-world=mountains] .world-hero__image{object-position:center 48%}.world-hero[data-world=caves] .world-hero__image{object-position:center;filter:brightness(.82)saturate(.9)contrast(1.05)}.world-hero[data-world=astro] .world-hero__image{object-position:center 45%;filter:brightness(.86)saturate()contrast(1.03)}.world-hero[data-world=macro] .world-hero__image{object-position:center;filter:brightness(.88)saturate(.98)contrast(1.02)}.world-hero__overlay{z-index:-1;background:linear-gradient(#05050614 0%,#05050633 44%,#050506a8 76%,#050506eb 100%),linear-gradient(90deg,#0505068f 0%,#05050624 52%,#0000 78%)}.world-hero__navigation{z-index:2;width:100%;padding:clamp(1.25rem,3vw,2.25rem) clamp(1.25rem,5vw,4.5rem);position:absolute;top:0;left:0}.world-hero__navigation .breadcrumbs{color:#f4f1eab8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:0;font-size:.78rem}.world-hero__navigation .breadcrumbs__link{transition:color .2s}.world-hero__navigation .breadcrumbs__link:hover{color:var(--color-text);text-decoration:none}.world-hero__navigation .breadcrumbs__current{color:#f4f1ea80}.world-hero__content{width:min(100%, var(--container-width));margin-inline:auto;padding:clamp(8rem,20vh,13rem) clamp(1.25rem,5vw,4.5rem) clamp(5rem,10vh,8rem)}.world-hero__eyebrow{margin-bottom:var(--space-4);color:var(--color-accent);letter-spacing:.22em;text-transform:uppercase;font-size:.72rem;font-weight:600;animation:.9s cubic-bezier(.22,1,.36,1) .18s both world-hero-content-enter}.world-hero__title{max-width:12ch;font-family:var(--font-heading);letter-spacing:-.055em;text-wrap:balance;text-shadow:0 4px 30px #0000005c;font-size:clamp(4rem,13vw,10rem);font-weight:400;line-height:.84;animation:1.1s cubic-bezier(.22,1,.36,1) .26s both world-hero-content-enter}.world-hero__intro{color:#f4f1ead1;text-wrap:pretty;text-shadow:0 3px 20px #00000080;max-width:42rem;margin-top:clamp(1.5rem,4vw,2.75rem);font-size:clamp(1rem,1.7vw,1.3rem);line-height:1.7;animation:1.1s cubic-bezier(.22,1,.36,1) .38s both world-hero-content-enter}.world-hero__scroll-cue{justify-content:center;width:1px;height:clamp(3rem,8vh,5rem);display:flex;position:absolute;bottom:0;right:clamp(1.25rem,5vw,4.5rem);overflow:hidden}.world-hero__scroll-line{transform-origin:top;background:linear-gradient(#0000,#f4f1eac2);width:1px;height:100%;animation:2.2s ease-in-out .9s infinite world-hero-scroll-line}@keyframes world-hero-image-enter{0%{opacity:0;transform:scale(1.09)}to{opacity:1;transform:scale(1.025)}}@keyframes world-hero-content-enter{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes world-hero-scroll-line{0%{opacity:0;transform:scaleY(0)}35%{opacity:1;transform:scaleY(1)}70%,to{opacity:0;transform:scaleY(1)}}@supports (animation-timeline:scroll()){.world-hero__image{animation:1.6s cubic-bezier(.22,1,.36,1) both world-hero-image-enter,linear both world-hero-parallax scroll(root);animation-range:normal,0 100vh}@keyframes world-hero-parallax{0%{translate:0}to{translate:0 9vh}}}@media (width<=640px){.world-hero{min-height:100svh}.world-hero__overlay{background:linear-gradient(#0505061a 0%,#05050629 28%,#050506ad 66%,#050506f0 100%)}.world-hero__navigation{padding:var(--space-5) var(--space-4)}.world-hero__navigation .breadcrumbs{font-size:.68rem}.world-hero__content{padding:8rem var(--space-4) 5rem}.world-hero__title{max-width:10ch;font-size:clamp(3.75rem,20vw,6rem);line-height:.88}.world-hero__intro{max-width:31rem;font-size:1rem;line-height:1.65}.world-hero__scroll-cue{right:var(--space-4);height:3.5rem}}@media (prefers-reduced-motion:reduce){.world-hero__image,.world-hero__eyebrow,.world-hero__title,.world-hero__intro,.world-hero__scroll-line{animation:none}.world-hero__image{transform:scale(1.025)translate(0,0)}}.world-page-navigation{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.gallery-card{min-width:0;color:inherit;outline:none;text-decoration:none;display:block}.gallery-card__surface{background:var(--color-surface);border:1px solid #f4f1ea1a;border-radius:12px;grid-template-columns:minmax(0,1.5fr) minmax(22rem,.85fr);align-items:stretch;min-height:clamp(24rem,42vw,32rem);transition:transform .38s cubic-bezier(.22,1,.36,1),border-color .3s,box-shadow .38s;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 52px #0000003d,0 5px 16px #0000001f}.gallery-card--reverse .gallery-card__surface{grid-template-columns:minmax(22rem,.85fr) minmax(0,1.5fr)}.gallery-card__media{background:#09090a;min-width:0;min-height:100%;position:relative;overflow:hidden}.gallery-card__picture{width:100%;height:100%;display:block}.gallery-card--reverse .gallery-card__media{grid-area:1/2}.gallery-card__image{object-fit:cover;filter:brightness(.86)contrast(1.04)saturate(.92);width:100%;height:100%;transition:transform .9s cubic-bezier(.22,1,.36,1),filter .5s;transform:scale(1.055)}.gallery-card__placeholder{background:radial-gradient(circle at 30% 30%,#d6b56d26,#0000 35%),linear-gradient(135deg,#1a1a1c,#0c0c0d);width:100%;height:100%;min-height:30rem}.gallery-card__media-overlay{pointer-events:none;background:linear-gradient(#0000 48%,#0707088a);transition:opacity .4s;position:absolute;inset:0}.gallery-card__number{color:#f4f1eaad;letter-spacing:.18em;text-shadow:0 2px 16px #000000b8;font-size:.72rem;font-weight:600;position:absolute;top:clamp(1.25rem,3vw,2rem);left:clamp(1.25rem,3vw,2rem)}.gallery-card__content{flex-direction:column;justify-content:center;min-width:0;padding:clamp(2rem,5vw,4.5rem) clamp(1.75rem,3vw,3rem);display:flex}.gallery-card--reverse .gallery-card__content{grid-area:1/1}.gallery-card__eyebrow{margin-bottom:var(--space-5);color:var(--color-accent);letter-spacing:.18em;text-transform:uppercase;font-size:.68rem;font-weight:600}.gallery-card__title{max-width:11ch;font-family:var(--font-heading);letter-spacing:-.035em;text-wrap:balance;overflow-wrap:anywhere;hyphens:auto;font-size:clamp(2.5rem,3.5vw,3.75rem);font-weight:400;line-height:.94;transition:color .22s,transform .38s cubic-bezier(.22,1,.36,1)}.gallery-card__description{max-width:24rem;margin-top:var(--space-5);color:var(--color-text-muted);text-wrap:pretty;font-size:clamp(.95rem,1.2vw,1.08rem);line-height:1.7}.gallery-card__footer{justify-content:space-between;align-items:center;gap:var(--space-5);flex-wrap:wrap;margin-top:auto;padding-top:clamp(1.5rem,3vw,2.5rem);display:flex}.gallery-card__count{color:#f4f1ea80;letter-spacing:.12em;text-transform:uppercase;font-size:.7rem}.gallery-card__action{align-items:center;gap:var(--space-4);color:var(--color-text);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:600;display:inline-flex}.gallery-card__arrow{fill:none;stroke:currentColor;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;width:2.25rem;height:.75rem;transition:transform .32s cubic-bezier(.22,1,.36,1);overflow:visible}.gallery-card:hover .gallery-card__surface{border-color:#d6b56d47;transform:translateY(-.25rem);box-shadow:0 26px 60px #00000047,0 7px 18px #00000024}.gallery-card:hover .gallery-card__image{filter:brightness(.96)contrast(1.03)saturate();transform:scale(1.035)}.gallery-card:hover .gallery-card__media-overlay{opacity:.72}.gallery-card:hover .gallery-card__title{color:var(--color-accent)}.gallery-card:hover .gallery-card__arrow{transform:translate(.35rem)}.gallery-card:focus-visible .gallery-card__surface{border-color:var(--color-accent);outline:2px solid var(--color-accent);outline-offset:5px}.gallery-card--without-image .gallery-card__surface{grid-template-columns:minmax(0,1fr)}.gallery-card--without-image .gallery-card__media{min-height:clamp(20rem,42vw,32rem)}@media (width<=860px){.gallery-card__surface,.gallery-card--reverse .gallery-card__surface{grid-template-columns:1fr;min-height:0}.gallery-card__media,.gallery-card--reverse .gallery-card__media{grid-area:1/1;min-height:clamp(20rem,68vw,34rem)}.gallery-card__content,.gallery-card--reverse .gallery-card__content{grid-area:2/1;min-height:22rem}.gallery-card__footer{padding-top:var(--space-8)}}@media (width<=640px){.gallery-card__surface{border-radius:10px}.gallery-card__media,.gallery-card--reverse .gallery-card__media{min-height:clamp(18rem,82vw,28rem)}.gallery-card__content,.gallery-card--reverse .gallery-card__content{min-height:0;padding:var(--space-7) var(--space-5)}.gallery-card__eyebrow{margin-bottom:var(--space-4);font-size:.63rem}.gallery-card__title{max-width:12ch;font-size:clamp(2.5rem,13vw,3.75rem)}.gallery-card__description{margin-top:var(--space-4);font-size:1rem;line-height:1.65}.gallery-card__footer{padding-top:var(--space-7);flex-direction:column;align-items:flex-start}.gallery-card__action{gap:var(--space-3);font-size:.68rem}}@media (prefers-reduced-motion:reduce){.gallery-card__surface,.gallery-card__image,.gallery-card__title,.gallery-card__arrow{transition:none}.gallery-card:hover .gallery-card__surface,.gallery-card:hover .gallery-card__image,.gallery-card:hover .gallery-card__title,.gallery-card:hover .gallery-card__arrow{transform:none}}.gallery-grid{gap:clamp(4rem,10vw,9rem);display:grid}.collection-section{background:linear-gradient(to bottom, var(--color-bg) 0%, #101011 48%, var(--color-bg) 100%);padding-block:clamp(3rem,6vw,5rem) clamp(6rem,12vw,11rem);position:relative;overflow:hidden}.collection-section:before{content:"";width:min(92%, var(--container-width));background:linear-gradient(90deg,#0000,#f4f1ea29,#0000);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.collection-section__header{justify-content:space-between;align-items:baseline;gap:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px solid #f4f1ea1a;margin-bottom:clamp(3rem,7vw,5.5rem);display:flex}.collection-section__label{color:var(--color-accent);letter-spacing:.2em;text-transform:uppercase;font-size:.7rem;font-weight:600}.collection-section__count{align-items:baseline;gap:var(--space-3);display:flex}.collection-section__count-number{color:var(--color-text);font-family:var(--font-heading);font-size:1.5rem;line-height:1}.collection-section__count-label{color:var(--color-text-muted);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem}.collection-section__empty{color:var(--color-text-muted);text-align:center;border-top:1px solid #f4f1ea1f;border-bottom:1px solid #f4f1ea1f;padding-block:clamp(3rem,7vw,5rem);font-size:1rem;line-height:1.7}@media (width<=640px){.collection-section{padding-block:var(--space-7) calc(var(--space-8) + var(--space-4))}.collection-section__header{margin-bottom:var(--space-8);padding-bottom:var(--space-4)}.collection-section__label{font-size:.64rem}.collection-section__count{gap:var(--space-2)}.collection-section__count-number{font-size:1.25rem}.collection-section__count-label{font-size:.62rem}}
