.landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#0a0a0ad9;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 48px;display:flex;position:fixed;top:0;left:0;right:0}.landing-nav-logo{font-family:var(--font-headline,"Bebas Neue",sans-serif);letter-spacing:3px;color:var(--bb-white,#f5f0eb);align-items:center;gap:10px;font-size:24px;text-decoration:none;display:flex}.landing-nav-logo .dot{background:var(--bb-accent,#e85d26);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite landingPulse;display:inline-block}@keyframes landingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.landing-nav-links{gap:36px;list-style:none;display:flex}.landing-nav-links a{color:var(--bb-gray,#888);letter-spacing:2px;text-transform:uppercase;font-size:13px;font-weight:500;text-decoration:none;transition:color .3s}.landing-nav-links a:hover{color:var(--bb-white,#f5f0eb)}.landing-nav-cta{border-radius:4px;padding:10px 24px;background:var(--bb-accent,#e85d26)!important;color:#fff!important;font-weight:700!important;transition:background .3s,transform .2s!important}.landing-nav-cta:hover{transform:translateY(-1px);background:var(--bb-accent-glow,#ff7340)!important}.landing-menu-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.landing-menu-toggle span{background:var(--bb-white,#f5f0eb);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.landing-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 48px 80px;display:flex;position:relative;overflow:hidden}.landing-hero:before{content:"";pointer-events:none;background:radial-gradient(at 50% 40%,#e85d2614 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.landing-hero-tag{letter-spacing:4px;text-transform:uppercase;color:var(--bb-accent,#e85d26);opacity:0;margin-bottom:32px;font-size:13px;font-weight:500;animation:.8s .2s forwards landingFadeUp}.landing-hero h1{font-family:var(--font-headline,"Bebas Neue",sans-serif);letter-spacing:-2px;color:var(--bb-white,#f5f0eb);opacity:0;margin-bottom:32px;font-size:clamp(64px,12vw,180px);line-height:.9;animation:.8s .4s forwards landingFadeUp}.landing-hero h1 span{color:var(--bb-accent,#e85d26)}.landing-hero-sub{color:var(--bb-gray,#888);opacity:0;max-width:520px;margin:0 auto 48px;font-size:18px;font-weight:300;animation:.8s .6s forwards landingFadeUp}.landing-hero-btn{color:var(--bb-white,#f5f0eb);letter-spacing:2px;text-transform:uppercase;cursor:pointer;opacity:0;background:0 0;border:1px solid #fff3;border-radius:4px;align-items:center;gap:12px;padding:16px 36px;font-size:13px;text-decoration:none;transition:all .3s;animation:.8s .8s forwards landingFadeUp;display:inline-flex}.landing-hero-btn:hover{border-color:var(--bb-accent,#e85d26);color:var(--bb-accent,#e85d26);transform:translateY(-2px)}.landing-hero-btn svg{width:16px;height:16px;transition:transform .3s}.landing-hero-btn:hover svg{transform:translate(4px)}.landing-hero-logo{opacity:0;filter:drop-shadow(0 0 40px #e85d2633);width:clamp(160px,20vw,280px);height:auto;margin-bottom:24px;transition:filter .4s;animation:.8s .3s forwards landingFadeUp}.landing-hero-logo:hover{filter:drop-shadow(0 0 60px #e85d2659)}.landing-scroll-indicator{opacity:0;flex-direction:column;align-items:center;gap:8px;animation:.8s 1.2s forwards landingFadeUp;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.landing-scroll-line{background:linear-gradient(to bottom,var(--bb-accent,#e85d26),transparent);width:1px;height:48px;animation:2s ease-in-out infinite landingScrollPulse}@keyframes landingScrollPulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing-section{padding:120px 48px}.landing-section-label{letter-spacing:4px;text-transform:uppercase;color:var(--bb-accent,#e85d26);margin-bottom:16px;font-size:12px;font-weight:500}.landing-section-title{font-family:var(--font-headline,"Bebas Neue",sans-serif);letter-spacing:1px;margin-bottom:24px;font-size:clamp(40px,6vw,72px);line-height:1}.landing-section-desc{color:var(--bb-gray,#888);max-width:560px;font-size:16px;font-weight:300;line-height:1.7}.landing-clients{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:80px 48px}.landing-clients-label{text-align:center;letter-spacing:4px;text-transform:uppercase;color:var(--bb-gray,#888);margin-bottom:40px;font-size:11px}.landing-clients-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px 64px;max-width:900px;margin:0 auto;display:flex}.landing-client-logo{font-family:var(--font-headline,"Bebas Neue",sans-serif);letter-spacing:3px;color:#ffffff40;cursor:default;font-size:22px;transition:color .3s}.landing-client-logo:hover{color:#fff9}.landing-portfolio{background:var(--bb-bg,#0a0a0a)}.landing-portfolio-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:64px;display:flex}.landing-portfolio-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.landing-portfolio-item{aspect-ratio:16/9;cursor:pointer;background:var(--bb-panel,#141414);border-radius:6px;position:relative;overflow:hidden}.landing-portfolio-item:first-child{aspect-ratio:auto;grid-area:1/1/3/3}.landing-portfolio-thumb{object-fit:cover;filter:brightness(.7);width:100%;height:100%;transition:transform .6s,filter .4s}.landing-portfolio-item:hover .landing-portfolio-thumb{filter:brightness(.9);transform:scale(1.05)}.landing-portfolio-overlay{opacity:0;background:linear-gradient(#0000,#000000e6);padding:32px 24px 24px;transition:all .4s;position:absolute;bottom:0;left:0;right:0;transform:translateY(8px)}.landing-portfolio-item:hover .landing-portfolio-overlay{opacity:1;transform:translateY(0)}.landing-portfolio-overlay h3{font-family:var(--font-headline,"Bebas Neue",sans-serif);letter-spacing:1px;margin-bottom:4px;font-size:20px}.landing-portfolio-overlay p{color:var(--bb-gray,#888);letter-spacing:1px;text-transform:uppercase;font-size:12px}.landing-play-icon{opacity:0;background:#e85d26e6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}.landing-portfolio-item:hover .landing-play-icon{opacity:1;transform:translate(-50%,-50%)scale(1)}.landing-services{background:var(--bb-surface,#1a1a1a);position:relative}.landing-services:before{content:"";pointer-events:none;background:radial-gradient(at 80%,#e85d260a 0%,#0000 70%);width:40%;height:100%;position:absolute;top:0;right:0}.landing-services-header{margin-bottom:72px}.landing-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2px;display:grid}.landing-service-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;padding:48px 36px;transition:all .4s;position:relative;overflow:hidden}.landing-service-card:before{content:"";background:var(--bb-accent,#e85d26);transform-origin:0;width:100%;height:2px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.landing-service-card:hover:before{transform:scaleX(1)}.landing-service-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-4px)}.landing-service-number{font-family:var(--font-headline,"Bebas Neue",sans-serif);color:#ffffff0f;margin-bottom:24px;font-size:48px;line-height:1}.landing-service-card h3{font-family:var(--font-headline,"Bebas Neue",sans-serif);letter-spacing:1px;margin-bottom:16px;font-size:24px}.landing-service-card p{color:var(--bb-gray,#888);font-size:14px;font-weight:300;line-height:1.7}.landing-about{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.landing-about-img{aspect-ratio:4/5;background:var(--bb-panel,#141414);border-radius:6px;position:relative;overflow:hidden}.landing-about-img-placeholder{background:linear-gradient(135deg,var(--bb-panel,#141414),#1e1e1e);width:100%;height:100%;font-family:var(--font-headline,"Bebas Neue",sans-serif);color:#ffffff08;letter-spacing:8px;justify-content:center;align-items:center;font-size:120px;display:flex}.landing-about-stats{border-top:1px solid #ffffff0f;gap:48px;margin-top:48px;padding-top:48px;display:flex}.landing-stat-number{font-family:var(--font-headline,"Bebas Neue",sans-serif);color:var(--bb-accent,#e85d26);margin-bottom:4px;font-size:48px;line-height:1}.landing-stat-label{color:var(--bb-gray,#888);letter-spacing:2px;text-transform:uppercase;font-size:12px}.landing-signature{opacity:.85;width:450px;height:auto;margin-top:32px}.landing-awards{text-align:center;border-top:1px solid #ffffff0f;padding:100px 48px}.landing-awards-showcase{justify-content:center;align-items:center;gap:64px;margin-top:48px;display:flex}.landing-awards-img{object-fit:contain;filter:drop-shadow(0 8px 40px #e85d2626);width:280px;height:auto;transition:filter .4s,transform .4s}.landing-awards-img:hover{filter:drop-shadow(0 12px 60px #e85d2640);transform:scale(1.03)}.landing-awards-text{text-align:left;max-width:400px}.landing-awards-count{font-family:var(--font-headline,"Bebas Neue",sans-serif);letter-spacing:2px;color:var(--bb-white,#f5f0eb);margin-bottom:16px;font-size:clamp(36px,5vw,56px);line-height:1.1}.landing-awards-desc{color:var(--bb-gray,#888);font-size:16px;font-weight:300;line-height:1.7}.landing-contact{background:var(--bb-surface,#1a1a1a);grid-template-columns:1fr 1fr;gap:80px;display:grid}.landing-contact-details{flex-direction:column;gap:24px;display:flex}.landing-contact-line{color:var(--bb-gray,#888);align-items:center;gap:16px;font-size:14px;display:flex}.landing-contact-line a{color:var(--bb-gray,#888);text-decoration:none;transition:color .3s}.landing-contact-line a:hover{color:var(--bb-white,#f5f0eb)}.landing-contact-icon{width:40px;height:40px;color:var(--bb-accent,#e85d26);border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.landing-contact-form{flex-direction:column;gap:20px;display:flex}.landing-form-row{gap:16px;display:flex}.landing-contact-form input,.landing-contact-form textarea,.landing-contact-form select{width:100%;color:var(--bb-white,#f5f0eb);font-family:var(--font-body,"DM Sans",sans-serif);background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;outline:none;padding:16px 20px;font-size:14px;transition:border-color .3s}.landing-contact-form input::placeholder,.landing-contact-form textarea::placeholder{color:#ffffff40}.landing-contact-form input:focus,.landing-contact-form textarea:focus{border-color:var(--bb-accent,#e85d26)}.landing-contact-form textarea{resize:vertical;min-height:120px}.landing-contact-form select option{background:var(--bb-surface,#1a1a1a)}.landing-submit-btn{background:var(--bb-accent,#e85d26);color:#fff;font-family:var(--font-headline,"Bebas Neue",sans-serif);letter-spacing:2px;cursor:pointer;border:none;border-radius:4px;align-self:flex-start;padding:16px 48px;font-size:18px;transition:all .3s}.landing-submit-btn:hover{background:var(--bb-accent-glow,#ff7340);transform:translateY(-2px)}.landing-footer{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:48px;display:flex}.landing-footer-left{color:var(--bb-gray,#888);letter-spacing:1px;font-size:12px}.landing-footer-socials{gap:24px;display:flex}.landing-footer-socials a{color:var(--bb-gray,#888);letter-spacing:2px;text-transform:uppercase;font-size:12px;text-decoration:none;transition:color .3s}.landing-footer-socials a:hover{color:var(--bb-accent,#e85d26)}@media (max-width:1024px){.landing-portfolio-grid{grid-template-columns:repeat(2,1fr)}.landing-portfolio-item:first-child{aspect-ratio:16/9;grid-area:auto/1/auto/-1}.landing-about,.landing-contact{grid-template-columns:1fr;gap:48px}}@media (max-width:768px){.landing-nav{padding:16px 24px}.landing-nav-links{display:none}.landing-menu-toggle{display:block}.landing-nav-links.open{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a0af2;border-bottom:1px solid #ffffff0f;flex-direction:column;gap:20px;padding:24px;display:flex;position:absolute;top:100%;left:0;right:0}.landing-section{padding:80px 24px}.landing-hero{padding:100px 24px 80px}.landing-portfolio-grid{grid-template-columns:1fr}.landing-about-stats{flex-direction:column;gap:24px}.landing-form-row{flex-direction:column}.landing-clients{padding:48px 24px}.landing-clients-grid{gap:32px}.landing-awards{padding:64px 24px}.landing-awards-showcase{flex-direction:column;gap:32px}.landing-awards-img{width:200px}.landing-awards-text{text-align:center}.landing-footer{padding:32px 24px}}.landing-lightbox{z-index:200;background:#000000eb;justify-content:center;align-items:center;animation:.25s landingFadeIn;display:flex;position:fixed;inset:0}@keyframes landingFadeIn{0%{opacity:0}to{opacity:1}}.landing-lightbox-close{color:#fff;cursor:pointer;z-index:201;opacity:.7;background:0 0;border:none;font-size:2.5rem;line-height:1;transition:opacity .2s;position:absolute;top:20px;right:28px}.landing-lightbox-close:hover{opacity:1}.landing-lightbox-content{aspect-ratio:16/9;border-radius:8px;width:90vw;max-width:1100px;overflow:hidden;box-shadow:0 0 80px #e85d2626}
