*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;background-color:#fff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.video-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-wrapper video{width:100%;height:100%;object-fit:cover}.navbar{position:fixed;top:0;left:0;width:100%;z-index:50;pointer-events:none;display:flex;justify-content:space-between;align-items:center}.navbar-inner{width:100%;display:flex;justify-content:space-between;align-items:center}.navbar>*{pointer-events:auto}.menu-wrap{display:flex;align-items:center;margin-left:4px}.menu-shell{display:flex;align-items:center;gap:10px;background-color:#fffffffa;border:1px solid rgba(0,0,0,.1);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;overflow:hidden;box-shadow:0 2px 12px #0000000f}.menu-links{display:flex;align-items:center;gap:2px}.menu-link{font-size:13px;font-weight:400;color:#000;padding:8px 14px;border-radius:999px;cursor:pointer;transition:background-color .15s ease;white-space:nowrap;border:none}.menu-link:hover{background-color:#0000000d}.nav-left{display:flex;align-items:center;gap:16px;pointer-events:auto}.nav-brand{display:flex;align-items:center;gap:10px}.brand-icon{width:32px;height:32px;flex-shrink:0;transform:rotate(-35deg)}.brand-icon svg{display:block;width:100%;height:100%}.brand-text{font-size:16px;font-weight:600;letter-spacing:-.01em}.menu-btn{display:flex;align-items:center;gap:6px;background-color:#000;border-radius:999px;padding:5px 12px 5px 5px}.menu-circle{width:24px;height:24px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-label{font-size:11px;color:#fff;font-weight:500;letter-spacing:.03em}.know-btn{display:flex;align-items:center;gap:6px;background-color:#000;border:none;border-radius:999px;padding:5px 12px 5px 5px;cursor:pointer;transition:opacity .2s ease;pointer-events:auto}.know-btn:hover{opacity:.85}.know-circle{width:24px;height:24px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.know-label{font-size:11px;color:#fff;font-weight:500;letter-spacing:.03em}.footer{position:relative;z-index:30;width:100%;margin-top:auto}.footer-inner{width:100%;padding:0;display:flex;flex-direction:column;gap:24px}.footer-gradient{position:relative;width:100%;padding:0}.gradient-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#ffffff 0%,rgba(255,255,255,.8) 50%,transparent 100%);pointer-events:none;z-index:-1}.footer-content{position:relative;z-index:1;padding:40px 32px 48px;display:flex;flex-direction:column;gap:0;width:100%}.footer-left{display:flex;flex-direction:column;gap:20px}.subtitle-row{display:flex;align-items:center;gap:8px}.subtitle-dot{width:8px;height:8px;border-radius:50%;background-color:#000;flex-shrink:0}.subtitle-text{font-size:13px;color:#0000008c;font-weight:400}.hero-heading{font-weight:300;letter-spacing:-.03em;line-height:1;color:#000}.hero-heading .line{display:block}.hero-heading .line-accent{font-weight:500}.actions-row{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{background-color:#000;color:#fff;font-size:13px;font-weight:500;padding:10px 20px;border-radius:999px;border:none;letter-spacing:.02em}.btn-outline{background-color:transparent;color:#000;font-size:13px;font-weight:500;padding:10px 20px;border-radius:999px;border:1px solid rgba(0,0,0,.35);letter-spacing:.02em}.btn-outline:hover{border-color:#0009}.footer-right{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.tag-pill{background-color:#fff;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:6px 14px;font-size:11px;font-weight:500;color:#333;white-space:nowrap}.video-wrapper{width:80%;height:80%}.navbar{padding:16px}.menu-circle{width:24px;height:24px}.brand-text{display:none}.footer-content{padding:32px 16px 40px;flex-direction:column;gap:28px}.hero-heading{font-size:clamp(2rem,8vw,4.5rem)}.footer-content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:28px}.footer-right{justify-content:flex-start}@media (min-width: 768px){.video-wrapper{width:100%;height:100%}.navbar{padding:24px 32px}.brand-text{display:inline}.menu-circle{width:26px;height:26px}.footer-content{padding:40px 32px 48px;flex-direction:row;justify-content:space-between;align-items:flex-end}.footer-left{flex-direction:column;gap:24px}.hero-heading{font-size:clamp(2.5rem,5.5vw,4.5rem)}.footer-right{flex-shrink:0;padding-top:0}}.section-eyebrow{font-size:12px;font-weight:500;color:#00000080;letter-spacing:.08em;text-transform:uppercase}.section-title{font-weight:300;letter-spacing:-.02em;color:#000}.projects{background-color:#fff;padding:80px 32px;max-width:1200px;margin:0 auto}.section-head{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}.projects .section-title{font-size:clamp(1.6rem,4vw,2.4rem)}.project-grid{display:grid;grid-template-columns:1fr;gap:16px}.project-card{background-color:#f4f4f6;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(0,0,0,.05);transition:border-color .2s ease}.project-card:hover{border-color:#0003}.card-top{display:flex;justify-content:space-between;align-items:center}.card-tag{font-size:11px;font-weight:500;color:#00000080;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:4px 10px}.card-status{font-size:11px;font-weight:500;color:#00000073}.card-title{font-size:22px;font-weight:600;letter-spacing:-.02em;color:#000;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.card-en{font-size:13px;font-weight:500;letter-spacing:.02em;color:#0006}.card-hook{font-size:14px;font-weight:500;line-height:1.6;color:#000000d9}.card-desc{font-size:14px;font-weight:400;line-height:1.7;color:#0009;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-link{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:#000;margin-top:auto;padding:4px 0 0;background:none;border:none;cursor:pointer;align-self:flex-start;transition:opacity .15s ease}.card-link:hover{opacity:.6}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background-color:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px}.modal-panel{position:relative;z-index:100;background-color:#fff;border-radius:24px;max-width:640px;width:100%;max-height:82vh;overflow-y:auto;padding:36px 32px;box-shadow:0 24px 64px #00000040}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-title-block{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.modal-title{font-size:24px;font-weight:600;letter-spacing:-.02em;color:#000}.modal-en{font-size:13px;font-weight:500;color:#0006}.modal-head-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.modal-close{width:32px;height:32px;border-radius:50%;background-color:#0000000d;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:background-color .15s ease}.modal-close:hover{background-color:#0000001a}.modal-hook{margin-top:16px;font-size:15px;font-weight:500;line-height:1.6;color:#000000d9}.modal-desc{margin-top:8px;font-size:14px;font-weight:400;line-height:1.8;color:#0009}.modal-block{margin-top:20px}.modal-block-label{font-size:12px;font-weight:600;letter-spacing:.06em;color:#0006;text-transform:uppercase}.modal-block-body{margin-top:6px;font-size:14px;font-weight:400;line-height:1.8;color:#000000bf}.modal-foot{margin-top:28px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08);font-size:12px;font-weight:400;color:#00000059;letter-spacing:.02em}.modal-preview{margin-top:20px;border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background-color:#f8f8fa}.modal-preview img{display:block;width:100%;height:auto}.modal-live-link{margin-top:12px;display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:#000;text-decoration:none;padding:8px 16px;border:1px solid rgba(0,0,0,.15);border-radius:999px;transition:background-color .15s ease,border-color .15s ease;width:fit-content}.modal-live-link:hover{background-color:#000;color:#fff;border-color:#000}.modal-live-link:hover svg{stroke:#fff}@media (max-width: 640px){.modal-panel{padding:28px 24px;border-radius:20px}}.host-panel{position:relative;z-index:100;background-color:#fff;border-radius:24px;max-width:760px;width:100%;max-height:82vh;overflow-y:auto;padding:0;box-shadow:0 24px 64px #0000002e}.host-close{position:absolute;top:18px;right:18px;z-index:20;width:32px;height:32px;border-radius:50%;background-color:#0000000d;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:background-color .15s ease}.host-close:hover{background-color:#0000001a}.host-body{display:flex;flex-direction:column}@media (min-width: 768px){.host-body{flex-direction:row;align-items:stretch}}.host-photo-wrap{position:relative;flex-shrink:0;overflow:hidden}@media (min-width: 768px){.host-photo-wrap{flex:0 0 320px;max-height:480px}}.host-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.host-photo-fade{position:absolute;top:0;right:0;bottom:0;left:0}@media (min-width: 768px){.host-photo-fade{background:linear-gradient(to right,transparent 35%,#ffffff 95%)}}@media (max-width: 767px){.host-photo-fade{background:linear-gradient(to bottom,transparent 30%,#ffffff 96%)}}@media (max-width: 767px){.host-photo-wrap{height:220px}}.host-text{position:relative;z-index:5;padding:28px 24px;display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.host-text{padding:32px 28px 32px 8px;flex:1;justify-content:center}}.host-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;color:#00000061;text-transform:uppercase;margin-bottom:-8px}.host-para{font-size:14px;font-weight:400;line-height:1.9;color:#000000ad}.host-sig{font-size:14px;font-weight:500;color:#000;text-align:right;margin-top:4px}.about{background-color:#000;color:#fff;padding:56px 32px}.about-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.about-left{display:flex;flex-direction:column;gap:10px}.about .section-eyebrow{color:#ffffff80}.about-eyebrow{font-size:12px;font-weight:500;letter-spacing:.08em;color:#fff6}.about-name{font-weight:500;font-size:clamp(1.65rem,4vw,2.5rem);letter-spacing:-.02em;line-height:1.35}.about-role{font-size:15px;color:#ffffff8c;font-weight:400}.about-para{font-size:15px;font-weight:300;line-height:1.9;color:#ffffffbf}@media (min-width: 768px){.project-grid{grid-template-columns:repeat(2,1fr)}.projects{padding:120px 32px}.about-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:48px}.about-left{flex:0 0 180px}}.about-mid{flex:0 1 auto}@media (min-width: 768px){.about-mid{flex:1 1 0;min-width:0}}.about-qr{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.about-qr .qr-image{width:160px;height:160px;border-radius:16px;display:block}.about-qr .qr-caption{font-size:12px;font-weight:400;color:#ffffff80;letter-spacing:.02em}@media (min-width: 768px){.about-qr{flex-shrink:0;padding-top:4px}}
