.about{padding:80px 0 40px;background:#f9f9f9}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{text-align:center;font-size:36px;font-weight:700;color:#222;margin-bottom:50px}.section-title::after{content:'';display:block;width:60px;height:3px;background:#a8071a;margin:16px auto 0}.about-card{background:#fff;border-radius:8px;padding:36px 40px;margin-bottom:24px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.card-title{font-size:20px;font-weight:700;color:#222;margin-bottom:20px;padding-left:14px;border-left:3px solid #a8071a}.card-text{font-size:15px;line-height:2;color:#555;text-indent:2em;text-align:justify}.pledge-list{display:flex;flex-wrap:nowrap;gap:16px}.pledge-item{padding:12px 28px;background:linear-gradient(135deg,#faf7f4 0,#f2eeea 100%);border-radius:6px;font-size:16px;font-weight:700;color:#7a0c18;letter-spacing:2px;border-left:3px solid #a8071a}.scope-text{font-size:14px;line-height:2;color:#555;text-align:justify;max-height:200px;overflow-y:auto;padding-right:10px}.scope-text::-webkit-scrollbar{width:6px}.scope-text::-webkit-scrollbar-thumb{background:#a8071a;border-radius:3px}.philosophy{text-align:center;margin-top:40px;padding:48px 40px;background:linear-gradient(135deg,#202124 0,#3a151a 100%);border-radius:8px;color:#fff}.philosophy-title{font-size:22px;font-weight:700;color:#d7d9dc;margin-bottom:24px;letter-spacing:6px}.philosophy-text{font-size:16px;line-height:2.2;color:rgba(255,255,255,.85);max-width:700px;margin:0 auto;text-align:justify;text-indent:2em}.honors{padding:40px 0 80px;background:#f9f9f9}.qualifications{padding:80px 0;background:#fff}.honor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.honor-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.honor-card-img{width:100%;height:280px;object-fit:contain;display:block;transition:transform .5s;cursor:zoom-in}.honor-card:hover .honor-card-img{transform:scale(1.05)}.honor-card-title{padding:16px 20px;font-size:16px;font-weight:700;color:#333;background:#fff}.qualification-track{display:flex;gap:24px;overflow-x:scroll;padding:4px 2px 20px;scroll-snap-type:x mandatory;scrollbar-color:#a8071a #e5e5e5;scrollbar-width:auto}.qualification-track .honor-card{flex:0 0 calc((100% - 48px)/ 3);scroll-snap-align:start}.qualification-track::-webkit-scrollbar{height:12px}.qualification-track::-webkit-scrollbar-track{background:#e5e5e5;border-radius:6px}.qualification-track::-webkit-scrollbar-thumb{background:#a8071a;border:2px solid #e5e5e5;border-radius:6px}.image-preview{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:32px;background:rgba(20,20,20,.92);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.image-preview.is-open{opacity:1;visibility:visible}.image-preview-img{max-width:min(1100px,92vw);max-height:90vh;object-fit:contain;background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.4)}.image-preview-close{position:absolute;top:18px;right:24px;width:44px;height:44px;border:1px solid rgba(255,255,255,.45);border-radius:50%;color:#fff;background:#202124;font-size:32px;line-height:38px;cursor:pointer}body.preview-open{overflow:hidden}@media (max-width:768px){.honor-grid{grid-template-columns:1fr}.qualification-track .honor-card{flex-basis:calc(100% - 4px)}.qualification-track{gap:16px}.image-preview{padding:18px}}.performance{padding:80px 0;background:#f9f9f9}.performance-table-wrap{overflow-x:auto;border:1px solid #dedede;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.06)}.performance-table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed}.performance-table td,.performance-table th{padding:16px 14px;border-bottom:1px solid #e5e5e5;text-align:left;vertical-align:middle}.performance-table th{color:#fff;background:#202124;font-size:15px;font-weight:700;white-space:nowrap}.performance-table th:first-child{width:70px}.performance-table th:nth-child(2){width:52%}.performance-table th:nth-child(3){width:150px}.performance-table th:nth-child(4){width:120px}.performance-table th:nth-child(5){width:90px}.performance-table tbody tr:nth-child(2n){background:#fafafa}.performance-table tbody tr:hover{background:#f7eded}.performance-amount,.performance-date,.performance-index{white-space:nowrap}.performance-index{color:#777;text-align:center!important}.performance-name{color:#292929;line-height:1.7}.performance-amount{color:#7a0c18;font-family:Consolas,"Courier New",monospace;font-weight:700}.performance-category{display:inline-block;min-width:52px;padding:5px 9px;color:#fff;background:#a8071a;border-radius:3px;text-align:center;white-space:nowrap}.managers{padding:80px 0;background:#f9f9f9}.manager-table-wrap{max-width:760px;margin:0 auto}.manager-table{min-width:560px}.manager-table td,.manager-table th{padding:10px 12px;text-align:center}.manager-table th:first-child{width:80px}.manager-table th:nth-child(2){width:160px}.manager-table th:nth-child(3){width:140px}.manager-table th:nth-child(4){width:180px}.manager-table .performance-category{min-width:48px;padding:4px 8px}.manager-name{color:#292929;font-weight:700}.desktop-list-toggle,.manager-mobile-list,.mobile-list-toggle,.performance-mobile-list{display:none}@media (min-width:769px){#managerTableBody.is-collapsed:not(.is-expanded) tr:nth-child(n+11),#performanceTableBody.is-collapsed:not(.is-expanded) tr:nth-child(n+11){display:none}.desktop-list-toggle{display:block;margin:20px auto 0;padding:10px 22px;border:1px solid #b72537;border-radius:4px;color:#a8071a;background:#fff;font-size:14px;transition:color .2s,background .2s}.desktop-list-toggle:hover{color:#fff;background:#a8071a}}.news{padding:80px 0;background:#f9f9f9}.industry-news{background:#fff}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.news-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s;cursor:pointer}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.news-card:hover .news-card-img{transform:scale(1.05)}.news-card-img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .5s}.news-card-body{padding:16px 20px 20px}.news-card-title{font-size:16px;font-weight:700;color:#222;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2}.news-card-text{font-size:13px;color:#999;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2}.industry-list{max-width:900px;margin:0 auto}.industry-item{display:flex;align-items:center;padding:22px 28px;margin-bottom:12px;background:#fff;border-radius:8px;box-shadow:0 1px 6px rgba(0,0,0,.04);text-decoration:none;transition:.3s;border-left:3px solid transparent}.industry-item:hover{border-left-color:#a8071a;box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateX(4px)}.industry-date{font-size:14px;color:#fff;background:#a8071a;padding:6px 14px;border-radius:4px;min-width:90px;text-align:center;flex-shrink:0}.industry-title{flex:1;font-size:16px;color:#333;margin-left:20px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;line-clamp:1}.industry-arrow{color:#ccc;font-size:22px;margin-left:16px;flex-shrink:0;transition:color .3s}.industry-item:hover .industry-arrow{color:#a8071a}.footer{padding:60px 0;background:#202124;color:#fff}.footer-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:40px;letter-spacing:6px}.footer-title::after{content:'';display:block;width:40px;height:2px;background:#a8071a;margin:14px auto 0}.footer-contact{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:8px}.contact-icon{font-size:22px;color:#d7d9dc}.contact-label{flex:0 0 auto;font-size:15px;color:#aaa;white-space:nowrap}.contact-value{font-size:15px;color:#ddd}.footer-record{margin-top:32px;color:#999;font-size:13px;text-align:center}.footer-record a{color:inherit;text-decoration:none;transition:color .2s}.footer-record a:hover{color:#fff}@media (max-width:768px){.news-grid{grid-template-columns:1fr}.footer-contact{flex-direction:column;align-items:center;gap:20px}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none}.hero-logo{position:absolute;left:10%;top:5%;height:260px;width:auto;box-sizing:border-box;opacity:0;visibility:hidden;transition:opacity .4s}.hero-logo.is-loaded{opacity:1;visibility:visible}.hero-title{position:absolute;left:10%;top:45%;color:#fff;font-size:80px;font-weight:700;letter-spacing:10px;text-shadow:0 2px 12px rgba(0,0,0,.6);white-space:nowrap}.hero{position:relative;width:100%;height:100vh;min-height:500px;overflow:hidden}.hero-carousel{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.2s ease-in-out;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.hero-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:background .3s,transform .3s}.hero-dot.active{background:#fff;transform:scale(1.3)}@media (max-width:768px){.container{padding-left:16px;padding-right:16px}.hero{height:72vh;min-height:460px}.hero-logo{left:16px;top:24px;height:auto;max-width:calc(100% - 32px);max-height:160px}.hero-title{left:16px;right:16px;top:48%;width:calc(100% - 32px);font-size:clamp(24px, 8vw, 52px);line-height:1.25;letter-spacing:2px;white-space:nowrap;word-break:keep-all}.hero-dots{bottom:20px;gap:9px}.hero-dot{width:9px;height:9px}.about,.honors,.managers,.news,.performance,.qualifications{padding-top:52px;padding-bottom:52px}.section-title{font-size:28px;margin-bottom:30px}.section-title::after{width:44px;margin-top:12px}.about-card{padding:24px 18px;margin-bottom:16px;border-radius:6px}.card-title{font-size:18px;margin-bottom:14px}.card-text,.philosophy-text{font-size:14px;line-height:1.9}.pledge-list{gap:8px;overflow-x:auto;padding-bottom:4px}.pledge-item{flex:0 0 auto;padding:9px 14px;font-size:13px;letter-spacing:1px}.scope-text{max-height:180px;font-size:13px;line-height:1.8}.philosophy{margin-top:24px;padding:30px 18px;border-radius:6px}.philosophy-title{font-size:19px;margin-bottom:16px;letter-spacing:4px}.honor-grid,.news-grid{grid-template-columns:1fr;gap:16px}.honor-card-img{height:220px}.performance-table-wrap{margin:0 -16px;border-left:0;border-right:0}#performance .performance-table-wrap,.managers .manager-table-wrap{display:none}.manager-mobile-list,.performance-mobile-list{display:grid;gap:12px}.manager-mobile-card,.performance-mobile-card{border:1px solid #e3e3e3;border-radius:8px;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.05)}.performance-mobile-card{padding:16px}.performance-mobile-card-head{display:flex;align-items:flex-start;gap:10px}.performance-mobile-card h3{margin:0;color:#292929;font-size:15px;font-weight:600;line-height:1.65}.performance-mobile-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid #f0f0f0}.performance-mobile-meta>div{min-width:0}.performance-mobile-meta span{display:block;margin-bottom:4px;color:#888;font-size:12px}.performance-mobile-meta strong{display:block;color:#333;font-size:13px;line-height:1.45;word-break:break-word}.performance-mobile-meta .performance-category{min-width:0;padding:4px 6px;font-size:12px}.manager-mobile-list{grid-template-columns:repeat(2,minmax(0,1fr))}.manager-mobile-list.is-collapsed:not(.is-expanded) .manager-mobile-card:nth-child(n+13){display:none}.manager-mobile-card{min-height:88px;padding:12px}.manager-mobile-card .manager-mobile-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;margin:0 0 12px;padding:0;border:0;color:#777;font-size:13px}.manager-mobile-card .performance-category{min-width:0;padding:4px 7px;font-size:12px}.manager-mobile-card .manager-name{display:block;font-size:18px;line-height:1.2;text-align:center}.mobile-list-toggle{display:block;width:100%;margin-top:16px;padding:11px 16px;border:1px solid #b72537;border-radius:6px;color:#a8071a;background:#fff;font-size:14px}.mobile-list-toggle:active{color:#fff;background:#a8071a}.news-card-img{height:220px}.industry-list{width:100%}.industry-item{align-items:flex-start;padding:14px 12px;margin-bottom:10px}.industry-date{min-width:68px;padding:5px 6px;font-size:12px}.industry-title{margin-left:10px;font-size:14px;line-height:1.6;-webkit-line-clamp:2;line-clamp:2}.industry-arrow{margin-left:8px;font-size:20px}.footer{padding:44px 0}.footer-title{font-size:24px;margin-bottom:28px;letter-spacing:4px}.footer-contact{align-items:stretch;gap:16px}.footer-record{margin-top:28px}.contact-item{width:100%;align-items:flex-start;gap:7px;line-height:1.6}.contact-icon{flex:0 0 24px}.contact-value{flex:1 1 0;min-width:0;overflow-wrap:anywhere}}@media (max-width:380px){.hero-title{font-size:24px;letter-spacing:2px}.hero-logo{max-height:130px}.section-title{font-size:25px}}