.main-section{display:flex;flex-wrap:wrap;min-height:80vh}.main-text{flex:1 1 50%;display:flex;justify-content:center;align-items:center;padding:2rem}.main-image{flex:1 1 50%;background-size:cover;background-position:center;min-height:400px}.gallery img{width:100%;object-fit:cover}.markdown-body{font-family:"Segoe UI",sans-serif;line-height:1.6;color:#222;max-width:800px}.markdown-body h1,.markdown-body h2,.markdown-body h3{font-weight:600;margin-top:1.5rem;margin-bottom:1rem}.markdown-body p{margin-bottom:1rem}.markdown-body ul{padding-left:1.5rem;margin-bottom:1rem}.swiper{width:100%;padding:2rem 0}.swiper-slide{transition:.3s ease;opacity:.3;transform:scale(.9)}.swiper-slide-active{opacity:1;transform:scale(1)}.swiper-button-next,.swiper-button-prev{color:var(--bs-color-main3)!important}.swiper-button-next:hover,.swiper-button-prev:hover{color:var(--bs-color-main1)!important;}.swiper-pagination-bullet{background:var(--bs-color-main3)!important;opacity:.5}.swiper-pagination-bullet-active{background:var(--bs-color-main3)!important;opacity:1}.video-grid{display:flex;flex-wrap:wrap;margin:0;padding:0}.video-cell{position:relative;width:50%;padding:0;margin:0;display:flex;justify-content:center;align-items:center}.video-frame{position:relative;width:100%;max-width:100%;display:inline-flex;justify-content:center;align-items:center}.video-cell.full{width:100%}.video-cell video{width:100%;height:auto;display:block;max-width:100%;border-radius:4px}.video-play-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.85;transition:opacity .2s ease,transform .2s ease}.video-frame:hover .video-play-indicator{opacity:1;transform:translate(-50%,-50%) scale(1.05)}.video-frame.is-playing .video-play-indicator{opacity:0;transform:translate(-50%,-50%) scale(.9)}.video-cell:nth-child(2n):not(.full)::before{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background-color:var(--bs-color-main3);z-index:2}.video-cell:nth-child(n+3):not(.full)::after{content:"";position:absolute;top:0;left:0;height:1px;width:100%;background-color:var(--bs-color-main3);z-index:2}.video-cell.full:not(:first-child)::before{content:"";position:absolute;top:0;left:0;height:1px;width:100%;background-color:var(--bs-color-main3);z-index:2}@media (max-width:768px){.video-cell{width:100%!important;position:relative}.video-cell::before,.video-cell:nth-child(2n)::before{display:none!important}.video-cell:not(:first-child)::before{content:"";position:absolute;top:0;left:0;height:2px;width:100%;background-color:var(--bs-color-main3);z-index:10;display:block}}