.mini-header{position:fixed;top:0;left:0;right:0;z-index:999;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);transform:translateY(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.mini-header.visible{transform:translateY(0)}.mini-header-inner{width:100%;height:70px;padding:0 120px;box-sizing:border-box;display:grid;grid-template-columns:repeat(12,1fr);column-gap:16px;align-items:center;margin:0 auto}.mini-left{grid-column:2;justify-self:start;display:flex;align-items:center;gap:10px;cursor:pointer}.mini-logo-img{width:32px;height:32px;object-fit:contain}.mini-logo{font-family:Isilune,sans-serif;font-size:1.2rem;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:-.02em}.mini-logo-divider{display:none}.mini-nav{grid-column:6 / 12;justify-self:end;display:flex;align-items:center;gap:50px;height:100%}.mini-nav-item{background:transparent;border:none;font-family:Spoqa,sans-serif;font-size:1rem;font-weight:500;color:#333;cursor:pointer;padding:0;white-space:nowrap;transition:color .2s}.mini-nav-item:hover{color:#000;font-weight:700}.hamburger-btn{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.hamburger-btn span{display:block;width:100%;height:2px;background-color:#111;border-radius:2px;transition:all .3s ease-in-out}.hamburger-btn.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.mini-header{padding-top:env(safe-area-inset-top);transform:translateY(0)!important;background:#fffffffa!important}.mini-header-inner{display:flex!important;justify-content:space-between;padding:0 20px!important;height:60px}.mini-left{grid-column:auto;justify-self:auto}.hamburger-btn{display:flex;order:3}.mini-nav{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:40px;z-index:90;opacity:0;visibility:hidden;transition:all .3s ease;padding-top:0;grid-column:auto;justify-self:auto}.mini-nav.active{opacity:1;visibility:visible}.mini-nav-item{font-size:1.8rem;font-weight:400}}.footer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 24px;padding:60px 20px;background-color:#fafafa;color:#4c4b4f;font-size:.8rem!important;font-family:Suit,sans-serif;line-height:1.5;border-top:1px solid rgba(0,0,0,.05)}.footer span{white-space:nowrap;opacity:.8}@media(max-width:768px){.footer{flex-direction:column;gap:8px;padding:40px 20px;text-align:center;font-size:.6rem!important}footer,.footer *{font-size:.7rem!important;line-height:1.5!important;color:#888!important}.footer span{white-space:normal;width:100%;display:block}.footer span:last-child{margin-top:20px;font-size:.7rem;opacity:.5;font-family:monospace}}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:f9f9f9}.layout main{flex-grow:1}.layout-grid{pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100vh;padding:0 120px;box-sizing:border-box;display:grid;grid-template-columns:repeat(12,1fr);column-gap:16px;z-index:99999;opacity:.1}.layout-grid div{background:#ff3d61}.home{position:relative;min-height:100vh;overflow-x:hidden;background-color:#f2f2f2;color:#111;font-family:Spoqa,Isilune,sans-serif}.home section{padding:300px 0;box-sizing:border-box}.hero-layout>section{padding:160px 20px!important;box-sizing:border-box}.hero-layout>.full-image{padding:0}.home:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:50px 50px;pointer-events:none;z-index:0;opacity:.5}.scroll-animate{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up{opacity:0;transform:translateY(60px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.animate{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translate(-60px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-left.animate{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(60px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-right.animate{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.8);transition:opacity .8s ease-out,transform .8s ease-out}.scale-in.animate{opacity:1;transform:scale(1)}.fade-in{opacity:0;transition:opacity .8s ease-out}.fade-in.animate{opacity:1}.full-image.section{height:100vh;width:100%;padding:0;background-color:#000;background-size:cover;background-attachment:fixed;background-position:center;margin-bottom:0;position:relative;overflow:hidden}.full-image img,.full-image video{width:100%;height:100%;object-fit:cover;display:block}.description{display:flex;flex-direction:column;align-items:center;text-align:center;padding:200px 0}.description h2{font-size:4.5rem;line-height:1.2;font-weight:700;margin-bottom:60px;letter-spacing:-.02em;color:#111;max-width:1200px;word-break:keep-all}.description p{font-size:1.2rem;line-height:1.7;color:#555;max-width:680px;margin:0 auto;text-align:left}.news{background-color:#fff;padding:160px 0}.news-container{max-width:1400px;margin:0 auto;padding:0 40px}.news-title-graphic{font-size:3.5rem;font-weight:800;margin-bottom:80px;text-transform:lowercase;letter-spacing:-.03em;color:#111}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.news-card{display:flex;flex-direction:column;cursor:pointer}.news-thumb{width:100%;aspect-ratio:16 / 10;background-color:#eee;margin-bottom:24px;overflow:hidden;border-radius:8px}.news-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.news-card:hover .news-thumb img{transform:scale(1.05)}.news-meta{font-size:.85rem;color:#888;margin-bottom:12px;font-weight:500;letter-spacing:.05em;font-family:monospace;text-transform:uppercase}.news-divider{margin:0 8px;color:#ccc}.news-headline{font-family:Spoqa,sans-serif!important;font-size:1.1rem!important;font-weight:700;line-height:1.4;margin-bottom:12px;color:#111}.news-desc{font-size:1rem;color:#666;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fullscreen-slider-section{position:relative;width:100%;height:100vh;background-color:#000;overflow:hidden}.slider-container{width:100%;height:100%;position:relative}.slider-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out;z-index:1}.slider-slide.active{opacity:1;z-index:2}.slide-content-wrapper{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;padding:0 5% 100px;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 50%);box-sizing:border-box}.slide-text-box{max-width:800px;color:#fff;transform:translateY(30px);opacity:0;transition:all .8s ease-out}.slider-slide.active .slide-text-box{transform:translateY(0);opacity:1;transition-delay:.3s}.slide-year{display:block;font-family:monospace;color:#edff00;font-size:1.1rem;margin-bottom:16px;font-weight:600;letter-spacing:.1em}.slide-title{font-size:4rem;font-weight:700;margin-bottom:24px;line-height:1.1}.slide-desc{font-size:1.2rem;color:#ddd;line-height:1.6;max-width:600px;font-weight:300}.indicator-container{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.indicator-bar{width:60px;height:4px;background-color:#fff3;border-radius:2px;cursor:pointer;transition:all .3s ease}.indicator-bar.active{background-color:#edff00;width:100px}.map-report{min-height:100vh;background-color:#050505;color:#fff;display:flex;align-items:center;justify-content:center}.map-report-inner{width:100%;max-width:1400px;padding:0 40px;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center;color:#fff}.map-report-left{display:flex;flex-direction:column;gap:40px;padding-left:0}.map-report-left.fade-in-left{transition-delay:.05s}.map-report-header{display:flex;flex-direction:column;gap:8px;text-align:left;color:#fff}.map-report-badge{letter-spacing:.22em;text-transform:uppercase;opacity:.7}.map-report-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:10px;color:#fff!important}.map-report-subtitle{font-size:1.1rem;color:#fff;margin:0}.map-report-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;padding:30px 0;border-top:1px solid #333;border-bottom:1px solid #333}.metric{display:flex;flex-direction:column;gap:2px}.metric-label{font-size:.9rem;color:#f7f7f7;text-transform:uppercase;margin-top:5px;letter-spacing:.18em}.metric-value{font-size:1.5rem;color:#edff00;color:#fff!important}.map-report-main-stat{padding:20px 0 8px;border-bottom:1px solid #333}.stat-line{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.map-report-list{opacity:.85}.map-report-list .list-heading{margin:0 0 6px;text-transform:uppercase;letter-spacing:.16em;opacity:.7}.map-report-list ul{margin:0;padding-left:0;list-style:none}.map-report-list li+li{margin-top:4px}.map-report-right{position:relative;display:flex;flex-direction:column;gap:30px}.map-report-right.fade-in-right{transition-delay:.12s}.map-report-canvas-wrap{width:100%;aspect-ratio:16 / 10;background:radial-gradient(circle,#1a1a1a,#000);border-radius:12px;border:1px solid #333;box-shadow:0 20px 60px #00000080;overflow:hidden}.map-report-canvas-wrap>*{inset:0;width:100%;height:100%}.map-report-bottom-row{justify-content:space-between;gap:20px}.map-report-meta{flex:1;opacity:.85}.meta-desc{width:100%;max-width:450px;margin-bottom:35px}.map-report .time-controller{background:#111;padding:20px 30px;border-radius:8px;border:1px solid #333;display:flex;align-items:center;gap:20px;color:#f5f5f5}.map-report .time-controller label{letter-spacing:.14em;text-transform:uppercase}.map-report .time-controller input[type=range]{flex:1;height:4px}.map-report .time-controller button{align-self:auto;letter-spacing:.14em;text-transform:uppercase;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.5);background:transparent;color:#f5f5f5}.dept-section{background-color:#fff;padding:160px 0;display:flex;justify-content:center}.dept-container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}.dept-row{display:flex;align-items:center;gap:30px;padding:60px 0;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .3s ease}.dept-row:first-child{border-top:1px solid #eee}.dept-row:hover{background-color:#fafafa}.dept-row:hover .dept-img-wrapper img{transform:scale(1.05)}.dept-row:hover .dept-col-icon{transform:translate(10px);color:#111}.dept-col-num{flex:0 0 8%;display:flex;justify-content:flex-end;padding-right:2vw}.dept-num{font-family:monospace;font-size:1.25rem;color:#aaa}.dept-col-img{flex:0 0 300px;margin-right:60px;margin-left:0;padding-right:0}.dept-img-wrapper{width:100%;aspect-ratio:16 / 9;background-color:#ddd;overflow:hidden;border-radius:4px}.dept-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.dept-col-text{flex:1;display:flex;flex-direction:column}.dept-name{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:#111}.dept-desc{font-size:1.1rem;line-height:1.6;color:#666;word-break:keep-all;max-width:600px}.dept-col-icon{flex:0 0 auto;display:flex;justify-content:flex-start;color:#ccc;font-size:2rem;margin-left:40px;transition:transform .3s ease}@media(max-width:1024px){.hero-layout>section{padding:0 60px}.description h2{font-size:3.5rem;margin-bottom:60px}.dept-container{padding:0 50px}}@media(max-width:768px){.home section,.hero-layout>section,.dept-section,.news,.map-report{padding:60px 20px!important;box-sizing:border-box}.home section{margin-bottom:50px}.full-image,.full-image video,.full-image img{height:60vh!important;min-height:400px;object-fit:cover}.half-image{flex-direction:column;height:auto}.half-image img{width:100%;height:50vh}.description h2{font-size:2.5rem;line-height:1.3;word-break:keep-all;margin-bottom:30px}.description p{padding:0 10px;font-size:1rem;line-height:1.6}.news-container{padding:0;margin:0;max-width:100%;overflow:hidden}.news-title-graphic{font-size:1.8rem;margin-bottom:20px;padding-left:20px}.news-grid{display:flex;overflow-x:auto;gap:16px;padding:0 20px 20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:stretch}.news-grid::-webkit-scrollbar{display:none}.news-card{min-width:260px;width:75vw;flex:0 0 auto;scroll-snap-align:start;height:auto}.news-thumb{height:160px;flex-shrink:0}.news-content{flex:1;display:flex;flex-direction:column}.news-headline{font-size:1.1rem;line-height:1.4;white-space:normal}.news-desc{font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.fullscreen-slider-section,.slider-container,.slider-slide{height:30vh!important;min-height:300px;border-radius:12px}.slider-container{position:static}.fullscreen-slider-section{width:calc(100% - 40px);margin:0 auto}.slide-content-wrapper{padding:0 20px 10px;align-items:flex-end;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 100%)}.slide-text-box{margin-bottom:0;width:100%}.slide-year{font-size:.8rem;margin-bottom:4px}.slide-title{font-size:1.5rem;line-height:1.2;margin-bottom:8px}.slide-desc{font-size:.9rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.indicator-container{display:none}.map-report{padding:60px 20px!important;display:flex;justify-content:center;align-items:center;background:#050505}.map-report-inner{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;padding:0}.map-report-left,.map-report-right{display:contents}.map-report-header{order:1;margin-bottom:40px;width:100%;align-items:center;text-align:center}.map-report-title{font-size:1.8rem;line-height:1.3;color:#fff;margin-bottom:8px}.map-report-subtitle{font-size:.9rem;color:#888}.map-report-canvas-wrap{order:2;width:90%;max-width:350px;aspect-ratio:1 / 1;margin:0 auto 30px;border-radius:12px;box-shadow:0 10px 40px #0009;background:radial-gradient(circle at center,#1a1a1a,#000);box-sizing:border-box}.map-report-bottom-row{order:3;width:100%;display:flex;flex-direction:column-reverse;align-items:center;gap:20px;margin-bottom:30px}.map-report .time-controller{width:90%;max-width:350px;background:#111;border:1px solid rgba(255,255,255,.15);padding:20px;border-radius:8px;box-sizing:border-box}.time-controller button{border-radius:1px!important;color:#000}.meta-desc{width:100%;max-width:400px;font-size:.9rem;color:#888;line-height:1.6;margin:0 auto}.map-report-metrics{order:4;width:100%;max-width:400px;display:grid;grid-template-columns:1fr 1fr;gap:20px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:24px 0;margin-bottom:20px}.metric{align-items:center;text-align:center}.map-report-main-stat,.map-report-list{order:5;width:100%;text-align:center;font-size:.9rem;color:#666}.dept-container{padding:0}.dept-row{flex-direction:row;align-items:center;gap:16px;padding:20px 0;min-height:auto}.dept-col-num{display:none}.dept-col-img{flex:0 0 80px;width:80px;margin:0;padding:0;order:1}.dept-img-wrapper{aspect-ratio:1 / 1;border-radius:6px}.dept-col-text{flex:1;order:2;padding:0;justify-content:center}.dept-name{font-size:1.1rem;margin-bottom:4px;font-weight:600}.dept-desc{width:100%;font-size:.85rem;line-height:1.4;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dept-col-icon{position:static;order:3;margin-left:auto;flex:0 0 auto}.modal-content{width:90%;padding:30px 20px}.modal-title{font-size:1.2rem}}@media(max-width:480px){.full-image,.full-image video{height:50vh!important}.slide-title{font-size:1.4rem}.map-report-title{font-size:1.6rem}}.brand-page{background-color:#f2f2f2;color:#111;overflow-x:hidden}.brand-section{width:100%;max-width:1400px;margin:0 auto;padding:160px 40px;box-sizing:border-box}.brand-hero{padding-top:180px;padding-bottom:100px}.brand-hero-panel{width:100%;height:60vh;min-height:500px;border-radius:12px;background-image:url(/images/brand_01.webp);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end;padding:60px;box-sizing:border-box;position:relative;overflow:hidden}.brand-hero-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent 60%);z-index:1}.brand-hero-quote{position:relative;z-index:2;font-family:Isilune,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.3;color:#fff;margin-bottom:20px;word-break:keep-all}.brand-hero-caption{position:relative;z-index:2;font-size:1.1rem;line-height:1.6;color:#ddd;max-width:600px}.brand-journey{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:flex-start}.brand-heading{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:10px;display:block}.brand-heading-en{font-weight:400;color:#aaa}.brand-journey-content{display:flex;flex-direction:column;gap:40px}.journey-lead{font-family:Isilune,sans-serif;font-size:2.5rem;line-height:1.3;color:#111;padding-left:30px;border-left:4px solid #111}.journey-text-group{display:flex;flex-direction:column;gap:24px}.journey-paragraph{font-size:1.1rem;line-height:1.8;color:#444}.journey-paragraph strong{color:#000;font-weight:600;background:linear-gradient(to top,rgba(0,0,0,.08) 40%,transparent 40%)}.brand-tech-header{margin-bottom:60px;text-align:left}.brand-card-container{display:flex;justify-content:space-between;gap:30px}.brand-card{position:relative;width:32%;height:500px;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 10px 30px #0000001a;transition:transform .4s cubic-bezier(.16,1,.3,1)}.brand-card:hover{transform:translateY(-10px)}.card-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.brand-card:hover .card-bg-image{transform:scale(1.05)}.card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 100%);z-index:1}.brand-card-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:40px;box-sizing:border-box}.brand-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:10px}.brand-card-body{font-size:1rem;line-height:1.6;color:#ccc;opacity:.8;max-height:0;overflow:hidden;transition:max-height .4s ease}.brand-card.active .brand-card-body{max-height:200px;opacity:1;margin-top:10px}.brand-future{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.brand-future-left{width:100%}.future-accordion-item{border-bottom:1px solid #ccc}.accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:24px 0;background:none;border:none;cursor:pointer;text-align:left}.future-title{font-size:1.5rem;font-weight:500;color:#111;transition:color .3s}.future-accordion-item.active .future-title{font-weight:700}.accordion-icon{font-size:2rem;font-weight:300}.accordion-body{max-height:0;overflow:hidden;opacity:0;transition:all .4s ease}.future-accordion-item.active .accordion-body{max-height:300px;opacity:1;padding-bottom:30px}.future-desc{font-size:1.1rem;line-height:1.7;color:#555}.brand-future-right img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;box-shadow:0 20px 40px #0000001a}.history-section{background-color:#eaeaea;padding-bottom:200px;position:relative;overflow:hidden}.history-header{font-family:Isilune,sans-serif;font-size:4rem;font-weight:700;color:#ccc;text-align:center;margin-bottom:100px;letter-spacing:-.02em}.timeline-container{position:relative;max-width:1000px;margin:0 auto}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#ccc;transform:translate(-50%)}.timeline-row{width:50%;position:relative;padding:0 60px;box-sizing:border-box;margin-bottom:100px}.timeline-row.left{left:0;text-align:right}.timeline-row.right{left:50%;text-align:left}.timeline-dot{position:absolute;top:0;width:16px;height:16px;background:#111;border-radius:50%;z-index:2;border:4px solid #fff}.timeline-row.left .timeline-dot{right:-8px}.timeline-row.right .timeline-dot{left:-8px}.history-year{display:block;font-family:Spoqa,monospace;font-size:1.5rem;font-weight:700;color:#111;margin-bottom:10px}.history-title{font-size:1.2rem;font-weight:600;margin-bottom:10px}.history-desc{font-size:1rem;color:#666;line-height:1.6}.brand-ceo{text-align:center;background-color:#fff}.brand-ceo-inner{max-width:800px;margin:0 auto;font-family:spoqa!important}.ceo-header-group{margin-bottom:40px}.ceo-label{font-size:.9rem;color:#888;letter-spacing:.2em;text-transform:uppercase}.ceo-divider{width:1px;height:40px;background:#111;margin:20px auto 0}.ceo-main-quote{font-family:Isilune,serif;font-size:3rem;line-height:1.3;color:#111;margin-bottom:50px}.ceo-text{font-size:1.1rem;line-height:1.8;color:#555;max-width:600px;margin:0 auto 30px}.ceo-sign-area{margin-top:60px}.ceo-name{font-size:1.2rem;font-weight:700}.ceo-title{font-size:.9rem;color:#888;text-transform:uppercase}@media(max-width:768px){.brand-section{padding:60px 20px!important;width:100%;box-sizing:border-box}.brand-hero{padding-top:100px!important}.brand-hero-panel{height:60vh;min-height:400px;padding:30px 20px}.brand-hero-quote{font-size:1.8rem}.brand-journey{display:flex;flex-direction:column;gap:30px}.journey-lead{font-size:1.5rem;padding-left:20px;border-width:3px}.brand-card-container{display:flex;flex-direction:row;overflow-x:auto;gap:16px;padding:0 20px 40px!important;margin:0 -20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.brand-card-container::-webkit-scrollbar{display:none}.brand-card{min-width:85vw;width:85vw;height:450px;flex:0 0 auto;scroll-snap-align:center}.brand-future{display:flex;flex-direction:column-reverse;gap:40px}.accordion-header{padding:16px 0}.future-title{font-size:1.2rem}.history-section{padding:60px 20px!important;overflow:hidden}.history-header{font-size:2.5rem;text-align:left;margin-bottom:40px}.timeline-container{padding-left:0}.timeline-line{left:20px!important;transform:none!important}.timeline-row,.timeline-row.left,.timeline-row.right{width:auto!important;max-width:100%;padding-left:50px!important;padding-right:0!important;text-align:left!important;left:0!important;right:auto!important;transform:none!important;margin-bottom:50px}.timeline-dot{left:14px!important;right:auto!important;top:6px}.brand-ceo{padding-bottom:80px!important}.brand-ceo-inner{align-items:flex-start;text-align:left}.ceo-header-group{align-items:flex-start;margin-bottom:30px}.ceo-divider{margin:20px 0 0}.ceo-main-quote{font-size:1.8rem;text-align:left;margin-bottom:30px}.ceo-text{text-align:left}.ceo-sign-area{text-align:left;margin-top:40px}}.drifton-page{background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Helvetica Neue,sans-serif;overflow-x:hidden;width:100%;box-sizing:border-box;padding-top:60px}img{width:100%;height:auto;display:block;border-radius:4px}.d-hero{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20px 100px;box-sizing:border-box}.d-brand{font-size:1rem;color:#edff00;letter-spacing:.2em;margin-bottom:20px;font-weight:600;text-transform:uppercase}.d-title{font-size:clamp(3.5rem,10vw,9rem);font-weight:800;margin:0;line-height:1.1;padding:40px 0 60px;letter-spacing:-.02em;width:100%;max-width:1200px;word-break:keep-all;word-wrap:break-word;background:linear-gradient(180deg,#fff 10%,#666);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.d-slogan{font-size:1.5rem;color:#aaa;margin-top:20px;margin-bottom:80px;font-weight:400;max-width:600px;width:100%;word-break:keep-all}.d-hero-img-wrap{width:90%;max-width:1000px;margin:0 auto}.d-intro{padding:150px 20px;width:100%;box-sizing:border-box}.d-intro .text-content{max-width:800px;margin:0 auto 100px;text-align:center}.d-intro h3{font-size:4rem;font-weight:700;margin-bottom:40px;color:#fff;line-height:1.2;word-break:keep-all}.d-intro p{font-size:1.2rem;line-height:1.6;color:#aaa;word-break:keep-all}.d-material{padding:150px 20px;max-width:1400px;margin:0 auto;box-sizing:border-box}.split-layout{display:flex;gap:40px;justify-content:center}.split-item{flex:1;max-width:600px;background:#111;border-radius:12px;overflow:hidden}.split-item .caption{padding:30px 24px;text-align:left}.split-item h4{font-size:1.8rem;margin-bottom:12px;color:#fff}.split-item p{font-size:1rem;color:#888;line-height:1.5;word-break:keep-all}.d-gallery{padding:150px 20px;max-width:1400px;margin:0 auto;box-sizing:border-box}.gallery-title{font-size:3rem;margin-bottom:80px;text-align:center;font-weight:700}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.gallery-item{position:relative;overflow:hidden;border-radius:8px;background:#1a1a1a;aspect-ratio:1 / 1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.gallery-item:hover img{transform:scale(1.05)}.d-cta{padding:200px 20px;text-align:center;background:linear-gradient(to top,#000,#111);box-sizing:border-box}.d-cta h2{font-size:5rem;margin-bottom:40px;font-weight:700;color:#fff}.d-cta p{font-size:1.5rem;color:#888;margin-bottom:60px;word-break:keep-all}.price{font-size:2.5rem;font-weight:600;color:#edff00}.buy-btn{background:#fff;color:#000;border:none;padding:16px 40px;border-radius:999px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s;margin-top:20px}.buy-btn:hover{transform:scale(1.05);background:#f0f0f0}@media(max-width:768px){.d-hero,.d-intro,.d-material,.d-gallery,.d-cta{padding:60px 20px!important}.d-hero{padding-top:100px!important;min-height:auto}.d-title{font-size:3.2rem;line-height:1.1;padding:20px 0 40px}.d-slogan{font-size:1.1rem;line-height:1.5;margin-bottom:40px}.d-intro h3{font-size:2.2rem;margin-bottom:20px}.d-intro p{font-size:1rem}.d-intro .text-content{text-align:left}.split-layout{flex-direction:column;gap:40px}.gallery-grid{display:flex;overflow-x:auto;gap:16px;padding:0 20px 40px!important;margin:0 -20px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.gallery-grid::-webkit-scrollbar{display:none}.gallery-item{min-width:80vw;width:80vw;aspect-ratio:1 / 1;flex:0 0 auto;scroll-snap-align:center}.gallery-title{font-size:2rem;text-align:left;margin-bottom:30px}.d-cta h2{font-size:2.5rem;margin-bottom:20px}.d-cta p{font-size:1.1rem}.buy-btn{width:100%}}@font-face{font-family:IsiluneA;src:url(/fonts/ISILUNE_A-Regular.otf) format("opentype");font-weight:400;font-style:normal}.typeface-page{background-color:#f2f2f2;color:#111;padding-bottom:0;word-break:keep-all;position:relative;min-height:100vh;box-sizing:border-box}.typeface-header,.typeface-process-section,.structure-section,.type-tester-section,.typeface-script-section{padding:120px 160px;box-sizing:border-box}.typeface-header{text-align:center;padding-top:160px}.typeface-header .main-title{font-size:clamp(4rem,10vw,8rem);font-weight:800;letter-spacing:-.02em;margin-bottom:30px;line-height:1;color:#111}.typeface-header .sub-titles{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}.typeface-header .sub-title-item{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#111}.typeface-header .sub-title-item.outline{color:transparent;-webkit-text-stroke:1px #111}.typeface-header .sub-title-desc{font-size:clamp(.9rem,1.2vw,1rem);color:#666;max-width:240px;text-align:left;line-height:1.5}.full-image.section{height:100vh;background-size:cover;background-position:center;position:relative}.hero-video-bg{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2}.scroll-video-container{width:100%;height:400vh;position:relative;background-color:#000}.sticky-wrapper{position:sticky;top:0;width:100%;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}.scroll-video{width:100%;height:100%;object-fit:cover}.scroll-video-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;z-index:10;pointer-events:none;text-align:center;width:90%}.scroll-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;text-shadow:0 4px 20px rgba(0,0,0,.5);opacity:.9}.typeface-process-section{padding:180px 10%;color:#111;box-sizing:border-box;background-color:#f2f2f2}.process-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:100px;letter-spacing:-.02em;color:#111;border-bottom:4px solid #111;padding-bottom:30px;max-width:800px}.process-grid{display:flex;justify-content:space-between;gap:80px;align-items:flex-start}.process-col{flex:1;position:relative;padding-top:30px;border-top:1px solid #999}.process-col p{font-size:1.05rem;line-height:1.7;color:#333;margin:0}.process-col strong{display:block;font-size:1.3rem;font-weight:700;margin-bottom:16px;color:#000;font-family:IsiluneA,sans-serif}.structure-section{background-color:#424242;color:#fff;position:relative;overflow:hidden}.structure-layout{display:flex;justify-content:space-between;align-items:center;position:relative;max-width:1400px;margin:0 auto;height:600px}.structure-lines{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.3}.structure-col{z-index:2;position:relative}.side-col{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:250px;align-items:center}.center-col{flex:1;display:flex;justify-content:center;align-items:center;padding:0 40px}.center-img{width:100%;max-width:500px;height:auto;box-shadow:0 20px 50px #0009;border-radius:4px}.detail-item{display:flex;flex-direction:column;gap:15px;align-items:center}.detail-img-box{width:120px;height:120px;background:#222;border:1px solid #444;border-radius:4px;overflow:hidden}.detail-img-box img{width:100%;height:100%;object-fit:cover}.detail-desc{font-size:.9rem;color:#bbb;text-align:center}.type-tester-section{background-color:#fff;border-top:1px solid #eee;padding:120px 160px}.tester-title{font-size:2.5rem;font-weight:700;margin-bottom:60px;text-align:center;letter-spacing:-.02em;color:#111}.tester-layout{display:flex;max-width:1200px;margin:0 auto;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000000d}.tester-controls{width:300px;flex-shrink:0;background-color:#f9f9f9;border-right:1px solid #e5e5e5;padding:40px 30px;display:flex;flex-direction:column;justify-content:center}.control-group{margin-bottom:30px}.control-group label{display:flex;justify-content:space-between;font-size:.9rem;font-weight:600;color:#333;margin-bottom:12px}.slider{width:100%;height:6px;background:#e0e0e0;border-radius:3px;outline:none;-webkit-appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#fff;border:1px solid #ccc;border-radius:50%;box-shadow:0 2px 5px #00000026;cursor:pointer;transition:transform .1s}.slider::-webkit-slider-thumb:active{transform:scale(1.1);background:#111;border-color:#111}.reset-btn{width:100%;padding:12px;margin-top:20px;border:1px solid #ddd;background:#fff;border-radius:6px;font-size:.9rem;font-weight:600;color:#555;cursor:pointer;transition:all .2s}.reset-btn:hover{background:#111;color:#fff;border-color:#111}.tester-display{flex:1;background-color:#fff;position:relative;min-height:500px;border:none;border-radius:0;box-shadow:none}.type-input{width:100%;height:100%;border:none;background:transparent;padding:60px;box-sizing:border-box;font-family:IsiluneA,sans-serif;color:#111;resize:none;outline:none;overflow-y:auto}.scatter-keywords-section{width:100%;height:100vh;position:relative;overflow:hidden;background-color:#f2f2f2;display:flex;justify-content:center;align-items:center}.scatter-container{width:100%;height:100%;max-width:1400px;position:relative}.scatter-word{position:absolute;color:#ccc;font-family:IsiluneA,sans-serif;line-height:1;white-space:nowrap;transition:all .4s ease;cursor:default;font-size:2rem}.scatter-word.main-keyword{color:#111;font-size:6rem;font-weight:700;z-index:10;left:50%;top:50%;transform:translate(-50%,-50%)}.scatter-word:hover{color:#111;transform:scale(1.1);z-index:20}.mobile-video-section{width:100%;height:60vh!important;min-height:400px;position:relative;overflow:hidden;margin-bottom:60px}.mobile-video-wrapper{width:100%;height:100%;position:relative}.mobile-video-wrapper video{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.typeface-page,.typeface-header,.typeface-process-section,.structure-section,.type-tester-section,.scatter-keywords-section{padding:60px 20px!important;width:100%;box-sizing:border-box;overflow-x:hidden}.mobile-video-section{width:100%;height:auto!important;min-height:0!important;aspect-ratio:16 / 9;margin-bottom:60px;background:#000}.mobile-video-wrapper{width:100%;height:100%;position:relative}.mobile-video-wrapper video{width:100%;height:100%;object-fit:contain}.typeface-process-section{padding:80px 20px!important}.process-title{font-size:2rem;margin-bottom:40px;padding-bottom:20px;border-bottom-width:3px;width:100%}.process-grid{display:flex;flex-direction:row;overflow-x:auto;gap:16px;padding:0 20px 40px;margin:0 -20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.process-grid::-webkit-scrollbar{display:none}.process-col{min-width:70vw;width:70vw;height:250px;background:#fff;padding:30px;border-radius:8px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 15px #0000000d;scroll-snap-align:center;border-top:none}.process-col strong{font-size:1.2rem;margin-bottom:12px;color:#111}.process-col p{font-size:.95rem;line-height:1.6;color:#555}.structure-layout{flex-direction:column;height:auto;gap:40px}.structure-lines{display:none}.side-col{width:100%;height:auto;flex-direction:row;justify-content:space-around}.center-col{order:-1;margin-bottom:20px}.detail-img-box{width:80px;height:80px}.font-desc{padding:40px 0 0}.type-tester-section{padding:60px 20px!important}.tester-title{font-size:1.8rem;margin-bottom:30px;text-align:left}.tester-layout{flex-direction:column;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000d;background:#fff}.tester-display{order:1;width:100%;height:40vh!important;min-height:300px;border-bottom:1px solid #eee;border-right:none}.type-input{width:100%!important;height:100%!important;padding:24px!important;font-size:1.5rem;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.tester-controls{order:2;width:100%;box-sizing:border-box!important;padding:20px;background-color:#f9f9f9;border-right:none;margin:0}.control-group{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px;width:100%;box-sizing:border-box}.control-group label{margin-bottom:0;min-width:80px;flex-shrink:0;font-size:.85rem;color:#555}.control-group input[type=range]{flex:1;width:auto;max-width:100%}.control-group input[type=range]{flex:1;width:auto}.reset-btn{width:100%;margin-top:10px;padding:14px;background:#fff;border:1px solid #ddd;font-weight:600}.scatter-keywords-section{height:auto;min-height:60vh}.scatter-container{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.scatter-word{position:static;transform:none!important;font-size:1.2rem!important;color:#999}.scatter-word.main-keyword{order:-1;width:100%;text-align:center;font-size:3rem!important;margin-bottom:30px;color:#111}}.custom-focus-handle{border:1px solid black!important;background:transparent!important;padding:0!important;cursor:grab!important;position:relative;overflow:hidden;transition:transform .3s ease;pointer-events:auto!important}.custom-focus-handle:hover{transform:rotate(90deg)}.custom-focus-handle:before{content:"";position:absolute;inset:4px;border:1px solid black;box-sizing:border-box;z-index:1}.custom-focus-handle:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;background:linear-gradient(to top right,transparent 49.5%,black 50%,transparent 50.5%),linear-gradient(to top left,transparent 49.5%,black 50%,transparent 50.5%);background-repeat:no-repeat}.adaptive-loader-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fefbf2 100%;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:9999}.adaptive-loader-inner{display:flex;flex-direction:column;align-items:center;gap:12px}.adaptive-loader-image{width:180px;max-width:40vw;height:auto;object-fit:contain;filter:drop-shadow(0 18px 35px rgba(0,0,0,.35))}.video-container{position:relative;width:100vw;height:100vh}.divider-line{position:absolute;width:.5px;height:100vh;background-color:#edff00;top:0;z-index:5;pointer-events:none}.line-a{left:20vw}.line-b{left:85vw;height:50vh}.line-c{width:100vw;height:.5px;top:5vh}.line-d{width:.5px;height:100vh;right:5vw}.line-e{height:100vh;left:10vw}.line-f{width:100vw;height:.5px;top:90vh}@font-face{font-family:isilune;src:url(/fonts/ISILUNE_A-Regular.otf) format("opentype");font-weight:400;font-style:normal}.skills-page{background-color:#f2f2f2;color:#111;overflow-x:hidden;position:relative;min-height:100vh}.scroll-section{opacity:0;transform:translateY(60px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,transform}.scroll-section.is-visible{opacity:1;transform:translateY(0)}.skills-container{max-width:1400px;margin:0 auto;padding:0 160px;box-sizing:border-box}.culture-grid-section{display:flex;justify-content:center}.culture-grid-container{width:100%;overflow:hidden;position:relative;margin:0;padding:0}.full-culture-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vision-banner{background-color:#f2f2f2;color:#111;height:1000px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 20px;text-align:center}.vision-content{width:100%;max-width:1200px}.vision-content h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:300;margin-bottom:50px;color:#111}.vision-content p{color:#111;font-size:clamp(.9rem,1.2vw,1rem)}.tech-list-section{box-sizing:border-box}.tech-row{display:flex;align-items:flex-start;padding:50px 100px;border-top:1px solid #ccc;opacity:0;transform:translateY(20px);transition:all .6s ease-out}.tech-row.visible{opacity:1;transform:translateY(0)}.tech-col-num{flex:0 0 10%;font-size:1.2rem;font-weight:700;color:#333;padding-top:5px}.tech-col-img{flex:0 0 40%;padding-right:60px}.tech-img-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#ddd}.tech-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tech-row:hover .tech-img-wrapper img{transform:scale(1.05)}.tech-col-text{padding-left:40px;flex:1;padding-top:5px}.tech-title{font-size:clamp(1.1rem,1.5vw,1.2rem);margin-bottom:20px;color:#111}.tech-tags{margin-bottom:20px;display:flex;gap:15px}.tech-tag{font-size:.6rem;border:1px solid rgb(85,85,85,.3);padding:1px 5px;border-radius:4px;color:#5555554d;text-transform:uppercase}.tech-desc{font-size:clamp(.9rem,1.2vw,1rem);line-height:1.7;color:#111;max-width:600px;word-break:keep-all}.bottom-banner{position:relative;height:1240px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:brightness(.6)}.banner-overlay{position:relative;z-index:1;text-align:center;color:#fff}.banner-overlay h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;letter-spacing:2px;color:#111}.metrics-section{padding:120px 160px;background-color:#f2f2f2;box-sizing:border-box}.metrics-layout{display:flex;align-items:center;justify-content:space-between;gap:50px}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px 50px}.metric-item{display:flex;flex-direction:column}.metric-value{font-size:1.5rem;font-weight:700;color:#111;line-height:1;margin-bottom:10px}.metric-info{display:flex;flex-direction:column}.metric-item{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.2);padding:30px 0;color:#fff}.metric-label{font-size:.9rem;color:#888;letter-spacing:2px;margin-bottom:15px;font-weight:600;text-transform:uppercase}.metric-row{display:flex;align-items:flex-start;gap:20px}.metric-value{font-size:2rem;line-height:1}.metric-desc{font-size:1rem;color:#ccc;line-height:1.6;flex:1;word-break:keep-all;margin:0}.metrics-map{flex:0 0 40%;opacity:1}.metrics-map img{width:100%;aspect-ratio:4 / 3;object-fit:cover;filter:grayscale(100%) invert(1)}@media(max-width:768px){.tech-list-section,.metrics-section{padding:80px 0!important;width:100%;box-sizing:border-box}.skills-container{padding:0!important}.culture-grid-container{height:50vh;min-height:300px}.tech-list-section .skills-container{display:flex;flex-direction:row;overflow-x:auto;gap:16px;padding:0 20px 40px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tech-list-section .skills-container::-webkit-scrollbar{display:none}.tech-row{min-width:85vw;width:85vw;flex:0 0 auto;height:auto;flex-direction:column;padding:24px;background-color:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 4px 15px #0000000d;scroll-snap-align:center;border-bottom:1px solid #eee;border-top:none!important;opacity:1!important;transform:none!important}.tech-col-num{font-size:1rem;color:#888}.tech-col-img{width:100%;margin:0 0 7px;padding:0;flex:0 0 35%}.tech-img-wrapper{aspect-ratio:16 / 9;border-radius:6px}.tech-col-text{padding:0}.tech-title{font-size:1.4rem;margin-bottom:12px;word-break:keep-all}.tech-desc{font-size:.95rem;line-height:1.6;color:#666;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.bottom-banner{height:50vh;min-height:300px}.banner-overlay h2{font-size:1.8rem;padding:0 20px;line-height:1.4}.metrics-section{padding:80px 20px!important}.metrics-layout{flex-direction:column;gap:60px}.metrics-grid{grid-template-columns:1fr;gap:40px}.metric-item{border-top:1px solid #ccc;padding-top:20px}.metric-row{flex-direction:row;align-items:flex-start;gap:20px}.metric-value{font-size:2.2rem;min-width:80px}.metric-desc{font-size:.95rem;padding-top:6px}.metrics-map{width:100%;flex:0 0 auto}.metrics-map img{aspect-ratio:16 / 9}}.orbital-page{position:relative;width:100%;min-height:100vh;background-color:#000;color:#fefbf2;overflow-x:hidden}.moon-canvas{position:fixed!important;top:0;left:0;width:100vw!important;height:100vh!important;z-index:1}.story-scroll-container{position:relative;z-index:10;width:100%}.story-section{display:flex;justify-content:center;align-items:center;width:100%}.scroll-spacer{width:100%}.story-text-wrapper{position:relative;display:inline-block;max-width:60%}.story-particle-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.story-text{font-family:Georgia,serif;font-size:clamp(1.6rem,3.5vw,2.5rem);line-height:1.6;text-align:center;position:relative;z-index:1;padding:0 50px;white-space:pre-wrap;color:#fefbf2f2}.story-text.typing{border-right:.15em solid #ffffff;animation:blink-caret .75s step-end infinite}.story-text.done{border-right:none;animation:none}.story-letter{display:inline-block;position:relative;z-index:2;cursor:crosshair;line-height:1em}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#fff}}@media(max-width:1024px){.story-text-wrapper{max-width:75%}.story-text{padding:0 32px}}@media(max-width:768px){.story-section{padding:40px 0}.story-text-wrapper{max-width:90%}.story-text{font-size:clamp(1.3rem,4.5vw,1.8rem);padding:0 20px}}@media(max-width:480px){.story-text{font-size:clamp(1.1rem,4.8vw,1.6rem);padding:0 16px}}html,body,#root{height:100%;width:100%;margin:0;padding:0}.labs-page{position:fixed;inset:0;width:100vw;height:100vh;overflow:hidden;background:linear-gradient(to bottom,#edff00,#e3e4e4 45%,#d9dbdf)}.r3f-canvas{width:100%!important;height:100%!important;display:block}.image-description-overlay{color:#090909;padding:12px 20px;border-radius:8px;font-size:.9em;white-space:nowrap;text-align:center;pointer-events:none;border:1px solid rgba(255,255,255,.2);font-family:isilune,sans-serif;opacity:0;transform:translate(10px);transition:opacity 1s ease,transform 1s cubic-bezier(.15,.64,.29,1)}.image-description-overlay.visible{opacity:1}.image-description-overlay.hidden{opacity:0}.image-modal-backdrop{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;background:#1a1a1af2;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:20px}.modal-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px}.modal-description{color:#fff;font-size:1.2em;text-align:center;font-family:isilune,sans-serif;margin:0}.close-button{position:absolute;top:15px;right:15px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2em;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-family:isilune,sans-serif}.close-button:hover{background:#fff3;transform:rotate(90deg)}.scene-loader-backdrop{position:fixed;inset:0;background:radial-gradient(circle at top,#050508,#020204);display:flex;align-items:center;justify-content:center;z-index:9999;pointer-events:all}.scene-loader-center{width:min(320px,60vw);aspect-ratio:1 / 1}@font-face{font-family:Isilune;src:url(/fonts/ISILUNE_A-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Spoqa;src:url(/fonts/SpoqaHanSansNeo-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}*{box-sizing:border-box;word-break:keep-all;overflow-wrap:break-word}html{scroll-behavior:smooth;font-size:16px}body{margin:0;padding:0;font-family:Spoqa,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;color:#111;background-color:#f2f2f2}h1,h2,h3,h4,h5,h6{font-family:Isilune,serif;font-weight:400;margin:0;color:#111}h1{font-size:clamp(32px,4vw,48px);line-height:1.2}h2{font-size:clamp(24px,3vw,32px);line-height:1.3}h3{font-size:clamp(20px,2.2vw,24px);line-height:1.4}p,li,span,div{font-family:Spoqa,sans-serif;font-size:16px;line-height:1.6;color:#333}small,.caption{font-size:12px;line-height:1.4;color:#666}a{text-decoration:none;color:inherit}button{font-family:Spoqa,sans-serif}
