*{margin:0;padding:0;box-sizing:border-box}.about-page{min-height:100vh;background-color:#fff;font-family:Helvetica Neue,Arial,sans-serif;width:100%;max-width:100%;overflow-x:hidden}.about-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;padding:2rem;background:rgba(255,255,255,.02);-webkit-backdrop-filter:blur(15px) saturate(200%);backdrop-filter:blur(15px) saturate(200%);border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.about-header-scrolled{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(25px) saturate(200%);backdrop-filter:blur(25px) saturate(200%);border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 2px 20px rgba(0,0,0,.1)}.about-nav{display:flex;gap:2rem}.about-mobile-title{display:block;font-size:1.2rem;font-weight:600;letter-spacing:.05em;transition:all .3s ease;margin:0;padding:0;color:#333;cursor:pointer}.about-mobile-title:hover{opacity:.7}.about-hamburger-button{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:4px;z-index:1001;border-radius:4px;transition:all .3s ease}.about-hamburger-button:hover{background:rgba(0,0,0,.1)}.about-hamburger-line{width:100%;height:2px;background-color:#333;transition:all .3s ease;box-shadow:0 0 4px rgba(255,255,255,.3)}.about-hamburger-button.open .about-hamburger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.about-hamburger-button.open .about-hamburger-line:nth-child(2){opacity:0}.about-hamburger-button.open .about-hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.about-mobile-menu{position:fixed;top:0;right:0;width:100%;height:100vh;background:rgba(255,255,255,.05);backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;z-index:1000;transform:translateX(100%);transition:transform .3s ease;box-shadow:-4px 0 24px rgba(0,0,0,.2)}.about-mobile-menu.open{transform:translateX(0)}.about-mobile-nav-link{color:#fff;text-decoration:none;font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease;opacity:0;transform:translateY(20px);text-shadow:0 2px 8px rgba(0,0,0,.4),0 4px 12px rgba(0,0,0,.3);padding:0;position:relative}.about-mobile-menu.open .about-mobile-nav-link{opacity:1;transform:translateY(0)}.about-mobile-menu.open .about-mobile-nav-link:nth-child(2){transition-delay:.1s}.about-mobile-menu.open .about-mobile-nav-link:nth-child(3){transition-delay:.2s}.about-mobile-menu.open .about-mobile-nav-link:nth-child(4){transition-delay:.3s}.about-mobile-menu.open .about-mobile-nav-link:nth-child(5){transition-delay:.4s}.about-mobile-menu:not(.open) .about-mobile-nav-link{opacity:0;transform:translateY(20px);transition-delay:0s}.about-mobile-nav-link:hover{color:#fff;transform:scale(1.05);text-shadow:0 3px 12px rgba(0,0,0,.5),0 6px 16px rgba(0,0,0,.4)}.about-mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;background:rgba(0,0,0,.3);border:2px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;opacity:0;transform:rotate(-90deg);z-index:1002;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:0;box-shadow:0 4px 12px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.1)}.about-mobile-menu-close svg{transition:transform .3s ease}.about-mobile-menu.open .about-mobile-menu-close{opacity:1;transform:rotate(0deg);transition-delay:.2s}.about-mobile-menu-close:hover{transform:scale(1.1) rotate(0deg);background:rgba(0,0,0,.5);border-color:rgba(255,255,255,.4);box-shadow:0 6px 20px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.2)}.about-mobile-menu-close:hover svg{transform:rotate(-90deg)}.about-nav-link{text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;text-transform:uppercase;color:#333}.about-nav-link:hover{opacity:.7}.about-main{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:8rem 0 4rem;width:100%;max-width:100%}.about-container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.about-content{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:6rem;gap:6rem;align-items:start;width:100%;max-width:100%;padding-top:2rem}.about-text{max-width:100%;padding-right:2rem}.about-name{font-size:4rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.1;letter-spacing:-.02em}.about-title{font-size:1.25rem;color:#666;margin-bottom:3rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;position:relative;display:inline-block;padding-bottom:1rem}.about-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:2px;background:linear-gradient(90deg,#333,transparent)}.about-description{font-size:1.1rem;color:#444;font-weight:300;line-height:1.8;margin-bottom:3rem;max-width:90%}.about-independence{font-size:1rem;color:#333;font-weight:400;line-height:1.8;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:.5rem}.independence-date{font-size:.9rem;color:#888;font-weight:500;letter-spacing:.05em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.independence-text{font-size:1rem;color:#333;font-weight:300}.about-career{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(0,0,0,.08)}.career-title{font-size:.95rem;font-weight:600;color:#888;margin-bottom:2rem;letter-spacing:.1em;text-transform:uppercase}.career-item{font-size:1rem;color:#333;font-weight:300;line-height:1.8;margin-bottom:1.25rem;padding-left:1.5rem;position:relative}.career-item:before{content:"—";position:absolute;left:0;color:#bbb;font-weight:300}.about-image{display:flex;justify-content:center;max-width:100%;padding-left:2rem}.profile-image{width:100%;max-width:700px;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05);filter:grayscale(15%) contrast(1.05) brightness(.98);transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.profile-image:hover{filter:grayscale(0) contrast(1.08) brightness(1.02);box-shadow:0 30px 80px rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.08);transform:translateY(-4px)}.about-footer{padding:4rem 0 2rem;background-color:#f5f5f5;width:100%;max-width:100%}.about-footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:3rem;width:100%}.about-footer-main{display:flex;justify-content:space-between;align-items:flex-start}.about-footer-brand{font-size:1.5rem;font-weight:400;color:#999;letter-spacing:.02em}.about-footer-nav{display:flex;gap:3rem}.about-footer-nav-link{color:#999;text-decoration:none;font-size:1rem;font-weight:400;letter-spacing:.02em;transition:color .3s ease}.about-footer-nav-link:hover{color:#333}.about-footer-social{display:flex;align-items:center;gap:.5rem}.about-footer-social-link{color:#666;text-decoration:none;display:flex;align-items:center;gap:.75rem;font-size:.9rem;transition:color .3s ease}.about-footer-social-link:hover{color:#333}.about-footer-instagram-icon{width:24px;height:24px;fill:#666;transition:fill .3s ease}.about-footer-social-link:hover .about-footer-instagram-icon{fill:#333}.about-footer-triangle-icon{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:12px solid #666;transition:border-right-color .3s ease}.about-footer-social-link:hover .about-footer-triangle-icon{border-right-color:#333}.about-footer-social-text{font-weight:400;font-size:1rem}.about-footer-copyright{text-align:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1);margin-top:2rem}.about-footer-copyright p{color:#999;font-size:.9rem;margin:0;font-weight:400}@media (min-width:769px){.about-header{justify-content:space-between}.about-mobile-title{display:block}.about-hamburger-button{display:none}.about-nav{display:flex}}@media (max-width:768px){.about-header{padding:1rem;justify-content:space-between}.about-nav{display:none}.about-hamburger-button{display:flex}.about-mobile-title{display:block}.about-main{padding:4rem 1rem 2rem}.about-container{padding:0 1rem}.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-text{order:2;padding-right:0}.about-image{order:1;padding-left:0}.about-name{font-size:2.5rem}.about-description{max-width:100%}.about-content{gap:3rem}.about-career{margin-top:3rem;padding-top:2rem}.profile-image{width:350px;height:auto}.about-footer-container{padding:0 1rem;gap:2rem}.about-footer-main{flex-direction:column;gap:2rem;align-items:flex-start}.about-footer-nav{gap:2rem}.about-footer-brand{font-size:1.3rem}}@media (max-width:480px){.about-name{font-size:2rem}.profile-image{width:300px;height:auto}}