/* latin-ext */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/fonts/cinzel-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/fonts/cinzel-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{color-scheme:dark;--bg:#09090b;--surface:#101013;--ink:#f0eae6;--muted:#969197;--red:#d84b50;--line:rgba(218,198,194,.13);--font-heading:Cinzel,Georgia,serif;--font-body:Manrope,Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.7 var(--font-body);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}::selection{background:#8f242d;color:white}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}svg{display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500}h1,h2{font-family:var(--font-heading);letter-spacing:-.035em;line-height:1.24}h2{font-size:clamp(30px,3vw,44px)}h1 em,h2 em{font-style:normal;color:var(--red)}:focus-visible{outline:2px solid #f0757a;outline-offset:6px}.container{width:min(1280px,calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;top:10px;left:10px;transform:translateY(-180%);z-index:100;background:#fff;color:#000;padding:10px 20px}.skip-link:focus{transform:translateY(0)}
.site-header{height:96px;position:absolute;inset:0 0 auto;z-index:30;border-bottom:1px solid rgba(220,193,191,.08)}.header-inner{height:100%;width:min(1376px,calc(100% - 80px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:flex;align-items:center;gap:13px;flex-shrink:0}.brand-mark{width:40px;height:46px;color:#d75558;flex:none}.brand-mark svg{width:100%;height:100%}.brand-wordmark{display:flex;flex-direction:column;line-height:1.3}.brand-name{font:500 19px var(--font-heading);letter-spacing:.085em}.brand-label{font-size:8px;letter-spacing:.56em;color:#a19a9a;margin-top:4px}.site-nav{display:flex;gap:34px;align-items:center}.nav-link{position:relative;color:#aaa4a6;font-size:12px;font-weight:500;transition:color .2s;padding:35px 0}.nav-link:hover,.nav-link.is-active,.nav-link[aria-current=page]{color:#fff}.nav-link.is-active::after,.nav-link[aria-current=page]::after{content:'';position:absolute;left:50%;bottom:22px;width:4px;height:4px;background:var(--red);transform:rotate(45deg)}.header-cta{padding:11px 18px;border:1px solid #543035;border-radius:2px;font-size:11px;letter-spacing:.02em;display:flex;gap:22px;align-items:center;transition:border-color .2s,background .2s}.header-cta:hover{border-color:var(--red);background:#291216}.header-cta svg{width:16px;height:16px}.menu-toggle{display:none}.eyebrow{font-size:9px;letter-spacing:.24em;font-weight:700;display:flex;align-items:center;gap:13px;color:#b5a8aa}.tiny-diamond{display:inline-block;background:var(--red);height:6px;width:6px;transform:rotate(45deg);box-shadow:0 0 14px #bc303a66}.section-number{color:var(--red);letter-spacing:.1em;margin-right:7px}.button{display:inline-flex;justify-content:center;align-items:center;gap:27px;min-height:51px;padding:13px 23px;font-size:11px;font-weight:700;border-radius:2px;border:1px solid transparent;transition:background .2s,border-color .2s,transform .2s}.button-primary{background:#b5323b;color:#fff;box-shadow:0 4px 30px #a8202316;border-color:#c44c51}.button-primary:hover{background:#cc424b;transform:translateY(-2px)}.button span[aria-hidden]{font-size:20px;line-height:1}.button-ghost{border-color:#543035;background:#120e11}.button-ghost:hover{border-color:var(--red)}.text-link{font-size:11px;color:#c8c0c2;display:inline-flex;gap:20px;align-items:center;padding:12px 0}.text-link:hover{color:#fff}.text-link span{font-size:20px}
.hero{position:relative;min-height:800px;height:min(900px,100svh);overflow:hidden;background:radial-gradient(ellipse at 76% 56%,#230b10 0,transparent 46%),#09090b}.hero-inner{height:100%;position:relative;min-height:800px}.hero-atmosphere{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 42% 96%,#55141d26,transparent 50%),radial-gradient(ellipse at 91% 22%,#58132615,transparent 50%)}.hero-grain{position:absolute;inset:0;z-index:9;opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23ffffff' filter='url(%23n)' opacity='.5' d='M0 0h160v160H0z'/%3E%3C/svg%3E")}.hero-rune{position:absolute;color:#b7525322;font-size:140px;right:3.5%;top:37%;font-family:serif;transform:rotate(9deg);z-index:2}.hero-copy{position:absolute;top:31%;left:0;z-index:12;width:48%}.hero-copy h1{font-size:clamp(44px,4.4vw,67px);line-height:1.27;letter-spacing:-.043em;margin-top:27px;white-space:nowrap}.hero-copy h1 em{font-weight:400}.hero-description{color:#a29ba0;font-size:13px;line-height:1.95;margin-top:24px;max-width:355px}.hero-actions{display:flex;gap:30px;align-items:center;margin-top:34px}.hero-signature{display:flex;align-items:center;gap:13px;margin-top:53px;font-size:8px;letter-spacing:.25em;color:#777075}.signature-line{height:1px;width:31px;background:#783137}.summoner-scene{position:absolute;width:min(65vw,890px);height:auto;aspect-ratio:2/3;right:-97px;top:75px;z-index:3;pointer-events:none;mask-image:linear-gradient(to bottom,#000 0%,#000 66%,transparent 87%)}.character-rig{width:100%;height:100%;position:relative;animation:levitate 9s ease-in-out infinite;transform-origin:50% 60%}.character-image{width:100%;height:100%;object-fit:contain;mix-blend-mode:lighten;mask-image:linear-gradient(90deg,transparent 0,#000 17%,#000 88%,transparent 100%)}.orb-stage{position:absolute;width:52%;aspect-ratio:1;left:14%;top:3.5%;pointer-events:auto;z-index:5;touch-action:none;cursor:grab;border-radius:50%;isolation:isolate}.orb-stage canvas{position:absolute;inset:0;width:100%;height:100%;display:block;opacity:0;transition:opacity 1.1s;z-index:2}.orb-stage.orb-ready canvas{opacity:1}.orb-fallback{position:absolute;inset:14%;border-radius:50%;background:radial-gradient(circle at 46% 50%,#75142e20 0,#29113075 49%,#ab2f4533 69%,transparent 73%);box-shadow:0 0 65px #b9263d24;transition:opacity 1s}.orb-ready .orb-fallback{opacity:.3}.orb-fallback::after,.orb-fallback::before{content:'';position:absolute;inset:7%;border:1px solid #a94b6538;border-radius:50%;transform:rotate(-27deg) scaleY(.55)}.orb-fallback::before{transform:rotate(43deg) scaleY(.6)}.orb-fallback i{position:absolute;background:#e87184;box-shadow:0 0 8px #fb698d;width:2px;height:2px;top:33%;left:29%}.orb-fallback i:nth-of-type(2){top:60%;left:68%}.orb-fallback i:nth-of-type(3){top:24%;left:74%}.palm-light{position:absolute;width:24%;height:13%;left:29%;top:26%;background:radial-gradient(ellipse,#e63c6538,transparent 66%);mix-blend-mode:screen;filter:blur(10px);animation:palm-pulse 5s ease-in-out infinite;z-index:4}.orb-annotation{position:absolute;left:9%;top:35%;display:flex;align-items:center;gap:9px;color:#bfa6a766;font-size:7px;letter-spacing:.2em;transform:rotate(-90deg);transform-origin:0 0;white-space:nowrap}.orb-annotation span{display:block;width:50px;height:1px;background:#ac596755}.scene-embers{position:absolute;inset:0;z-index:6;overflow:hidden}.scene-embers i{position:absolute;left:30%;top:58%;height:3px;width:2px;background:#da5d43;box-shadow:0 0 8px #ea4433;animation:ember-rise 8s linear infinite}.scene-embers i:nth-child(2){left:57%;top:57%;animation-delay:-2s}.scene-embers i:nth-child(3){left:74%;top:51%;animation-delay:-4s}.scene-embers i:nth-child(4){left:20%;top:71%;animation-delay:-3s}.scene-embers i:nth-child(5){left:43%;top:63%;animation-delay:-7s}.scene-embers i:nth-child(6){left:63%;top:66%;animation-delay:-5s}.scene-embers i:nth-child(7){left:80%;top:75%;animation-delay:-1s}.scene-embers i:nth-child(8){left:35%;top:45%;animation-delay:-6s}.orb-interface{position:absolute;right:6px;bottom:100px;z-index:15;width:320px}.orb-help{display:flex;align-items:center;justify-content:center;gap:10px;font-size:9px;color:#b6a5ac;letter-spacing:.03em;margin-bottom:16px}.orb-help svg{height:19px;width:19px;color:#b36970}.orb-info{display:flex;align-items:center;gap:13px;padding:14px;background:linear-gradient(120deg,#160f14e6,#171017b8);border:1px solid #74344555;border-radius:3px;box-shadow:0 10px 40px #0003;backdrop-filter:blur(16px);transition:border-color .3s}.orb-info:hover{border-color:#b0515f}.orb-info>img{width:50px;height:56px;object-fit:cover;border-radius:2px;flex:none}.orb-info-content{display:flex;flex-direction:column;min-width:0}.orb-info-kicker{color:#c2757c;font-size:7px;letter-spacing:.14em}.orb-info-content strong{font:500 17px var(--font-heading);margin:3px 0}.orb-info-content>#orb-info-description{font-size:9px;color:#93858e;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.orb-info-arrow{color:#c2636a;font-size:23px;margin-left:auto}.orb-pickers{display:flex;justify-content:center;gap:1px}.orb-picker{width:40px;height:32px;border:0;background:none;display:grid;place-items:center}.orb-picker>span{width:16px;height:2px;background:#524147;transition:background .2s,width .2s}.orb-picker.is-active>span{width:22px;background:#e0656b}.hero-bottom{position:absolute;bottom:31px;left:0;right:0;display:flex;justify-content:space-between;z-index:12}.scroll-cue{font-size:8px;letter-spacing:.22em;display:flex;gap:14px;align-items:center;color:#9d939b}.scroll-line{height:24px;width:1px;background:linear-gradient(#b13543,transparent)}.scroll-cue>span:last-child{font-size:16px;margin-left:16px}.hero-coordinate{font-size:7px;letter-spacing:.17em;color:#8a7d84;display:flex;align-items:center;gap:8px}.status-light{display:inline-block;width:5px;height:5px;border-radius:100%;background:#d05862;box-shadow:0 0 9px #d0586266;flex:none}.world-divider{width:min(1280px,calc(100% - 112px));display:flex;align-items:center;gap:24px;margin:auto;color:#86353e;position:relative;z-index:10}.world-divider>span{height:1px;background:linear-gradient(to right,transparent,#62303a55);flex:1}.world-divider>span:last-child{transform:rotate(180deg)}.world-divider>svg{width:22px;height:30px;margin-top:-15px}
.games-section{padding-top:86px;padding-bottom:96px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:35px}.section-heading h2{margin-top:17px}.section-heading>p{font-size:11px;line-height:1.9;color:var(--muted);padding-bottom:4px}.collection-toolbar{display:flex;justify-content:space-between;font-size:8px;letter-spacing:.15em;color:#8f858b;border-top:1px solid var(--line);padding-top:19px;margin-bottom:23px}.collection-label{display:flex;align-items:center;gap:10px}.collection-label .tiny-diamond{width:4px;height:4px}.collection-toolbar>span:last-child{display:flex;gap:14px}.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px}.game-card{min-width:0}.game-card-link{display:block}.game-art{position:relative;aspect-ratio:1.29;overflow:hidden;background:#1c151a;border:1px solid #3b2d3055;border-radius:3px}.game-art::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0b081424,transparent 22%,#110c1122 50%,#080609cc);pointer-events:none}.game-art img{width:100%;height:100%;object-fit:cover;transition:transform .7s,filter .7s;filter:saturate(.72)}.game-card-link:hover .game-art img{transform:scale(1.055);filter:saturate(1)}.game-badge{position:absolute;left:17px;top:17px;z-index:2;font-size:7px;letter-spacing:.12em;display:flex;align-items:center;gap:6px;border:1px solid #baa0a744;background:#150e1db8;padding:4px 8px;backdrop-filter:blur(6px);border-radius:2px}.game-badge i{height:3px;width:3px;background:#d69b94;border-radius:50%}.game-art-index{position:absolute;top:15px;right:17px;font-size:10px;letter-spacing:.07em;color:#bdb1b3;z-index:2}.game-art-name{position:absolute;bottom:33px;left:20px;right:20px;font:500 clamp(21px,2.1vw,33px)/1.2 var(--font-heading);text-transform:uppercase;letter-spacing:.12em;text-align:center;text-shadow:0 2px 20px #000;z-index:2}.game-art-arrow{position:absolute;right:14px;bottom:12px;z-index:2;font-size:19px;color:#d19e9d;opacity:0;transition:opacity .2s}.game-card:hover .game-art-arrow{opacity:1}.game-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:21px;color:#ae7177;font-size:8px;letter-spacing:.04em}.game-card-meta>span:last-child{color:#766c76;font-size:8px}.game-card h3{font:500 22px var(--font-heading);margin-top:7px}.game-card p{font-size:11px;color:#91878e;line-height:1.85;margin-top:8px;max-width:330px}.game-card-cta{font-size:9px;display:flex;align-items:center;gap:14px;margin-top:19px;color:#c6b5ba}.game-card-cta>span{color:#c9616e;font-size:17px;transition:transform .2s}.game-card-link:hover .game-card-cta>span{transform:translate(3px,-3px)}.concept-note{font-size:10px;line-height:1.8;color:#93858e;border-left:1px solid #67303a;padding-left:12px;margin-top:36px}
.about-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;background:radial-gradient(ellipse at 20% 50%,#41131e22,transparent 55%),#0d0b0e}.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:80px;align-items:center;padding-block:66px}.about-art{position:relative;display:flex;flex-direction:column;align-items:center;padding:20px}.about-art>img{width:330px;mix-blend-mode:lighten;mask-image:radial-gradient(ellipse,#000 47%,transparent 74%);position:relative;z-index:1}.about-orbit{position:absolute;width:310px;aspect-ratio:1;top:32px;left:50%;transform:translateX(-50%) rotate(45deg);border:1px solid #61252d26;border-radius:50%}.about-orbit::after{content:'';position:absolute;inset:-23px;border:1px solid #61252d18;border-radius:50%}.about-art-caption{font-size:7px;letter-spacing:.21em;color:#8b737b;z-index:2;margin-top:16px;text-align:center}.about-copy h2{font-size:35px;line-height:1.4;margin-top:19px}.about-copy>p:not(.eyebrow){font-size:11px;line-height:2;color:#a2979f;max-width:490px;margin-top:20px}.studio-values{display:flex;gap:26px;margin-top:28px;padding-top:23px;border-top:1px solid var(--line)}.studio-values>span{display:flex;align-items:center;gap:8px;color:#b9a7ad;font-size:9px;white-space:nowrap}.studio-values svg{width:17px;height:17px;fill:none;stroke:#b95964;stroke-width:1.2}.contact-section{text-align:center;padding-block:88px 93px;position:relative}.contact-sigil{font-size:44px;font-family:serif;color:#98414a;line-height:1;margin-bottom:25px}.contact-section .eyebrow{justify-content:center}.contact-section h2{margin-top:22px}.contact-section>p:not(.eyebrow){font-size:12px;line-height:1.9;color:#9c8e98;margin-top:20px}.contact-soon{display:inline-flex;gap:10px;align-items:center;padding:13px 20px;font-size:10px;color:#b9a3ad;border:1px solid #64303e55;background:#27121b40;margin-top:28px;border-radius:2px}.contact-section .button{margin-top:28px}.site-footer{border-top:1px solid var(--line);background:#080709}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:28px;width:min(1280px,calc(100% - 112px));margin:auto}.footer-brand{font:500 12px var(--font-heading);letter-spacing:.07em}.footer-brand span{font:8px var(--font-body);letter-spacing:.3em;margin-left:8px;color:#93838d}.footer-note{color:#877b83;font-size:9px}.footer-links{display:flex;gap:22px;font-size:9px;color:#b1a2aa}.footer-links a:hover{color:white}
.detail-page{min-height:70vh}.detail-hero{position:relative;min-height:590px;display:flex;align-items:flex-end;overflow:hidden}.detail-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:saturate(.72)}.detail-overlay{position:absolute;inset:0;background:linear-gradient(0deg,var(--bg),#09090b55 75%,#09090bbf)}.detail-hero-content{position:relative;z-index:2;padding-top:145px;padding-bottom:50px}.detail-back{display:inline-flex;align-items:center;gap:9px;font-size:11px;color:#dfcdd2;margin-bottom:48px}.detail-status{display:inline-flex;border:1px solid #d1839155;padding:4px 10px;border-radius:2px;color:#eab3b7;background:#220c1680;font-size:9px;letter-spacing:.15em;margin-bottom:15px}.detail-heading{font-size:clamp(40px,6vw,79px);margin-bottom:16px}.detail-intro{max-width:620px;font-size:15px;color:#c9bcc4;line-height:1.9}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:100px;padding-top:34px;padding-bottom:55px}.detail-copy>h2{font-size:29px;margin-bottom:23px}.detail-copy>p{color:#b1a5ae;margin-bottom:18px;font-size:13px;line-height:1.95}.detail-copy .eyebrow{margin-bottom:14px}.detail-copy .concept-note{font-size:11px;padding:13px 18px;background:#20111988;margin-top:27px;color:#b9a6af}.detail-sidebar{border-top:1px solid #763441;padding-top:22px}.detail-sidebar>h2{font:500 18px var(--font-heading);margin-bottom:18px}.detail-facts{margin:0}.detail-facts>div{border-bottom:1px solid var(--line);padding:13px 0;display:flex;justify-content:space-between;gap:20px}.detail-facts dt{font-size:10px;color:#8c7f88}.detail-facts dd{margin:0;font-size:11px;color:#d2c1c7;text-align:right}.detail-sidebar .button{margin-top:25px;width:100%}.detail-gallery{padding-bottom:60px}.detail-gallery h2{font-size:30px}.gallery-hint{font-size:11px;color:#9a8a95}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.gallery-item{display:block;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:3px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.025)}.gallery-expand{position:absolute;bottom:15px;right:15px;background:#140e14bb;backdrop-filter:blur(5px);border:1px solid #aa7c8255;padding:7px 10px;font-size:9px}.detail-next{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-block:27px 55px;gap:20px}.detail-next p{font-size:11px;color:#a18f9b}.detail-video{width:100%;aspect-ratio:16/9;border:0}.not-found{min-height:75vh;padding-block:200px 90px;text-align:center}.not-found .eyebrow{justify-content:center;margin-bottom:20px}.not-found h1{font-size:40px}.not-found p:not(.eyebrow){margin-block:20px 30px;color:#a497a0}.lightbox{border:1px solid #79424d;background:#100b10;padding:12px;color:#eee;max-width:min(1100px,94vw);max-height:95vh;border-radius:4px}.lightbox::backdrop{background:#050307ee;backdrop-filter:blur(12px)}.lightbox img{width:auto;max-width:100%;max-height:78vh;object-fit:contain;margin:auto}.lightbox-close{position:absolute;right:17px;top:17px;background:#09070ddb;border:1px solid #815663;width:44px;height:44px;font-size:23px;border-radius:50%;z-index:2}.lightbox p{padding:13px 8px 2px;font-size:11px;color:#baacb5}.orb-unavailable{cursor:default}.orb-unavailable .orb-fallback{opacity:1}.orb-unavailable::after{content:'Projeleri aşağıdaki kartlardan keşfet';position:absolute;left:5%;right:5%;top:55%;font-size:9px;text-align:center;color:#e0aeb8}.home-page.is-entering .hero-copy{animation:reveal-copy 1s both}.home-page.is-entering .summoner-scene{animation:reveal-character 1.4s both}
@keyframes levitate{0%,100%{transform:translateY(0) rotate(-.1deg)}50%{transform:translateY(-5px) rotate(.2deg)}}@keyframes palm-pulse{50%{opacity:.55;transform:scale(.9)}}@keyframes ember-rise{0%{transform:translate(0,0);opacity:0}15%{opacity:.6}85%{opacity:.3}100%{transform:translate(-28px,-170px);opacity:0}}@keyframes reveal-copy{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-character{from{opacity:.35}to{opacity:1}}
@media(min-width:1600px){.summoner-scene{right:-100px;width:910px;top:63px}.hero-copy{top:30%}.hero-copy h1{font-size:70px}.hero{min-height:880px}.orb-interface{right:20px;bottom:105px}}
@media(max-width:1150px){.container{width:calc(100% - 72px)}.header-inner{width:calc(100% - 56px);gap:20px}.site-nav{gap:23px}.brand-name{font-size:16px}.header-cta{font-size:10px;padding:10px 13px;gap:14px}.hero{min-height:740px}.hero-inner{min-height:740px}.hero-copy{top:30%}.hero-copy h1{font-size:clamp(40px,4.7vw,54px)}.summoner-scene{width:77vw;right:-145px;top:110px}.hero-description{font-size:12px;max-width:300px}.hero-actions{gap:21px}.hero-actions .button{padding-inline:18px;font-size:10px}.hero-signature{margin-top:37px}.orb-interface{bottom:90px;right:0;width:285px}.orb-info-content strong{font-size:15px}.world-divider,.footer-inner{width:calc(100% - 72px)}.about-grid{gap:35px}.about-copy h2{font-size:29px}.studio-values{gap:15px}.studio-values>span{font-size:8px}.game-art-name{font-size:24px}.detail-layout{gap:45px}}
@media(max-width:800px){html{scroll-padding-top:80px}.site-header{height:80px}.header-inner{width:calc(100% - 40px)}.brand-name{font-size:16px}.brand-mark{width:32px;height:39px}.brand-label{font-size:7px}.header-cta{margin-left:auto}.site-nav{display:none;position:absolute;top:80px;left:0;right:0;padding:20px 30px;background:#100b12f5;backdrop-filter:blur(24px);border-bottom:1px solid var(--line)}.site-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.nav-link{padding:17px 10px;font-size:14px;border-bottom:1px solid var(--line)}.nav-link.is-active::after,.nav-link[aria-current=page]::after{right:10px;left:auto;bottom:26px}.menu-toggle{width:42px;height:42px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:none;border:1px solid #51333b;border-radius:2px}.menu-toggle>span{width:17px;height:1px;background:#c9b7c0}.menu-toggle svg{width:20px;height:20px}.hero{height:auto;min-height:1000px}.hero-inner{min-height:1000px}.hero-copy{top:140px;width:65%}.hero-copy h1{font-size:48px}.summoner-scene{width:720px;right:-213px;top:135px;mask-image:linear-gradient(to bottom,#000 0%,#000 63%,transparent 79%)}.orb-interface{bottom:105px;right:10px}.hero-copy .eyebrow{font-size:8px}.hero-description{max-width:270px}.hero-actions{flex-direction:column;align-items:flex-start;gap:6px}.hero-signature{max-width:210px;line-height:2}.hero-bottom{bottom:30px}.hero-coordinate{font-size:6px}.games-grid{gap:19px}.games-section{padding-top:60px;padding-bottom:65px}.section-heading>p{font-size:10px;max-width:190px}.game-art{aspect-ratio:.8}.game-art-name{font-size:20px;letter-spacing:.05em;bottom:25px}.game-badge{left:10px;top:10px;font-size:6px}.game-art-index{right:10px;top:10px}.game-card h3{font-size:18px}.game-card-meta{font-size:7px;display:block}.game-card-meta>span:last-child{display:none}.game-card p{font-size:10px}.about-grid{gap:15px;grid-template-columns:.8fr 1.2fr}.about-art{padding:0}.about-art>img{width:240px}.about-orbit{width:210px;top:0}.about-art-caption{font-size:6px}.about-copy h2{font-size:26px}.about-copy>p:not(.eyebrow){font-size:10px}.studio-values{flex-wrap:wrap;gap:12px}.footer-inner{flex-wrap:wrap}.footer-note{order:3;width:100%}.detail-layout{grid-template-columns:minmax(0,1fr) 230px;gap:30px}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.header-inner{gap:12px}.brand{gap:9px}.brand-name{font-size:13px;letter-spacing:.055em}.brand-label{font-size:6px;letter-spacing:.45em}.brand-mark{width:28px;height:35px}.header-cta{display:none}.menu-toggle{margin-left:auto}.hero{min-height:1100px}.hero-inner{min-height:1100px}.hero-copy{top:126px;left:0;width:100%;text-align:center;z-index:12}.hero-copy .eyebrow{justify-content:center;font-size:7px;letter-spacing:.22em}.hero-copy h1{font-size:clamp(35px,9.5vw,52px);margin-top:20px;line-height:1.25}.hero-description{font-size:11px;max-width:310px;margin:18px auto 0;line-height:1.8}.hero-actions{flex-direction:row;justify-content:center;align-items:center;gap:22px;margin-top:24px}.hero-actions .button{font-size:9px;min-height:46px;padding:10px 16px;gap:17px}.hero-actions .text-link{font-size:9px;gap:10px}.hero-signature{display:none}.summoner-scene{width:630px;left:50%;right:auto;margin-left:-300px;top:402px;mask-image:linear-gradient(to bottom,#000 0%,#000 48%,transparent 68%)}.orb-stage{width:50%;left:15%;top:3.8%}.orb-annotation{display:none}.hero-rune{font-size:100px;top:57%;right:1%}.orb-interface{width:min(310px,100%);right:50%;transform:translateX(50%);bottom:64px}.orb-help{font-size:9px;margin-bottom:12px}.orb-info{padding:12px;background:#180e17cf}.orb-info-content strong{font-size:17px}.orb-info-content>#orb-info-description{font-size:9px}.hero-bottom{bottom:16px;justify-content:center}.scroll-cue{font-size:7px}.scroll-line{height:15px}.hero-coordinate{display:none}.world-divider{width:calc(100% - 40px);gap:17px}.games-section{padding-top:50px;padding-bottom:55px}.section-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:26px}.section-heading h2{margin-top:14px;font-size:29px}.section-heading>p{font-size:11px;max-width:none}.section-heading>p br{display:none}.eyebrow{font-size:8px}.collection-toolbar{font-size:7px;padding-top:16px}.games-grid{grid-template-columns:1fr;gap:35px}.game-art{aspect-ratio:1.4}.game-art-name{font-size:33px;letter-spacing:.1em;bottom:30px}.game-badge{left:15px;top:15px;font-size:7px}.game-art-index{right:15px;top:15px}.game-card-meta{display:flex;font-size:8px;margin-top:17px}.game-card-meta>span:last-child{display:block}.game-card h3{font-size:23px}.game-card p{font-size:11px;max-width:none}.game-card-cta{margin-top:13px}.concept-note{font-size:9px;margin-top:28px}.about-grid{grid-template-columns:1fr;gap:30px;padding-block:42px}.about-art{order:2}.about-art>img{width:250px}.about-orbit{width:215px;top:12px}.about-art-caption{font-size:6px;margin-top:10px}.about-copy h2{font-size:29px}.about-copy>p:not(.eyebrow){font-size:11px}.studio-values{gap:20px;justify-content:space-between}.studio-values>span{font-size:8px}.studio-values svg{width:14px;height:14px}.contact-section{padding-block:56px 61px}.contact-section h2{font-size:30px}.contact-section>p:not(.eyebrow){font-size:11px}.contact-sigil{font-size:37px;margin-bottom:20px}.contact-soon{font-size:9px}.footer-inner{width:calc(100% - 40px);padding-block:25px;gap:17px}.footer-brand{font-size:10px}.footer-links{font-size:8px;gap:15px}.footer-note{font-size:8px}.detail-hero{min-height:540px}.detail-hero-content{padding-top:120px;padding-bottom:35px}.detail-back{margin-bottom:60px;font-size:10px}.detail-heading{font-size:40px}.detail-intro{font-size:12px}.detail-layout{grid-template-columns:1fr;gap:30px;padding-top:20px;padding-bottom:40px}.detail-copy>h2{font-size:27px}.detail-copy>p{font-size:12px}.detail-sidebar{padding:22px 20px;background:#160f16}.detail-gallery h2{font-size:27px}.gallery-grid{grid-template-columns:1fr}.detail-next{flex-direction:column;align-items:flex-start}.not-found h1{font-size:30px}}
@media(max-width:380px){.brand-name{font-size:12px}.hero-copy h1{font-size:34px}.hero-actions{gap:14px}.summoner-scene{width:580px;margin-left:-277px;top:408px}.hero,.hero-inner{min-height:1060px}.hero-actions .button{padding-inline:13px}.studio-values{gap:11px}.footer-links{gap:9px}}
@media(max-height:550px) and (min-width:601px){.hero,.hero-inner{min-height:710px}.hero-copy{top:175px}.summoner-scene{top:105px;width:640px;right:-135px}.orb-interface{bottom:65px;width:260px}.hero-copy h1{font-size:42px}}
.hero::after{content:'';position:absolute;z-index:10;inset:auto 0 0;height:130px;background:linear-gradient(transparent,var(--bg));pointer-events:none}
.hero-atmosphere::before{content:'';position:absolute;inset:18% -10% -10% 10%;background:radial-gradient(ellipse at 36% 80%,#9c18341f,transparent 40%),radial-gradient(ellipse at 66% 60%,#41132e3d,transparent 47%);filter:blur(28px);animation:smoke-drift 23s ease-in-out infinite alternate}
@keyframes smoke-drift{to{transform:translate(-35px,-22px) scale(1.08);opacity:.5}}
.detail-logo{max-width:240px;max-height:100px;object-fit:contain;object-position:left;margin-bottom:22px}.orb-picker{min-width:44px;min-height:44px}
.game-art-icon{aspect-ratio:1}.game-art-icon img{object-fit:contain;filter:saturate(.9)}.game-art-icon .game-art-name{font-size:clamp(20px,2vw,29px);letter-spacing:.05em}.game-page-icon .detail-hero{background:radial-gradient(ellipse at 78% 55%,#421b2966,transparent 55%);min-height:590px}.game-page-icon .detail-cover{inset:125px 7% auto auto;width:420px;height:420px;object-fit:contain;opacity:.65;border-radius:8px;mask-image:linear-gradient(#000 70%,transparent)}.game-page-icon .detail-overlay{background:linear-gradient(90deg,#09090b 5%,#09090b66 62%,transparent),linear-gradient(0deg,#09090b,transparent 35%)}.game-page-icon .detail-logo{width:80px;height:80px;border-radius:6px;margin-bottom:19px}.game-page-icon .detail-back{margin-bottom:25px}.game-page-icon .detail-intro{max-width:500px}
@media(max-width:600px){.game-page-icon .detail-cover{right:-30px;width:330px;height:330px;opacity:.45;top:105px}.game-page-icon .detail-hero{min-height:560px}.game-page-icon .detail-heading{font-size:36px}.game-art-icon .game-art-name{font-size:30px}}
.character-image{mask-image:linear-gradient(90deg,transparent,#000 17%,#000 88%,transparent),linear-gradient(180deg,transparent,#000 5%,#000 76%,transparent 94%);mask-composite:intersect}
.game-badge{text-transform:uppercase}.detail-next h2{font-size:23px}.orb-unavailable::after{content:'Projeleri aşağıdaki kartlardan keşfet'}
.image-unavailable{opacity:0}.game-art:has(.image-unavailable){background:radial-gradient(ellipse at 50% 40%,#482335,#171018)}
@media(min-width:601px) and (max-width:800px) and (min-height:551px){.hero,.hero-inner{min-height:1270px}.hero-copy{top:139px;width:100%;text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-copy h1{font-size:53px;margin-top:21px}.hero-description{margin:20px auto 0;max-width:360px;font-size:12px}.hero-actions{flex-direction:row;justify-content:center;align-items:center;margin-top:25px}.hero-signature{display:none}.summoner-scene{width:800px;left:50%;right:auto;margin-left:-365px;top:435px;mask-image:linear-gradient(to bottom,#000,#000 50%,transparent 70%)}.orb-interface{right:50%;transform:translateX(50%);width:330px;bottom:87px}.hero-bottom{bottom:27px}}
@media(max-width:800px){.menu-toggle{order:3}.header-cta{order:2;margin-left:auto}.site-nav{order:4}}
.site-header{background:#09090b}
.brand-mark.brand-mark-image{width:50px;height:54px;object-fit:contain;mix-blend-mode:screen}
@media(max-width:800px){.brand-mark.brand-mark-image{width:39px;height:43px}}
@media(max-width:600px){.brand-mark.brand-mark-image{width:36px;height:40px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.character-rig{transform:none}.scene-embers{display:none}}
