.about-page{min-height:100vh;padding:120px 20px 80px;background:linear-gradient(180deg,#0a0a0a,#1a1a1a 50%,#0a0a0a)}.about-page-container{position:relative;max-width:900px;margin:0 auto}.about-page-title{font-family:var(--font-serif),"Times New Roman",serif;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:400;font-style:italic;letter-spacing:.05em;text-align:center;margin-bottom:60px;color:#fff;text-shadow:0 2px 20px rgba(201,169,98,.3);position:relative;animation:fadeInUp .8s ease-out}.about-page-title:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:120px;height:1px;background:linear-gradient(90deg,transparent,#c9a962,transparent)}.about-page-content{animation:fadeInUp 1s ease-out .2s both}.about-page-content p{font-size:clamp(1rem,1.5vw,1.2rem);line-height:2;color:rgba(255,255,255,.85);margin-bottom:2rem;text-align:justify;text-indent:2em}.about-page-content p:last-child{margin-bottom:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-page-container:before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent,#c9a962,transparent)}.about-gallery-section{padding:80px 20px;animation:fadeInUp .8s ease-out both}.about-gallery-section:nth-child(odd){background:rgba(255,255,255,.02)}.about-gallery-container{max-width:1400px;margin:0 auto}.about-gallery-title{font-family:Times New Roman,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400;font-style:italic;letter-spacing:.08em;text-align:center;margin-bottom:50px;color:transparent;background:linear-gradient(135deg,#fff,#c9a962 50%,#fff);background-clip:text;-webkit-background-clip:text;text-shadow:0 2px 30px rgba(201,169,98,.3);position:relative}.about-gallery-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:60px;height:1px;background:linear-gradient(90deg,transparent,#c9a962,transparent)}.about-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.about-gallery-item{position:relative;display:block;width:100%;padding:0;border:none;background:none;text-align:left;aspect-ratio:4/3;overflow:hidden;border-radius:12px;cursor:zoom-in;animation:fadeInUp .6s ease-out both;box-shadow:0 4px 20px rgba(0,0,0,.3);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.about-gallery-item:focus-visible{outline:2px solid #c9a962;outline-offset:4px}.about-gallery-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px rgba(201,169,98,.2)}.about-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.about-gallery-item:hover img{transform:scale(1.1)}.about-gallery-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px 20px 20px;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,transparent);opacity:0;transition:opacity .4s ease}.about-factory-feature .about-gallery-overlay,.about-gallery-item:hover .about-gallery-overlay{opacity:1}.about-gallery-name{font-size:.95rem;font-weight:500;color:#fff;letter-spacing:.05em}.about-gallery-section-factory{padding-bottom:90px}.about-factory-layout{display:grid;grid-template-columns:minmax(300px,420px) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:stretch}.about-factory-feature{aspect-ratio:4/5;min-height:100%}.about-factory-video-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.about-factory-video-card{animation:fadeInUp .6s ease-out both;padding:14px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px rgba(0,0,0,.28)}.about-factory-video-card:first-child{grid-column:span 2}.about-factory-video-frame{aspect-ratio:16/9;overflow:hidden;border-radius:12px;background:#050505}.about-factory-video{display:block;width:100%;height:100%;object-fit:contain;background:#050505}.about-factory-video-meta{padding-top:12px}@media (max-width:1024px){.about-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.about-factory-layout{grid-template-columns:1fr}.about-factory-feature{max-width:480px;margin:0 auto}}@media (max-width:768px){.about-page{padding:100px 16px 60px}.about-page-title{margin-bottom:40px}.about-page-content p{line-height:1.8;margin-bottom:1.5rem}.about-gallery-section{padding:60px 16px}.about-gallery-title{margin-bottom:30px}.about-gallery-grid{grid-template-columns:1fr;gap:16px}.about-gallery-item{aspect-ratio:16/10}.about-gallery-overlay{opacity:1;padding:30px 16px 16px}.about-factory-feature{max-width:none}.about-factory-video-wall{grid-template-columns:1fr;gap:16px}.about-factory-video-card:first-child{grid-column:span 1}}