.history-page{background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.history-hero-wrapper{position:relative;height:100vh}.history-hero-wrapper .virtual-hero-simple{align-items:flex-start;padding-top:20vh}.history-hero-wrapper .virtual-hero-simple__title{font-size:clamp(1.8rem,5vw,3rem);font-style:italic;letter-spacing:.05em;line-height:1.1;color:#fff!important}.history-info-overlay{position:absolute;bottom:8%;left:50%;transform:translateX(-50%);width:90%;text-align:center;z-index:10}.history-info-overlay p{font-size:1.1rem;line-height:1.4;margin-bottom:2rem;font-family:Owners,sans-serif;color:#fff!important}.history-scroll-indicator{animation:bounce 2s infinite;color:#fff}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.history-mvv-section{padding:8rem 1.5rem;background:var(--bg-primary);color:var(--text-primary);transition:background-color .4s ease,color .4s ease}.history-mvv-grid{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.mvv-card{border:1px solid var(--border-primary);padding:2.5rem;text-align:center;border-radius:8px;background:var(--card-bg);box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .4s ease}.mvv-card h3{font-family:Owners XXWide,sans-serif;font-size:1.8rem;margin-bottom:1.5rem;letter-spacing:.1em}.mvv-card p{font-size:1.2rem;line-height:1.5;font-weight:500}.history-stats-section{padding:8rem 1.5rem;background:var(--bg-primary);color:var(--text-primary);text-align:center;transition:background-color .4s ease,color .4s ease}.history-stats-section h2{font-family:Owners XXWide,sans-serif;font-size:2.2rem;margin-bottom:5rem}.stats-box-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;max-width:900px;margin:0 auto}.stat-box{border:1px solid var(--border-primary);padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--card-bg);transition:all .4s ease}.stat-num{font-size:3.5rem;font-weight:900;font-family:Owners XXWide,sans-serif;color:#8a2be2;margin-bottom:.5rem}.stat-label{font-size:1.2rem;font-weight:800;margin:.5rem 0}.stat-desc{font-size:1rem;color:#666}@media (max-width:768px){.architect-slider-wrapper{flex-direction:column;gap:0}.slider-nav{display:none}.architect-card{flex-direction:column;text-align:center;padding:1.5rem;gap:1.5rem}.architect-img img{width:100%;height:auto}.stats-box-grid{grid-template-columns:1fr}}