@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";.nav{background:#0d0d0d;border-bottom:1px solid #222;position:fixed;top:0;left:0;right:0;z-index:100}.nav-inner{max-width:1400px;margin:0 auto;padding:16px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-scrolled{background:#0d0d0df2;backdrop-filter:blur(10px)}.logo-link{text-decoration:none;display:inline-block;transition:opacity .2s ease}.logo-link:hover{opacity:.8}.logo-placeholder{font-family:Impact,sans-serif;font-size:1.4rem;font-weight:400;color:#fff;background:transparent;padding:0;letter-spacing:2px;text-transform:uppercase}.nav-links{display:flex;gap:8px;justify-self:center}.nav-links>div{display:flex}.nav-links a{color:#888;text-decoration:none;font-size:.95rem;font-weight:500;padding:8px 16px;border-radius:6px;transition:all .2s ease}.nav-links a:hover{color:#fff;background:#1a1a1a}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px;z-index:200;justify-self:end}.hamburger-line{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger-open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-open .hamburger-line:nth-child(2){opacity:0}.hamburger-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{position:fixed;inset:0;background:#0d0d0dfa;z-index:99;display:flex;align-items:center;justify-content:center}.mobile-menu-links{display:flex;flex-direction:column;align-items:center;gap:32px}.mobile-menu-links a{color:#ccc;text-decoration:none;font-size:1.6rem;font-weight:300;letter-spacing:1px;transition:color .2s ease}.mobile-menu-links a:hover{color:#fff}@media (max-width: 968px){.nav-links{display:none}.hamburger{display:flex}.nav-inner{grid-template-columns:1fr auto}}@media (max-width: 600px){.nav-inner{padding:14px 16px}.logo-placeholder{font-size:1.2rem}}.footer{text-align:center;padding:40px 24px;background:#0a0a0a;border-top:1px solid #222}.footer p{margin:8px 0;font-size:.9rem;color:#666}.footer a{color:#ccc;text-decoration:none;transition:color .2s ease}.footer a:hover{color:#fff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0d0d0d;color:#e0e0e0;line-height:1.6}.home-page{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.dgg-hero{padding:40px 0 60px;border-bottom:1px solid #222}.dgg-hero-top{display:flex;align-items:center;justify-content:flex-start;gap:48px;flex-wrap:wrap}.dgg-hero-info{order:3;width:100%}.dgg-featured-video{width:100%;max-width:700px;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden;box-shadow:0 0 15px #ffffff1f,0 0 40px #ffffff0f}.dgg-featured-video iframe{width:100%;height:100%;border:none}.dgg-hero-image-wrapper{display:flex;align-items:center;justify-content:center;margin-left:120px}.dgg-hero-image{width:400px;height:auto;object-fit:contain;filter:drop-shadow(0 0 12px rgba(255,255,255,.15)) drop-shadow(0 0 35px rgba(255,255,255,.07));animation:heroFloat 4s ease-in-out infinite}.dgg-hero-image:hover{filter:drop-shadow(0 0 16px rgba(255,255,255,.22)) drop-shadow(0 0 45px rgba(255,255,255,.1))}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.dgg-hero-info{display:flex;flex-direction:column;gap:12px;margin-top:24px}.dgg-hero-info h1{font-size:2.4rem;font-weight:300;color:#fff;line-height:1.3}.dgg-hero-subtitle{font-size:1.05rem;color:#888}.dgg-hero-buttons{display:flex;gap:12px;margin-top:4px}.dgg-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:.95rem;font-weight:400;text-decoration:none;border-radius:6px;transition:all .2s ease;cursor:pointer;border:none}.dgg-btn-primary{background:#fff;color:#0d0d0d}.dgg-btn-primary:hover{background:#d4d4d4}.dgg-btn-secondary{background:#2a2a2a;color:#e0e0e0;border:1px solid #333}.dgg-btn-secondary:hover{background:#333;border-color:#444}.dgg-section{padding:50px 0;border-bottom:1px solid #222}.dgg-section:last-child{border-bottom:none}.dgg-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dgg-section-header h2{font-size:1.5rem;font-weight:400;color:#fff}.dgg-see-more{color:#ccc;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.dgg-see-more:hover{color:#fff}.dgg-see-more-lg{color:#fff;font-size:1.3rem;font-weight:400;font-style:italic;border-left:3px solid #fff;padding-left:16px}.dgg-see-more-lg:hover{color:#d4d4d4}.about-spoiler{font-size:1.3rem!important;color:#fff!important;font-weight:400;font-style:italic;border-left:3px solid #fff;padding-left:16px;margin-bottom:24px!important}.dgg-video-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.dgg-video-card{text-decoration:none;color:inherit;transition:transform .2s ease;width:calc(25% - 15px)}.dgg-video-card:hover{transform:translateY(-4px)}.dgg-video-thumbnail{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#1a1a1a}.dgg-video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.dgg-video-card:hover .dgg-video-thumbnail img{transform:scale(1.05)}.dgg-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.dgg-video-card:hover .dgg-video-overlay{opacity:1}.dgg-play-icon{font-size:2rem;color:#fff}.dgg-video-card h3{margin-top:12px;font-size:.95rem;font-weight:500;color:#e0e0e0;line-height:1.4}.dgg-video-card:hover h3{color:#fff}.dgg-about-layout{display:grid;grid-template-columns:1fr 300px;gap:60px;align-items:start}.dgg-about-left{display:flex;flex-direction:column}.dgg-about-text p{font-size:1.05rem;line-height:1.8;color:#b0b0b0;margin-bottom:20px}.about-tagline{font-size:1.3rem!important;color:#fff!important;font-weight:400;font-style:italic;border-left:3px solid #fff;padding-left:16px;margin-bottom:24px!important}.dgg-about-links{display:flex;gap:12px;margin-top:24px}.dgg-about-image{display:flex;justify-content:center;align-items:flex-start}.dgg-about-image img{max-width:100%;max-height:350px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 0 12px rgba(255,255,255,.15)) drop-shadow(0 0 35px rgba(255,255,255,.07))}.about-page{width:100%;max-width:1400px;margin:0 auto;padding:40px 24px 100px}.about-block-heading{font-size:2.4rem;font-weight:300;color:#fff;margin-bottom:24px}.about-block{display:grid;grid-template-columns:1fr 300px;gap:60px;align-items:center;margin-bottom:60px;padding-bottom:60px;border-bottom:1px solid #1a1a1a}.about-block:last-of-type{border-bottom:none}.about-block-reverse{grid-template-columns:300px 1fr}.about-block-reverse .about-block-text{order:2}.about-block-reverse .about-block-image{order:1}.about-block-text p{font-size:1.05rem;line-height:1.9;color:#b0b0b0;margin-bottom:24px}.about-block-text p:last-child{margin-bottom:0}.about-emphasis{font-size:1.3rem!important;color:#fff!important;font-style:italic;font-weight:400;margin-bottom:28px!important}.about-sign-off{font-size:1.3rem!important;color:#fff!important;font-weight:500;margin-top:16px!important;font-style:italic}.about-block-image{display:flex;justify-content:center;align-items:center}.about-block-image img{max-width:100%;max-height:350px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 0 12px rgba(255,255,255,.15)) drop-shadow(0 0 35px rgba(255,255,255,.07))}.about-page-links{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap;justify-content:center}.content-page{width:100%;max-width:1400px;margin:0 auto;padding:40px 24px 100px}.content-header{padding:20px 0 40px;border-bottom:1px solid #222;margin-bottom:40px}.content-header h1{font-size:2.5rem;font-weight:400;color:#fff;margin-bottom:12px}.content-header p{font-size:1.1rem;color:#888;max-width:600px}.videos-section{padding:0}.videos-grid{display:flex;flex-direction:column;gap:40px}.video-card{display:grid;grid-template-columns:500px 1fr;gap:30px;padding:24px;background:#161616;border-radius:12px;border:1px solid #222;transition:border-color .2s ease}.video-card:hover{border-color:#333}.video-embed{width:100%;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden}.video-embed iframe{width:100%;height:100%;border:none}.video-info{display:flex;flex-direction:column;justify-content:center;padding:10px 0}.video-info h3{font-size:1.4rem;font-weight:400;color:#fff;margin-bottom:16px;line-height:1.5}.video-info p{font-size:1rem;color:#888;line-height:1.7}.video-placeholder{width:100%;aspect-ratio:16/9;background:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center}.video-placeholder span{font-size:1.4rem;color:#555;font-weight:600;text-transform:uppercase;letter-spacing:2px}.dgg-video-placeholder{background:#1a1a1a;display:flex;align-items:center;justify-content:center}.dgg-video-placeholder span{font-size:1.2rem;color:#555;font-weight:600;text-transform:uppercase;letter-spacing:2px}.dgg-video-card-placeholder{cursor:default}.dgg-video-card-placeholder:hover{transform:none}.contact-page{width:100%;max-width:1000px;margin:0 auto;padding:40px 24px 100px}.contact-header{text-align:center;padding:20px 0 40px;border-bottom:1px solid #222;margin-bottom:40px}.contact-header h1{font-size:2.5rem;font-weight:400;color:#fff;margin-bottom:12px}.contact-header h1 .white,.contact-header h1 .orange{color:#fff}.contact-header p{font-size:1.1rem;color:#888}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.9rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group textarea{padding:14px 16px;background:#161616;border:1px solid #333;border-radius:8px;color:#fff;font-family:inherit;font-size:1rem;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#fff;background:#1a1a1a}.form-group textarea{resize:vertical;min-height:140px}.submit-btn{padding:14px 28px;background:#fff;color:#0d0d0d;border:none;border-radius:8px;font-family:inherit;font-weight:400;font-size:.95rem;cursor:pointer;transition:all .2s ease;margin-top:8px}.submit-btn:hover{background:#d4d4d4}.success-message{padding:14px 18px;background:#4caf5026;border:1px solid rgba(76,175,80,.3);border-radius:8px;color:#4caf50;font-weight:500}.contact-info{display:flex;flex-direction:column;gap:20px}.info-block{padding:24px;background:#161616;border:1px solid #222;border-radius:12px}.info-block h3{font-size:1.15rem;font-weight:300;color:#888;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.info-block a,.info-block p{font-size:1.1rem;color:#e0e0e0;text-decoration:none;transition:color .2s ease}.info-block a:hover{color:#fff}@media (max-width: 1200px){.dgg-video-card{width:calc(33.333% - 14px)}}@media (max-width: 968px){.dgg-hero-top{flex-direction:column;gap:24px;align-items:center}.dgg-hero-info{order:2}.dgg-hero-image-wrapper{order:3;justify-content:center;margin-left:0}.dgg-hero-image{width:220px}.dgg-hero-info{text-align:center;align-items:center}.dgg-video-card{width:calc(50% - 10px)}.dgg-about-layout,.about-page-layout{grid-template-columns:1fr;gap:40px}.about-block,.about-block-reverse{grid-template-columns:1fr;gap:30px}.about-block-reverse .about-block-text{order:1}.about-block-reverse .about-block-image{order:2}.about-block-text{text-align:center}.about-page-image{position:static;justify-content:center}.about-page-content{text-align:center}.about-page-links{justify-content:center}.dgg-about-text{text-align:center}.dgg-about-links{justify-content:center}.video-card{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:40px}}@media (max-width: 600px){.dgg-video-card{width:100%}.dgg-hero-info h1{font-size:1.6rem}.dgg-hero-buttons{flex-direction:column;width:100%}.dgg-btn{width:100%}.content-header h1,.contact-header h1{font-size:1.8rem}}.container{max-width:1400px;margin:0 auto;padding:0 24px}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background:#0d0d0d;position:relative;overflow-x:hidden}.main-content{flex:1;width:100%;position:relative;z-index:2;padding-top:70px}@media (max-width: 768px){.container{padding:0 16px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Impact,sans-serif;background:#f5f5f5;color:#000;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth;overflow-x:hidden;scrollbar-gutter:stable}#root{width:100%;min-height:100vh;overflow-x:hidden}
