/* Interactive Veritas world gateway. Homepage only. */
body.page-home #worlds{position:relative;isolation:isolate;overflow:clip;}
body.page-home #worlds:before{content:"";position:absolute;inset:4rem 0 auto;height:min(60rem,90vh);z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(201,178,143,.14),transparent 34rem),radial-gradient(circle at 12% 32%,rgba(255,255,255,.055),transparent 24rem),linear-gradient(180deg,transparent,rgba(5,4,3,.42),transparent);}
body.page-home #worlds:after{content:"Choose your entry point";position:absolute;right:clamp(1.25rem,5vw,5.5rem);top:clamp(3rem,8vw,7rem);z-index:0;color:rgba(241,234,219,.10);font-family:"Cormorant Garamond",serif;font-size:clamp(2.2rem,7vw,7.2rem);font-weight:600;line-height:.86;letter-spacing:-.04em;pointer-events:none;transform:rotate(-2deg);max-width:10ch;}
body.page-home.lang-pl #worlds:after{content:"Wybierz świat";}
body.page-home #worlds .vh-section-head,body.page-home #worlds .vh-section-copy{position:relative;z-index:2;}
body.page-home #worlds .vh-section-copy:after{content:"Hover, focus or tap a card to preview the atmosphere before entering.";display:block;margin-top:1rem;color:rgba(201,178,143,.72);font-size:.74rem;line-height:1.7;letter-spacing:.12em;text-transform:uppercase;}
body.page-home.lang-pl #worlds .vh-section-copy:after{content:"Najedź, wybierz lub dotknij karty, aby poczuć atmosferę świata przed wejściem.";}
body.page-home #worlds .vh-grid.four{position:relative;z-index:2;perspective:1700px;transform-style:preserve-3d;gap:clamp(1rem,2vw,1.55rem);}
body.page-home #worlds .world-portal-card{position:relative;min-height:clamp(29rem,41vw,40rem);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;isolation:isolate;border-radius:clamp(1.5rem,2vw,2.15rem);border:1px solid rgba(201,178,143,.18);background:rgba(9,8,6,.62);box-shadow:0 2rem 7rem rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.035);transform:translate3d(0,0,0) rotateX(0) rotateY(0) scale(1);transform-style:preserve-3d;transition:transform .72s cubic-bezier(.16,1,.3,1),border-color .46s ease,box-shadow .46s ease,filter .46s ease,opacity .46s ease;will-change:transform,filter;}
body.page-home #worlds .world-portal-card:nth-child(1){--tilt:-4deg;--accent:rgba(201,178,143,.28);}body.page-home #worlds .world-portal-card:nth-child(2){--tilt:3deg;--accent:rgba(153,40,35,.22);}body.page-home #worlds .world-portal-card:nth-child(3){--tilt:-2deg;--accent:rgba(170,160,144,.20);}body.page-home #worlds .world-portal-card:nth-child(4){--tilt:4deg;--accent:rgba(201,178,143,.20);}
body.page-home #worlds .world-portal-card:before{content:"";position:absolute;inset:-1px;z-index:-3;background-image:linear-gradient(180deg,rgba(5,4,3,.06),rgba(5,4,3,.84) 76%,rgba(5,4,3,.96)),var(--vh-card-image,var(--vh-hero-image));background-size:cover;background-position:center top;transform:scale(1.04);filter:saturate(1.02) contrast(1.05) brightness(.92);transition:transform .9s cubic-bezier(.16,1,.3,1),filter .7s ease,opacity .7s ease;opacity:.86;}
body.page-home #worlds .world-portal-card:after{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 50% 12%,var(--accent,rgba(201,178,143,.18)),transparent 26rem),linear-gradient(120deg,rgba(255,255,255,.08),transparent 24%,transparent 70%,rgba(255,255,255,.05)),linear-gradient(180deg,transparent 0%,rgba(5,4,3,.32) 48%,rgba(5,4,3,.92) 100%);opacity:.72;transition:opacity .46s ease,transform .7s cubic-bezier(.16,1,.3,1);}
body.page-home #worlds .world-portal-card h3,body.page-home #worlds .world-portal-card p,body.page-home #worlds .world-portal-card .status-row,body.page-home #worlds .world-portal-card .vh-actions{position:relative;z-index:2;transform:translateZ(38px);}
body.page-home #worlds .world-portal-card h3{margin-bottom:.75rem;font-size:clamp(2.15rem,3.1vw,4rem);line-height:.88;text-shadow:0 1rem 2.6rem rgba(0,0,0,.54);}
body.page-home #worlds .world-portal-card p{color:rgba(241,234,219,.76);text-shadow:0 .6rem 1.6rem rgba(0,0,0,.46);}
body.page-home #worlds .world-portal-card .vh-actions{margin-top:auto;padding-top:1.15rem;}
body.page-home #worlds .world-portal-card:hover,body.page-home #worlds .world-portal-card:focus-within{z-index:4;border-color:rgba(201,178,143,.54);box-shadow:0 3rem 9rem rgba(0,0,0,.48),0 0 4.5rem rgba(201,178,143,.10),inset 0 0 0 1px rgba(255,255,255,.06);transform:translate3d(0,-1.1rem,5rem) rotateX(6deg) rotateY(var(--tilt,0deg)) scale(1.045);filter:saturate(1.08) contrast(1.04);}
body.page-home #worlds .world-portal-card:hover:before,body.page-home #worlds .world-portal-card:focus-within:before{transform:scale(1.15) translate3d(0,-1.4rem,0);filter:saturate(1.18) contrast(1.12) brightness(1.08);opacity:1;}
body.page-home #worlds .world-portal-card:hover:after,body.page-home #worlds .world-portal-card:focus-within:after{opacity:.92;transform:translate3d(0,-.25rem,0);}
body.page-home #worlds .vh-grid.four:hover .world-portal-card:not(:hover):not(:focus-within){opacity:.74;filter:saturate(.75) brightness(.82);transform:translate3d(0,.35rem,0) scale(.982);}
body.cinematic-mode.page-home #worlds .world-portal-card{min-height:clamp(31rem,44vw,43rem);border-color:rgba(201,178,143,.26);}body.cinematic-mode.page-home #worlds .world-portal-card:hover,body.cinematic-mode.page-home #worlds .world-portal-card:focus-within{transform:translate3d(0,-1.35rem,6rem) rotateX(7deg) rotateY(var(--tilt,0deg)) scale(1.06);box-shadow:0 4rem 12rem rgba(0,0,0,.58),0 0 6rem rgba(201,178,143,.16),inset 0 0 0 1px rgba(255,255,255,.08);}
body.page-home #worlds .world-portal-card .vh-button:after{content:" →";}
@media(max-width:760px){body.page-home #worlds:after{display:none;}body.page-home #worlds .vh-grid.four{perspective:none;}body.page-home #worlds .world-portal-card{min-height:27rem;transform:none!important;}body.page-home #worlds .world-portal-card:hover,body.page-home #worlds .world-portal-card:focus-within{transform:translateY(-.35rem)!important;}body.page-home #worlds .vh-grid.four:hover .world-portal-card:not(:hover):not(:focus-within){opacity:1;filter:none;transform:none!important;}}
@media(prefers-reduced-motion:reduce){body.page-home #worlds .world-portal-card,body.page-home #worlds .world-portal-card:before,body.page-home #worlds .world-portal-card:after{transition:none!important;transform:none!important;will-change:auto!important;}}
body.reduce-motion.page-home #worlds .world-portal-card,body.reduced-motion.page-home #worlds .world-portal-card,body.reduce-motion.page-home #worlds .world-portal-card:before,body.reduced-motion.page-home #worlds .world-portal-card:before,body.reduce-motion.page-home #worlds .world-portal-card:after,body.reduced-motion.page-home #worlds .world-portal-card:after{transition:none!important;transform:none!important;will-change:auto!important;}
