* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: #111; background: #fff; overflow-x: hidden; } img { display: block; max-width: 100%; height: auto; } .about-page { width: 100%; overflow: hidden; } .container { width: min(100% - 32px, 1120px); margin: 0 auto; } .site-nav { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; justify-content: center; align-items: flex-start; min-height: 36px; padding: 0; border-bottom: 2px solid rgba(255,255,255,.86); background: transparent; } .site-nav nav { display: flex; justify-content: center; align-items: center; gap: 34px; padding-top: 12px; } .site-nav nav a, .site-nav nav .nav-disabled { display: inline-flex; align-items: center; justify-content: center; min-height: 20px; padding: 0; color: #fff; font-size: 15px; line-height: 1; font-weight: 700; text-decoration: none; text-shadow: 0 1px 2px rgba(0,0,0,.45); } .site-nav nav .nav-disabled { pointer-events: none; cursor: default; color: #fff; } .site-nav nav a.active { color: red; } .about-hero, .timeline-panel { position: relative; min-height: 650px; display: grid; align-items: center; color: #fff; background: #050505; overflow: hidden; } .about-hero { min-height: 850px; display: flex; align-items: center; } .section-picture, .section-picture img { position: absolute; inset: 0; width: 100%; height: 100%; } .section-picture img { object-fit: cover; object-position: 58% center; transform: scale(1.08); transform-origin: center; } .section-overlay, .section-overlay.dark, .hero-overlay, .card-shade, .support-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient( to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.40) 35%, rgba(0,0,0,.62) 70%, rgba(0,0,0,.82) 100% )  !important; } .hero-content { position: relative; z-index: 3; width: min(100% - 40px, 760px); margin-left: 7.5%; margin-right: auto; padding: 180px 0 70px; text-align: left; } .hero-content h1 { margin: 0 0 28px; font-size: clamp(56px, 5.4vw, 86px); line-height: .95; letter-spacing: -2px; font-weight: 900; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.35); } .hero-subtitle { max-width: 680px; margin: 0 0 28px; font-size: clamp(21px, 1.55vw, 26px); line-height: 1.32; font-weight: 500; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.4); } .hero-copy { max-width: 700px; margin: 0; color: rgba(255,255,255,.94); font-size: clamp(18px, 1.35vw, 24px); line-height: 1.52; } .timeline-section { background: #050505; color: #fff; } .timeline-panel { position: relative; min-height: 900px; border-top: 1px solid rgba(255,255,255,.08); } .timeline-copy { position: relative; z-index: 3; width: min(100% - 32px, 760px); margin-left: max(16px, calc((100vw - 1120px) / 2)); padding: 120px 0; text-align: left; } .timeline-copy.right { margin-left: auto; margin-right: max(16px, calc((100vw - 1120px) / 2)); } .timeline-copy .year { margin: 0 0 12px; color: #ffb3ad; font-size: 1.35rem; font-weight: 900; } .timeline-copy h3 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 4.3rem); line-height: .95; letter-spacing: -.045em; font-weight: 900; } .timeline-copy p { max-width: 680px; margin: 0 0 14px; color: rgba(255,255,255,.90); font-size: 1.04rem; line-height: 1.56; } .pill-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; margin-top: 30px; padding: 14px 32px; border-radius: 999px; background: #4a3dba; color: #fff; text-decoration: none; font-size: 18px; font-weight: 700; line-height: 1; transition: background .25s ease, transform .25s ease; } .pill-btn:hover, .pill-btn:focus { background: #5849d1; color: #fff; transform: translateY(-2px); } .play-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 2px solid #fff; border-radius: 50%; font-size: 13px; line-height: 1; font-weight: 700; flex-shrink: 0; } @media (max-width: 980px) { .site-nav nav { width: 100%; justify-content: center; gap: 24px; overflow-x: auto; white-space: nowrap; padding: 12px 12px 0; } .timeline-copy, .timeline-copy.right { margin-left: auto; margin-right: auto; width: min(100% - 32px, 760px); } } @media (max-width: 640px) { .about-hero { min-height: 760px; } .timeline-panel { min-height: 720px; } .site-nav { min-height: 46px; } .site-nav nav { justify-content: center; gap: 18px; } .site-nav nav a, .site-nav nav .nav-disabled { font-size: 12px; } .section-picture img { object-position: 62% center; transform: scale(1.12); } .hero-content { width: min(100% - 32px, 680px); margin-left: 24px; margin-right: 24px; padding: 130px 0 60px; text-align: left; } .hero-content h1 { font-size: clamp(44px, 12vw, 54px); line-height: 1; letter-spacing: -1.4px; margin-bottom: 22px; } .hero-subtitle { max-width: 100%; margin: 0 0 22px; font-size: 19px; line-height: 1.35; } .hero-copy { max-width: 100%; font-size: 16px; line-height: 1.55; } .pill-btn { padding: 12px 26px; font-size: 17px; gap: 12px; } .play-icon { width: 30px; height: 30px; font-size: 12px; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms  !important; animation-duration: .01ms  !important; animation-iteration-count: 1  !important; } } .video-modal{ position:fixed; inset:0; background:rgba(0,0,0,.85); display:flex; align-items:center; justify-content:center; opacity:0; visibility:hidden; transition:.3s; z-index:9999; } .video-modal.active{ opacity:1; visibility:visible; } .video-modal-content{ position:relative; width:min(90vw,960px); aspect-ratio:16/9; } .video-modal iframe{ width:100%; height:100%; border:0; border-radius:8px; } .video-close{ position:absolute; top:-45px; right:0; width:38px; height:38px; border:0; border-radius:50%; background:#fff; color:#000; font-size:28px; cursor:pointer; line-height:1; } .video-close:hover{ background:#e2231a; color:#fff; } body.modal-open{ overflow:hidden; }
