/* Pito, in motion. This layer is isolated from the reading and support pages. */
.home-experience{--spring:cubic-bezier(.22,.8,.22,1)}
.home-experience .hero{padding-top:45px;padding-bottom:0;background:#fff;position:relative;isolation:isolate}
.home-experience .hero-copy{position:relative;z-index:2}
.home-experience .hero .eyebrow{font-size:15px;letter-spacing:.01em;margin-bottom:20px;font-weight:600;color:#6e6e73}
.home-experience .hero h1{font-size:clamp(62px,7.1vw,100px);line-height:1.015;letter-spacing:-.065em}
.home-experience .hero h1 span{color:var(--brand)}
.home-experience .hero-description{font-size:21px;margin-top:24px;line-height:1.45}
.home-experience .hero-actions{margin-top:25px}
.home-experience .hero-note{font-size:12px;margin-top:17px}
.play-shelf{position:relative;padding:0 0 36px;margin-top:38px;isolation:isolate}
.shelf-aura{position:absolute;width:min(95%,1100px);height:310px;left:50%;bottom:95px;transform:translateX(-50%);background:radial-gradient(ellipse at 50% 60%,var(--shelf-wash) 0%,transparent 69%);opacity:.8;z-index:-1;transition:background .6s}
.shelf-stage{height:333px;position:relative;touch-action:pan-y;direction:ltr}
.shelf-deck{width:1100px;height:320px;position:absolute;left:50%;transform:translateX(-50%);perspective:1400px;transform-style:preserve-3d}
.shelf-card{position:absolute;top:6px;left:calc(50% - 94px);padding:0;border:1px solid #0000000c;width:188px;height:254px;border-radius:24px;overflow:hidden;background:#fff;transform:translateX(calc(var(--slot)*151px)) translateY(calc(var(--depth)*14px)) rotate(calc(var(--slot)*6deg)) scale(calc(1 - var(--depth)*.035));box-shadow:0 20px 30px -19px #0008,0 4px 7px #0001;transition:transform .72s var(--spring),box-shadow .35s,filter .45s;will-change:transform}
.shelf-card img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}
.shelf-card-shine{position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,#ffffff35,transparent 40%,#00000006);opacity:.6}
.shelf-card[aria-pressed=true]{transform:translateY(-9px) scale(1.1);box-shadow:0 34px 34px -24px #0008,0 6px 12px #0002}
.shelf-card[aria-pressed=true] .shelf-card-shine{opacity:0}
@media(hover:hover){.shelf-card:not([aria-pressed=true]):hover{transform:translateX(calc(var(--slot)*151px)) translateY(calc(var(--depth)*14px - 16px)) rotate(calc(var(--slot)*5deg)) scale(1.01);filter:brightness(1.035)}.shelf-card[aria-pressed=true]:hover{transform:translateY(-15px) scale(1.13)}}
.shelf-caption{display:flex;align-items:center;justify-content:center;gap:35px;margin:-9px 0 0;position:relative;z-index:2}
.shelf-selection{min-width:195px;max-width:340px}
.shelf-selection>span{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:600;color:#75757a}
.shelf-selection h2{font-size:27px;letter-spacing:-.04em;margin:4px 0 0;line-height:1.15}
.shelf-arrow{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#f0f0f3cc;backdrop-filter:blur(10px);border:1px solid #00000005;transition:background .2s,transform .2s}
.shelf-arrow:hover{background:#e2e2e8;transform:scale(1.08)}
.shelf-arrow svg{width:15px;height:15px}#shelf-prev svg{transform:rotate(180deg)}
.shelf-actions{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:16px;position:relative;z-index:2}
.shelf-actions button{border:0;background:none;display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#0066cc;padding:4px 0;min-height:28px}
.shelf-actions button:hover{text-decoration:underline}
.shelf-actions button svg{width:13px;height:13px}
.shelf-actions .shelf-shuffle{color:#616168;gap:7px}
.shelf-divider{width:1px;height:14px;background:#d6d6db}
.shelf-hint{font-size:11px;color:#8b8b91;margin-top:17px;letter-spacing:.02em}
.surprise-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:none;border:1px solid #d6d6da;border-radius:100px;background:#fff;padding:13px 20px;font-size:14px;transition:box-shadow .3s,transform .3s}
.surprise-button:hover{box-shadow:0 5px 15px #0000000a;transform:translateY(-2px)}
.surprise-button svg{width:18px;height:18px}
.home-experience .collection{padding-top:98px}
.home-experience .collection .section-description{max-width:685px;font-size:20px}
.home-experience .game-card{position:relative;transition:transform .35s var(--spring),box-shadow .35s}
.home-experience .game-card:hover{transform:translateY(-7px);box-shadow:0 18px 38px #00000015}
.home-experience .game-art img{transition:transform .7s var(--spring)}
.home-experience .game-card:hover .game-art img{transform:scale(1.035)}
.home-experience .game-arrow{background:#1d1d1f;color:#fff;transition:transform .3s}
.home-experience .game-card:hover .game-arrow{transform:rotate(-35deg)}
.home-experience .gallery-hint{font-size:14px;letter-spacing:0;color:#0066cc}
/* A quiet conversation gives the language section something real to touch. */
.dialect-demo{background:#f5f5f7;border-radius:36px;min-height:345px;padding:31px 30px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;overflow:hidden}
.dialect-switch{background:#e4e4e9;border-radius:50px;padding:4px;display:flex;gap:3px;max-width:100%}
.dialect-switch button{border:0;border-radius:40px;min-width:100px;padding:8px 16px;background:transparent;font-size:13px;transition:background .25s,box-shadow .25s}
.dialect-switch button.active{background:#fff;box-shadow:0 2px 5px #00000012}
.dialect-conversation{display:flex;align-items:flex-end;gap:12px;width:100%;justify-content:center;margin:40px 0 24px;direction:ltr}
.dialect-avatar{display:grid;place-items:center;width:42px;height:42px;flex:none;border-radius:50%;background:#e8222e;color:#fff;font:700 28px Speda;padding-bottom:2px}
.dialect-message{font:700 30px Speda;color:#fff;background:#0071e3;box-shadow:0 10px 20px #0071e319;padding:16px 23px;border-radius:26px 26px 26px 5px;position:relative;transition:background .35s,transform .35s;white-space:nowrap}
.dialect-demo[data-dialect=badini] .dialect-message{background:#644c94;transform:rotate(-2deg)}
.message-wave{display:flex;align-items:center;gap:3px;position:absolute;right:14px;bottom:-11px;background:#fff;border-radius:50px;height:24px;padding:6px 9px;box-shadow:0 2px 6px #00000009}
.message-wave i{width:3px;height:5px;background:#a0a0a7;border-radius:3px}.message-wave i:nth-child(2){height:11px}.message-wave i:nth-child(3){height:7px}
/* Details float above the collection, preserving the visitor's place. */
.game-preview{border:0;padding:0;border-radius:32px;width:min(860px,calc(100% - 64px));max-width:860px;max-height:calc(100dvh - 64px);color:var(--ink);background:white;overflow:auto;box-shadow:0 40px 120px #0004;overscroll-behavior:contain}
.game-preview::backdrop{background:#15171b66;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.game-preview[open]{animation:preview-arrive .35s var(--spring)}
.preview-shell{display:grid;grid-template-columns:340px 1fr;min-height:510px;position:relative}
.preview-close{position:absolute;inset-inline-end:18px;top:18px;z-index:3;display:grid;place-items:center;background:#eeeeefdf;backdrop-filter:blur(12px);border:0;border-radius:50%;width:34px;height:34px}
.preview-close svg{width:20px;height:20px}.preview-close:hover{background:#e0e0e4}
.preview-art{position:relative;overflow:hidden;isolation:isolate;min-height:510px;background:#e9e9eb}
.preview-art img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.preview-art::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0009)}
.preview-art-label{position:absolute;bottom:27px;left:27px;color:#fff;z-index:2;font-size:23px;font-weight:800;letter-spacing:-.05em;line-height:1}
.preview-art-label span{display:block;font-size:8px;font-weight:600;letter-spacing:.1em;margin-top:9px}
.preview-content{padding:53px 40px 24px;display:flex;align-items:flex-start;flex-direction:column;min-width:0}
.preview-kicker{font-size:12px;color:var(--muted);margin-bottom:27px}
.preview-category{font-size:11px;font-weight:500;border-radius:100px;padding:5px 10px;background:#f0f0f3;color:#64646a;margin-bottom:13px}
.preview-content h2{font-size:42px;letter-spacing:-.05em;line-height:1.08;overflow-wrap:anywhere}
.preview-description{font-size:16px;line-height:1.55;color:#6e6e73;margin-top:20px;margin-bottom:27px}
.preview-actions{display:flex;flex-direction:column;align-items:flex-start;gap:17px;margin-top:auto}
.preview-actions .button{font-size:14px;min-height:42px;padding:11px 20px}
.preview-actions .text-link{font-size:15px}
.preview-note{font-size:10px;color:#818188;margin-top:17px;line-height:1.5}
.preview-pagination{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e7e7eb;padding-top:20px;margin-top:25px;width:100%}
.preview-pagination>span{font-size:12px;color:#86868b;font-variant-numeric:tabular-nums;direction:ltr}
.preview-pagination>div{display:flex;gap:10px}.preview-pagination .round-button{width:30px;height:30px;background:#f0f0f3}.preview-pagination .round-button svg{width:13px;height:13px}
#preview-prev svg{transform:rotate(180deg)}
body.preview-open{overflow:hidden}
@keyframes preview-arrive{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
.home-experience .online-section{background:#0c0d0f}
.home-experience .online-art::before{content:'';position:absolute;inset:10% -10%;background:radial-gradient(ellipse,#41624528,transparent 65%);border-radius:50%;z-index:-1}
.home-experience .online-card{transition:transform .8s var(--spring)}
@media(hover:hover){.home-experience .online-art:hover .back{transform:translate(-8px,-9px) rotate(-15deg)}.home-experience .online-art:hover .front{transform:translate(5px,-5px) rotate(12deg)}}
.home-experience .feature-6{background:radial-gradient(ellipse at 95% 70%,#453956 0%,#1c1b22 55%,#151518 100%);border:1px solid #ffffff0a}
.home-experience .download-section{position:relative;overflow:hidden;background:#fff;padding-top:112px;padding-bottom:118px;isolation:isolate}
.home-experience .download-section::before{content:'';position:absolute;z-index:-1;inset:0;background:radial-gradient(ellipse at 50% 36%,#f8f0f0,transparent 53%)}
.home-experience .download-section h2{font-size:76px;letter-spacing:-.055em;line-height:1.05}
.home-experience .download-section h2 span{color:#e8222e}
.home-experience .app-icon{transform:rotate(-8deg);transition:transform .6s var(--spring);box-shadow:0 20px 25px -15px #c5113655}
.home-experience .app-icon:hover{transform:rotate(5deg) scale(1.07)}
/* Reveal only decorative artwork; reading and navigation never depend on motion. */
@media(prefers-reduced-motion:no-preference){.motion-ready .feature-card,.motion-ready .release-card,.motion-ready .dialect-demo{transition:translate .8s var(--spring),opacity .8s}.motion-ready .await-reveal{opacity:.35;translate:0 24px}.motion-ready .is-revealed{opacity:1;translate:0 0}}
.kurdish-mode .shelf-selection h2{line-height:1.5;font-size:26px;letter-spacing:0}.kurdish-mode .shelf-selection>span{letter-spacing:0;font-size:12px}
.kurdish-mode .shelf-actions button{font-size:13px;line-height:1.7}.kurdish-mode .hero .eyebrow{letter-spacing:0}.kurdish-mode .preview-content h2{font-size:35px;letter-spacing:0;line-height:1.4}.kurdish-mode .preview-description{font-size:16px;line-height:1.8}.kurdish-mode .preview-art{direction:ltr}.kurdish-mode .download-section h2{font-size:63px;letter-spacing:0;line-height:1.4}
.kurdish-mode #shelf-prev svg,.kurdish-mode #preview-prev svg{transform:none}.kurdish-mode #shelf-next svg,.kurdish-mode #preview-next svg{transform:rotate(180deg)}
@media(min-width:1500px){.shelf-deck{transform:translateX(-50%) scale(1.06)}.shelf-stage{height:350px}}
@media(max-width:1150px){.dialect-message{font-size:26px;padding-inline:18px}}
@media(max-width:800px){.home-experience .hero{padding-top:42px}.home-experience .hero h1{font-size:76px}.shelf-deck{transform:translateX(-50%) scale(.8)}.shelf-stage{height:282px}.play-shelf{margin-top:39px;padding-bottom:30px}.dialect-section>.section-inner{grid-template-columns:1fr;gap:40px}.dialect-copy .section-description{max-width:620px}.dialect-demo{max-width:600px;width:100%;justify-self:center;min-height:310px}.dialect-message{font-size:32px}.preview-shell{grid-template-columns:290px 1fr}.preview-art{min-height:520px}.preview-content{padding-inline:28px}.preview-content h2{font-size:34px}.preview-description{font-size:15px}.game-preview{width:calc(100% - 36px);max-height:calc(100dvh - 36px)}.home-experience .download-section h2{font-size:60px}}
@media(max-width:580px){.home-experience .hero{padding-top:34px}.home-experience .hero .eyebrow{font-size:12px;margin-bottom:19px}.home-experience .hero h1{font-size:55px;letter-spacing:-.06em}.home-experience .hero-description{font-size:17px;line-height:1.5;margin-top:19px;margin-inline:18px}.home-experience .hero-actions{margin-top:21px}.home-experience .hero-note{font-size:10px;max-width:300px;margin:15px auto 0}.play-shelf{margin-top:32px;padding-bottom:25px}.shelf-deck{transform:translateX(-50%) scale(.68)}.shelf-stage{height:221px}.shelf-caption{gap:22px;margin-top:0}.shelf-selection{min-width:160px;max-width:220px}.shelf-selection h2{font-size:25px}.shelf-selection>span{font-size:9px}.shelf-arrow{width:32px;height:32px}.shelf-actions{margin-top:12px;gap:15px}.shelf-actions button{font-size:12px}.shelf-hint{font-size:10px;margin-top:11px}.shelf-aura{bottom:75px;height:230px;width:650px}.home-experience .collection{padding-top:65px}.home-experience .collection .section-description{font-size:18px}.surprise-button{padding:10px 16px;min-height:40px;font-size:13px}.home-experience .section-heading{gap:20px}.dialect-demo{min-height:315px;border-radius:28px;padding:24px 20px}.dialect-message{font-size:25px;padding:15px 19px}.dialect-avatar{width:36px;height:36px;font-size:23px}.dialect-conversation{gap:10px}.game-preview{width:calc(100% - 28px);max-height:calc(100dvh - 32px);border-radius:25px}.preview-shell{grid-template-columns:1fr;min-height:0}.preview-art{height:220px;min-height:0}.preview-art img{object-position:center 45%}.preview-art-label{bottom:20px;left:23px;font-size:19px}.preview-art-label span{font-size:7px}.preview-close{top:14px;inset-inline-end:14px}.preview-content{padding:26px 25px 20px}.preview-kicker{margin-bottom:17px;font-size:11px}.preview-content h2{font-size:35px}.preview-description{font-size:15px;margin-top:14px;margin-bottom:23px;line-height:1.5}.preview-actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px}.preview-actions .button{font-size:12px;padding:10px 17px;min-height:39px}.preview-actions .text-link{font-size:13px}.preview-note{margin-top:15px}.preview-pagination{margin-top:17px;padding-top:14px}.home-experience .download-section{padding-block:82px}.home-experience .download-section h2{font-size:49px}.kurdish-mode .hero h1{font-size:45px;line-height:1.4}.kurdish-mode .hero-description{font-size:16px;line-height:1.8}.kurdish-mode .hero .eyebrow{font-size:13px}.kurdish-mode .shelf-selection h2{font-size:24px}.kurdish-mode .shelf-actions{gap:12px}.kurdish-mode .shelf-actions button{font-size:12px}.kurdish-mode .preview-content h2{font-size:31px}.kurdish-mode .preview-actions{gap:15px}.kurdish-mode .preview-actions .button{font-size:12px}.kurdish-mode .preview-description{font-size:15px}.kurdish-mode .download-section h2{font-size:42px}}
@media(max-width:360px){.home-experience .hero h1{font-size:47px}.home-experience .hero-description{font-size:15px}.home-experience .hero-note{font-size:9px}.shelf-deck{transform:translateX(-50%) scale(.61)}.shelf-stage{height:202px}.shelf-caption{gap:10px}.shelf-selection{min-width:150px}.shelf-actions{gap:12px}.shelf-actions button{font-size:11px}.dialect-message{font-size:22px;padding-inline:15px}.dialect-avatar{width:31px;height:31px}.dialect-conversation{gap:7px}.home-experience .download-section h2{font-size:42px}.kurdish-mode .hero h1{font-size:38px}.kurdish-mode .shelf-actions button{font-size:11px}}
@media(prefers-reduced-motion:reduce){.shelf-card{will-change:auto}.motion-ready .await-reveal{opacity:1;translate:none}}
@media print{.shelf-stage{height:320px}.home-experience .await-reveal{opacity:1;translate:none}}
/* Follow Pito: live follower counts and the latest posts. social.js fills it from /api/social;
   with no data the panels still link to both profiles. */
.social-section{background:#0c0d0f;color:#f5f5f7}
.social-section .eyebrow{color:#a1a1a6}
.social-section .section-description{color:#b7b7bb;max-width:430px}
.social-total{margin-top:52px}
.social-count{display:flex;align-items:center;flex-wrap:wrap;gap:12px 20px}
.social-count b{font:650 80px/1 var(--font);letter-spacing:-.055em;font-variant-numeric:tabular-nums}
.social-live{display:inline-flex;align-items:center;gap:8px;padding:6px 13px 6px 11px;border-radius:99px;background:#30d15817;color:#30d158;font-size:14px;font-weight:600;line-height:1.3}
.social-live i{position:relative;width:8px;height:8px;border-radius:50%;background:currentColor}
.social-live i::after{content:'';position:absolute;inset:0;border-radius:50%;background:currentColor;animation:social-ping 2.4s cubic-bezier(0,0,.2,1) infinite}
@keyframes social-ping{from{transform:scale(1);opacity:.65}75%,to{transform:scale(2.8);opacity:0}}
.social-total-label{font-size:19px;color:#a1a1a6;letter-spacing:-.02em;margin-top:10px}
.social-profiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:46px}
.social-profile{display:flex;flex-direction:column;gap:24px;padding:26px;border-radius:30px;background:#1c1c1e;border:1px solid #ffffff12}
.social-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 16px}
.social-identity{display:flex;align-items:center;gap:14px;min-width:0;color:inherit}
.social-identity:hover{text-decoration:none}
.social-identity:hover .social-name{text-decoration:underline}
.social-mark{display:grid;place-items:center;flex:none;width:48px;height:48px;border-radius:14px}
.social-mark svg{width:26px;height:26px;overflow:visible}
.social-mark.tiktok{background:#000;box-shadow:inset 0 0 0 1px #ffffff1f}
.social-mark.instagram{color:#fff;background:radial-gradient(circle at 28% 108%,#fdf497 0%,#fd5949 42%,#d6249f 62%,#285aeb 96%)}
.social-name{font-size:21px;line-height:1.2;letter-spacing:-.025em}
.social-handle{display:block;font-size:14px;color:#a1a1a6;margin-top:3px}
.social-follow{display:inline-flex;align-items:center;flex:none;min-height:38px;padding:8px 19px;border-radius:980px;background:#f5f5f7;color:#1d1d1f;font-size:15px;font-weight:600;line-height:1.3;transition:background .2s}
.social-follow:hover{background:#fff;text-decoration:none}
.social-stats{display:flex;gap:36px;margin:0}
.social-stats>div{display:flex;flex-direction:column-reverse;gap:3px}
.social-stats dd{margin:0;font:650 30px/1.1 var(--font);letter-spacing:-.035em;font-variant-numeric:tabular-nums}
.social-stats dt{font-size:13px;color:#a1a1a6}
.social-feed{margin-top:48px}
.social-feed-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 20px;margin-bottom:18px}
.social-feed-title{font-size:21px;line-height:1.3;letter-spacing:-.025em}
.social-feed-link{color:#2997ff;font-size:17px}
.social-posts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.social-post{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;border-radius:16px;background:#2c2c2e;color:#fff}
.social-post img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--spring)}
.social-post:hover img{transform:scale(1.045)}
.social-post::after{content:'';position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,#0000008f);pointer-events:none}
.social-post-skeleton .social-post::after{display:none}
.social-post-views{position:absolute;inset-inline-start:10px;bottom:9px;z-index:1;display:flex;align-items:center;gap:5px;font:600 13px var(--font);font-variant-numeric:tabular-nums;text-shadow:0 1px 3px #0008}
.social-post-views svg{width:11px;height:11px}
.kurdish-mode .social-post-views{font-family:Speda,var(--font)}
.social-post-kind{position:absolute;top:9px;inset-inline-end:9px;z-index:1;width:19px;height:19px;filter:drop-shadow(0 1px 2px #0007)}
.social-section.is-loading .social-count b,.social-section.is-loading .social-stats dd{color:transparent;background:#2c2c2e;border-radius:12px;animation:social-wait 1.4s ease-in-out infinite}
.social-section.is-loading .social-count b{min-width:4.5ch}
.social-section.is-loading .social-stats dd{min-width:3.2ch}
.social-section.is-loading .social-live,.social-section.is-loading .social-total-label{visibility:hidden}
.social-section.is-loading .social-post{animation:social-wait 1.4s ease-in-out infinite}
@keyframes social-wait{50%{opacity:.5}}
.kurdish-mode .social-total-label{letter-spacing:0;line-height:1.8}
.kurdish-mode .social-stats dd{font-family:Speda,var(--font);letter-spacing:0}
.kurdish-mode .social-live{font-family:Speda,var(--font)}
.kurdish-mode .social-feed-title{letter-spacing:0;line-height:1.6}
@media(max-width:1150px){.social-count b{font-size:70px}.social-profile{padding:22px}.social-stats{gap:28px}}
@media(max-width:800px){.social-profiles{grid-template-columns:minmax(0,1fr);margin-top:36px}.social-total{margin-top:40px}.social-count b{font-size:62px}.social-feed{margin-top:40px}.social-posts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}}
@media(max-width:580px){.social-count b{font-size:52px}.social-total-label{font-size:17px}.social-profile{gap:20px;padding:20px;border-radius:26px}.social-feed-title{font-size:19px}.social-feed-link{font-size:16px}.social-mark{width:44px;height:44px;border-radius:13px}.social-name{font-size:19px}.social-follow{min-height:36px;padding:7px 16px;font-size:14px}.social-stats dd{font-size:26px}.social-posts{gap:8px}.social-post{border-radius:13px}.social-post-views{font-size:12px;inset-inline-start:8px;bottom:7px}}
@media print{.social-section{display:none}}
