.about-hero{background-color:var(--offwhite);padding:120px 20px 100px}.about-hero-content{max-width:800px;margin:0 auto}.about-hero-content h1{font-size:clamp(3rem, 6vw, 5rem);font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.about-intro{font-size:clamp(1.8rem, 3vw, 2.5rem);color:var(--offblack);margin-bottom:3rem;line-height:1.4;font-weight:700;font-family:Futura,'Century Gothic','Trebuchet MS',sans-serif;text-align:left}.about-text{font-size:clamp(1.1rem, 1.5vw, 1.25rem);color:#444;margin-bottom:2.5rem;line-height:1.9;text-align:left}.about-text:last-child{margin-bottom:0}.bts-video-section{position:relative;width:100%;height:75vh;max-height:800px;overflow:hidden;background-color:#000}.bts-video-container{position:relative;width:100%;height:100%}.bts-video{width:100%;height:100%;object-fit:cover;display:block}.bts-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2)}.bts-play-link{text-decoration:none;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .3s ease}.bts-play-link:hover{transform:scale(1.05)}.bts-subtitle{font-size:clamp(1.2rem, 2vw, 1.5rem);color:#fff;font-weight:700;margin-bottom:1rem;opacity:0;animation:fadeIn .7s ease forwards;animation-delay:.3s}.bts-title{font-size:clamp(3rem, 6vw, 5rem);color:#fff;font-weight:700;margin-bottom:2rem;filter:drop-shadow(0 0 8px rgba(0, 0, 0, .8));white-space:nowrap;opacity:0;animation:fadeIn .7s ease forwards;animation-delay:.5s}.bts-play-button{width:65px;height:65px;display:flex;justify-content:center;align-items:center;opacity:0;animation:fadeIn .7s ease forwards;animation-delay:.7s}.bts-play-button img{width:55px;height:auto;transition:transform .3s ease}.bts-play-link:hover .bts-play-button img{transform:scale(1.1)}@keyframes fadeIn{to{opacity:1}}@media (max-width:768px){.about-hero{padding:80px 20px 80px}.about-intro{margin-bottom:2.5rem}.about-text{margin-bottom:2rem}.bts-video-section{height:75vh}.bts-subtitle{font-size:1.2rem}.bts-title{font-size:10.5vw;white-space:normal;max-width:90%}.bts-play-button{width:70px;height:70px}.bts-play-button img{width:50px}.bts-video-controls{opacity:1}.bts-volume-control{display:none}.bts-time-display{font-size:12px;min-width:80px}}.bts-video-controls{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,.8) 0,transparent 100%);padding:20px;opacity:0;transition:opacity .3s ease}#videoLightbox:hover .bts-video-controls,.bts-video-controls:hover{opacity:1}.bts-close-btn{position:absolute;top:-40px;right:0;background:0 0;border:none;color:var(--white);font-size:3rem;cursor:pointer;z-index:10;transition:all .3s ease;font-weight:300;line-height:1;padding:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.bts-close-btn:hover{transform:rotate(90deg);opacity:.7}.bts-progress-bar{width:100%;height:5px;background:rgba(255,255,255,.3);border-radius:3px;margin-bottom:15px;cursor:pointer;position:relative}.bts-progress-filled{height:100%;background:#fff;border-radius:3px;width:0%;transition:width .1s linear}.bts-controls-row{display:flex;align-items:center;gap:15px}.bts-control-btn{background:0 0;border:none;color:#fff;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.bts-control-btn:hover{transform:scale(1.1)}.bts-time-display{color:#fff;font-size:14px;font-family:Futura,sans-serif;min-width:100px}.bts-volume-control{display:flex;align-items:center;gap:10px;margin-left:auto}.bts-volume-slider{width:80px;height:4px;-webkit-appearance:none;appearance:none;background:rgba(255,255,255,.3);border-radius:3px;outline:0}.bts-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer}.bts-volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;border:none}.bts-video-controls{display:none!important}