@charset "utf-8";
:root {
  --cream:#fff8eb; --paper:#fffdf7; --ink:#29343b; --muted:#697278;
  --teal:#07958e; --deep:#056877; --yellow:#ffba1c; --coral:#f3a385;
  --sky:#9cdeda; --line:rgba(41,52,59,.14); --container:min(100% - 96px,1320px); --header:84px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:var(--cream);font-family:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;word-break:keep-all;overflow-x:hidden} body.menu-open{overflow:hidden} a{color:inherit;text-decoration:none} img{display:block;max-width:100%} button{font:inherit}
.skip-link{position:fixed;top:10px;left:10px;z-index:300;padding:12px 16px;color:#fff;background:var(--deep);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.site-header{position:fixed;inset:0 0 auto;z-index:100;height:var(--header);padding:0 48px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,248,235,.92);border-bottom:1px solid transparent;backdrop-filter:blur(18px);transition:.25s}.site-header.is-compact{height:70px;background:rgba(255,253,247,.97);border-color:var(--line)}
.brand{width:96px;height:64px;display:grid;place-items:center}.brand img{width:72px;max-height:62px;object-fit:contain}.header-tools{display:flex;align-items:center;gap:34px}.primary-nav{display:flex;gap:34px;font-size:12px;font-weight:850;letter-spacing:.12em}.primary-nav a{position:relative;padding:12px 0}.primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--teal);transition:right .2s}.primary-nav a:hover:after,.primary-nav a:focus-visible:after{right:0}.lang-switch{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;font-weight:850}.lang-switch button{min-width:28px;min-height:44px;padding:0;border:0;color:var(--muted);background:transparent;cursor:pointer}.lang-switch button[aria-pressed="true"]{color:var(--teal)}.menu-toggle{display:none;width:48px;height:48px;border:0;background:transparent;color:var(--ink);cursor:pointer}

.hero{position:relative;min-height:100svh;padding:calc(var(--header) + 86px) max(48px,calc((100vw - 1320px)/2)) 80px;display:grid;grid-template-columns:.84fr 1.16fr;gap:5vw;align-items:center;overflow:hidden;background:var(--cream)}
.hero-grid{position:absolute;inset:var(--header) 0 0;opacity:.32;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,#000,transparent 72%)}
.shape{position:absolute;border-radius:50%;pointer-events:none}.shape-a{width:380px;height:380px;right:-120px;top:14%;background:var(--yellow);opacity:.32}.shape-b{width:240px;height:240px;left:38%;bottom:-120px;background:var(--coral);opacity:.28}
.hero-copy{position:relative;z-index:4;max-width:650px}.eyebrow,.section-number{margin:0 0 22px;color:var(--teal);font-size:11px;font-weight:850;letter-spacing:.17em}.hero h1{margin:0;font-size:clamp(64px,7.2vw,112px);line-height:.9;letter-spacing:-.065em}.hero h1 em{color:var(--teal);font-style:normal}.hero-summary{max-width:520px;margin:30px 0 0;color:var(--muted);font-size:18px;line-height:1.72}.primary-button{width:fit-content;min-height:54px;margin-top:34px;padding:0 22px;display:inline-flex;align-items:center;gap:28px;color:#fff;background:var(--teal);border-radius:999px;font-size:13px;font-weight:850;box-shadow:0 14px 34px rgba(5,104,119,.18);transition:.2s}.primary-button:hover{transform:translateY(-2px);background:var(--deep)}.hero-small{margin:48px 0 0;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.15em}
.hero-showcase{position:relative;z-index:3;min-height:670px}.preview{position:absolute;overflow:hidden;border:8px solid var(--paper);border-radius:22px;background:#222;box-shadow:0 28px 70px rgba(41,52,59,.2);transition:transform .35s ease}.preview img{width:100%;height:100%;object-fit:cover}.preview>div{position:absolute;left:14px;right:14px;bottom:12px;display:flex;align-items:center;gap:10px;color:#fff;text-shadow:0 1px 7px rgba(0,0,0,.75)}.preview span{font-size:9px;font-weight:900;letter-spacing:.12em}.preview strong{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.preview-hold{left:0;top:12%;z-index:2;width:76%;aspect-ratio:2.1;transform:rotate(-4deg)}.preview-flying{right:0;top:2%;z-index:1;width:58%;aspect-ratio:1.8;transform:rotate(6deg)}.preview-straight{right:2%;bottom:17%;z-index:3;width:72%;aspect-ratio:2.35;transform:rotate(2deg)}.preview-hold:hover{transform:rotate(-2deg) translateY(-5px)}.preview-flying:hover{transform:rotate(3deg) translateY(-5px)}.preview-straight:hover{transform:rotate(0) translateY(-5px)}.preview:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.58));pointer-events:none}.preview>div{z-index:2}
.scroll-mark{position:absolute;left:50%;bottom:22px;z-index:4;display:flex;align-items:center;gap:12px;transform:translateX(-50%);color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.14em}.scroll-mark i{width:42px;height:1px;background:var(--teal)}

.games{padding:130px 0 150px;background:var(--paper)}.section-head{width:var(--container);margin:0 auto 90px;display:grid;grid-template-columns:.42fr 1fr .55fr;gap:40px;align-items:end}.section-head h2,.studio-copy h2{margin:0;font-size:clamp(50px,6.2vw,92px);line-height:.96;letter-spacing:-.06em}.section-head>p:last-child{margin:0;color:var(--muted);font-size:15px;line-height:1.75}
.projects{width:var(--container);margin:0 auto;display:grid;gap:130px}.project{display:grid;grid-template-columns:1.35fr .65fr;gap:66px;align-items:center}.project-reverse{grid-template-columns:.65fr 1.35fr}.project-reverse .project-visual{order:2}.project-reverse .project-copy{order:1}.project-visual{position:relative;min-height:560px;margin:0;overflow:hidden;border-radius:24px;background:#222}.project-visual>img:first-child{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.project:hover .project-visual>img:first-child{transform:scale(1.025)}.project-visual>span{position:absolute;top:20px;left:20px;z-index:3;width:48px;height:48px;display:grid;place-items:center;color:#fff;background:var(--teal);border-radius:50%;font-size:11px;font-weight:900}.project-copy p{margin:0 0 16px;color:var(--teal);font-size:10px;font-weight:850;letter-spacing:.16em}.project-copy h3{margin:0;font-size:clamp(44px,5.2vw,78px);line-height:.98;letter-spacing:-.055em}.project-copy strong{display:block;margin-top:18px;color:var(--muted);font-size:15px;font-weight:600}.project-straight .project-visual{min-height:650px}.device{position:absolute;right:5%;bottom:-16%;z-index:2;width:min(28vw,310px);filter:drop-shadow(0 26px 36px rgba(15,22,42,.35));transform:rotate(4deg)}

.studio{position:relative;min-height:740px;padding:110px max(48px,calc((100vw - 1320px)/2));overflow:hidden;display:flex;align-items:center;color:#fff;background:var(--teal)}.studio:before{content:"";position:absolute;inset:0;opacity:.18;background-image:radial-gradient(circle at 1px 1px,#fff 1px,transparent 0);background-size:32px 32px}.studio-index{position:absolute;right:-4%;bottom:-30%;margin:0;color:rgba(255,255,255,.14);font-size:min(46vw,650px);font-weight:950;line-height:.8;letter-spacing:-.12em}.studio-copy{position:relative;z-index:2;max-width:900px}.studio-copy .section-number{color:#fff2a8}.studio-copy p:last-child{max-width:650px;margin:36px 0 0;color:rgba(255,255,255,.84);font-size:18px;line-height:1.82}
.site-footer{padding:70px 48px 28px;display:grid;grid-template-columns:1.2fr 1fr auto;gap:48px;background:#f4ead8;border-top:1px solid var(--line)}.footer-brand img{width:90px}.footer-brand p{margin:16px 0 0;color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.14em}.footer-contact{display:grid;gap:16px;align-content:start}.footer-contact p{margin:0;display:grid;gap:5px}.footer-contact span{color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.12em}.footer-contact a{font-size:14px;font-weight:750}.footer-nav{display:flex;align-items:flex-start;gap:22px;font-size:13px;font-weight:800}.footer-bottom{grid-column:1/-1;margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:10px;letter-spacing:.08em}.footer-bottom p{margin:0}
:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .65s,transform .65s}.js .reveal.is-visible{opacity:1;transform:none}
@media(max-width:1020px){:root{--container:calc(100% - 56px)}.hero{grid-template-columns:1fr 1fr;gap:3vw}.hero-showcase{min-height:570px}.project-visual{min-height:460px}.project-straight .project-visual{min-height:560px}.site-footer{grid-template-columns:1fr 1fr}.footer-nav{grid-column:1/-1}}
@media(max-width:760px){:root{--container:calc(100% - 40px);--header:70px}.site-header{height:var(--header);padding:0 18px}.brand{width:72px;height:56px}.brand img{width:58px}.header-tools{order:2;margin-left:auto;gap:0}.menu-toggle{order:3;display:grid;place-items:center;gap:2px}.menu-toggle span{font-size:9px;font-weight:850;letter-spacing:.1em}.menu-toggle i{position:relative;display:block;width:23px;height:1px;background:var(--ink)}.menu-toggle i:after{content:"";position:absolute;left:0;top:6px;width:23px;height:1px;background:var(--ink)}.primary-nav{position:fixed;top:var(--header);left:0;right:0;height:calc(100svh - var(--header));padding:50px 22px;display:none;flex-direction:column;gap:0;background:var(--cream);border-top:1px solid var(--line)}.primary-nav.is-open{display:flex}.primary-nav a{padding:22px 0;border-bottom:1px solid var(--line);font-size:28px;letter-spacing:-.02em}.lang-switch{margin-right:2px}
.hero{min-height:auto;padding:130px 20px 82px;grid-template-columns:1fr;gap:44px}.hero-grid{mask-image:linear-gradient(to bottom,#000,transparent 62%)}.shape-a{width:220px;height:220px;right:-100px;top:12%}.shape-b{left:-90px;bottom:20%;width:190px;height:190px}.hero h1{font-size:clamp(58px,18vw,76px)}.hero-summary{margin-top:24px;font-size:16px}.hero-small{margin-top:34px}.hero-showcase{min-height:310px}.preview{border-width:5px;border-radius:15px}.preview-hold{top:10%;width:78%}.preview-flying{width:62%}.preview-straight{bottom:10%;width:78%}.scroll-mark{display:none}
.games{padding:92px 0 110px}.section-head{margin-bottom:58px;grid-template-columns:1fr;gap:14px}.section-head h2,.studio-copy h2{font-size:49px}.section-head>p:last-child{margin-top:8px}.projects{gap:78px}.project,.project-reverse{grid-template-columns:1fr;gap:30px}.project-reverse .project-visual,.project-reverse .project-copy{order:initial}.project-visual,.project-straight .project-visual{min-height:380px;border-radius:18px}.project-copy h3{font-size:44px}.device{right:-5%;bottom:7%;width:46vw}.studio{min-height:680px;padding:88px 20px;align-items:flex-end}.studio-index{right:-14%;bottom:-6%;font-size:118vw}.studio-copy p:last-child{font-size:16px}.site-footer{padding:54px 20px 24px;grid-template-columns:1fr;gap:34px}.footer-nav{grid-column:auto;flex-direction:column;gap:12px}.footer-bottom{margin-top:6px;flex-direction:column;gap:14px}}
@media(max-width:420px){.hero h1{font-size:56px}.hero h1 br{display:none}.project-copy h3{font-size:39px}.preview strong{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
