:root{--color-bg:#fff;--color-surface:#f8f9fa;--color-surface-light:#00000008;--color-border:#00000014;--color-text-main:#111;--color-text-muted:#555;--color-accent-yellow:#ffb800;--color-accent-red:#e01a22;--color-accent-blue:#0072b5;--color-gold:#e01a22;--color-gold-light:#ff4d4d;--color-gold-dark:#a30000;--color-gold-glow:#e01a2233;--font-primary:"Outfit", sans-serif;--font-secondary:"Playfair Display", serif;--transition-smooth:.6s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text-main);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-gold)}h1,h2,h3,h4,h5,h6{letter-spacing:2px;font-weight:300;line-height:1.1}.title-primary{letter-spacing:-2px;font-size:clamp(3rem,8vw,8rem);font-weight:800;line-height:.9}.title-secondary{letter-spacing:-1px;font-size:clamp(2rem,5vw,4rem);font-weight:500}.text-body{color:var(--color-text-muted);font-size:1.125rem;font-weight:300;line-height:1.6}.glass{-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border);background:#ffffffb3}.btn{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:var(--transition-smooth);color:var(--color-text-main);background:0 0;border:none;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--color-gold);color:#fff;border:1px solid var(--color-gold)}.btn-primary:hover{background-color:var(--color-gold-light);border-color:var(--color-gold-light);box-shadow:0 10px 20px var(--color-gold-glow);transform:translateY(-2px)}.btn-outline{border:1px solid var(--color-text-main)}.btn-outline:hover{background-color:var(--color-text-main);color:var(--color-bg);transform:translateY(-2px)}.container{width:100%;max-width:1600px;margin:0 auto;padding:0 5%}.section-padding{padding:5rem 0}@media (width<=768px){.section-padding{padding:3rem 0}.mobile-hidden{display:none!important}}img{max-width:100%;display:block}.hero{align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-img{object-fit:cover;object-position:right center;width:100%;height:100%}.hero-overlay{background:linear-gradient(270deg,#fff9 0%,#ffffff4d 40%,#fff0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.hero-text{text-align:right;max-width:500px}.hero-text h1{margin-bottom:2rem;font-size:clamp(1.5rem,4vw,3rem);line-height:1.1}.hero-buttons{justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.play-btn{align-items:center;gap:.75rem;display:flex}@media (width<=768px){.hero{flex-direction:column;height:auto;overflow:visible}.hero-background{width:100%;height:auto;position:relative}.hero-img{object-fit:contain;height:auto}.hero-overlay{display:none}.hero-content{background-color:var(--color-bg);padding:2rem 1.5rem;position:relative}.hero-text{text-align:left;width:100%}.hero-text h1{margin-bottom:1.5rem;font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.hero-buttons .btn{text-align:center;padding:1rem 1.5rem;font-size:1.1rem}.hero-mobile-features{color:var(--color-text-main);border-top:1px solid var(--color-border);background:#fff;flex-direction:column;gap:2rem;width:100%;padding:2.5rem 1.5rem;display:flex}.feature-item{text-align:left;flex-direction:row;align-items:flex-start;gap:1rem;display:flex}.feature-icon{color:var(--color-accent-yellow,#ffc107);flex-shrink:0;margin-bottom:0}.feature-item h4{color:var(--color-text-main);margin-bottom:.25rem;font-size:1rem;font-weight:700}.feature-item p{color:var(--color-text-muted);font-size:.85rem}}.coach-section{background-color:var(--color-bg)}.coach-layout{align-items:center;gap:4rem;display:flex}.coach-img-container{aspect-ratio:4/5;border-radius:16px;flex:1;position:relative;overflow:hidden}.coach-img{object-fit:cover;width:100%;height:100%}.coach-content{flex:1}.coach-name{font-family:var(--font-secondary);color:var(--color-accent-blue);margin-top:.5rem;margin-bottom:1rem;font-size:2.5rem;font-style:italic}.coach-credentials{flex-direction:column;gap:.5rem;margin:1rem 0;display:flex}.credential-item{color:var(--color-text-main);padding-left:1rem;font-size:1.1rem;font-weight:300;position:relative}.credential-item:before{content:"";background-color:var(--color-accent-yellow);width:12px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width<=1024px){.coach-layout{flex-direction:column;gap:4rem}.coach-img-container{width:100%;max-width:600px;margin:0 auto}.coach-content{text-align:center}.credential-item{padding-left:0}.credential-item:before{display:none}.coach-name{font-size:2.2rem}}.about-section{width:100%;color:var(--color-text-main);background-color:#fff;padding:4rem 1.5rem;position:relative;overflow:hidden}.about-container{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.about-header-content{flex-direction:column;gap:1rem;display:flex}.section-subtitle{color:var(--color-accent-yellow,#ffc107);letter-spacing:2px;text-transform:uppercase;margin:0;font-size:.85rem;font-weight:700}.section-title{color:var(--color-text-main);font-size:2rem;font-weight:800;line-height:1.1;font-family:var(--font-secondary);margin:0}.about-desc{color:var(--color-text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.6}.about-btn{color:var(--color-text-main);border-color:var(--color-accent-yellow,#ffc107);text-transform:uppercase;letter-spacing:1px;align-self:flex-start;padding:.75rem 1.5rem;font-size:.9rem}.about-btn:hover{background-color:var(--color-accent-yellow,#ffc107);color:#111}.about-visuals{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.about-image-wrapper{border-radius:20px;width:100%;position:relative;overflow:hidden}.about-img{object-fit:contain;width:100%;height:auto;display:block}.about-stats-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);z-index:10;background-color:#ffffffe6;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:stretch;width:90%;margin-top:-3rem;padding:1.5rem 1rem;display:flex;box-shadow:0 4px 20px #0000000d}.stat-item{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.stat-icon{margin-bottom:.5rem}.stat-number{color:var(--color-text-main);margin:0 0 .25rem;font-size:1.5rem;font-weight:800}.stat-label{letter-spacing:1px;color:var(--color-text-muted);text-transform:uppercase;margin:0;font-size:.6rem;font-weight:600}.stat-divider{background-color:var(--color-border);width:1px;margin:0 .5rem}@media (width>=1024px){.about-container{flex-direction:row;align-items:center}.about-header-content{width:40%}.section-title{font-size:3.5rem}.about-visuals{width:60%}.about-stats-container{width:85%;margin-top:-4rem;padding:2.5rem 2rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.85rem}}.why-section{color:#fff;background-color:#111;padding:4rem 1.5rem}.why-main-title{text-align:left;font-size:1.5rem;font-weight:800;font-family:var(--font-secondary);margin-bottom:2.5rem}.why-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem;display:grid}.why-item{text-align:center;flex-direction:column;align-items:center;display:flex}.why-icon-container{margin-bottom:1rem}.why-item-title{color:#fff;letter-spacing:.5px;margin:0;font-size:.8rem;font-weight:700;line-height:1.3}@media (width>=768px){.why-main-title{text-align:center;font-size:2.5rem}.why-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.why-item-title{font-size:1rem}}@media (width<=640px){.why-grid{grid-template-columns:1fr}}.igt-section{background-color:#050505;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;position:relative;overflow:hidden}.igt-section:before{content:"";z-index:0;background:radial-gradient(circle,#e01a2226 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;top:-20%;right:-10%}.igt-layout{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.igt-image-wrapper{background-color:#000;border:1px solid #ffb80033;border-radius:12px;height:100%;min-height:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0009}.igt-img{object-fit:contain;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.igt-image-wrapper:hover .igt-img{transform:scale(1.05)}.igt-img-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#000c 100%),linear-gradient(90deg,#0006 0%,#0000 50%);position:absolute;inset:0}.igt-content{flex-direction:column;gap:1.5rem;display:flex}.igt-badge{color:#ffb800;text-transform:uppercase;letter-spacing:1px;background:#ffb8001a;border:1px solid #ffb80033;border-radius:30px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.igt-title{color:#fff;font-size:clamp(2rem,4vw,3rem);line-height:1.2}.igt-title .title-gold{color:#ffb800;-webkit-text-fill-color:initial;background:0 0}.igt-desc{color:#aaa;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.igt-cards-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.igt-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:1rem;padding:1.2rem;transition:all .3s;display:flex}.igt-card:hover{background:#ffffff14;border-color:#ffb80066;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.igt-card-icon{color:#ffb800;flex-shrink:0}.igt-card span{color:#fff;font-size:.95rem;font-weight:500;line-height:1.3}.igt-ctas{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.igt-ctas .btn-outline{color:#fff;border-color:#ffffff4d}.igt-ctas .btn-outline:hover{color:#000;background-color:#fff}@media (width<=992px){.igt-layout{grid-template-columns:1fr;gap:3rem}.igt-image-wrapper{height:400px;min-height:400px}}@media (width<=576px){.igt-cards-grid{grid-template-columns:1fr}.igt-ctas{flex-direction:column}.igt-ctas .btn{text-align:center;justify-content:center;width:100%}}.testimonials-section{background-color:var(--color-bg);background-image:radial-gradient(circle at 100% 100%,#ffb8001a 0%,#0000 50%)}.testimonials-header{text-align:center;margin-bottom:5rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.testimonial-card{border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.testimonial-video-bg{cursor:pointer;width:100%;height:300px;position:relative}.testimonial-video-bg img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.testimonial-overlay{background:#0a0a0a66;width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.play-icon-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-gold);background:#14141499;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.testimonial-card:hover .testimonial-video-bg img{transform:scale(1.05)}.testimonial-card:hover .play-icon-wrapper{background:var(--color-gold);color:var(--color-bg);transform:translate(-50%,-50%)scale(1.1)}.testimonial-content{flex-direction:column;flex:1;justify-content:space-between;padding:3rem;display:flex}.testimonial-quote{margin-bottom:2rem;font-size:1.5rem;font-style:italic;font-weight:300;line-height:1.4}.author-name{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.author-role{text-transform:uppercase;letter-spacing:1px;font-size:.875rem}@media (width<=1024px){.testimonials-grid{grid-template-columns:1fr}}.st-container{color:#fff;background:#09090b;width:100%;position:relative;overflow:hidden}.st-pinned-wrapper{width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.st-left{border-right:1px solid #ffffff0d;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.st-right{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.st-asset{justify-content:center;align-items:center;display:flex;position:absolute}.st-archer{opacity:0;z-index:5}.st-arrow-1{opacity:0;z-index:6}.st-target-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.st-target{opacity:0;z-index:2;transform:scale(0)}.st-arrow-2{opacity:0;z-index:4}.st-bullseye-ring{opacity:0;z-index:3;border:4px solid #fbbf24;border-radius:50%;width:120px;height:120px;position:absolute}.st-text-block{opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:500px;display:flex;position:absolute}.st-block-3{pointer-events:auto}.st-badge{color:#fbbf24;letter-spacing:.1em;text-transform:uppercase;background:#fbbf241a;border:1px solid #fbbf2433;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.st-title-hero{color:#fff;text-transform:uppercase;margin:0 0 1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.title-gold{color:#fbbf24}.st-subtitle-hero{color:#a1a1aa;margin:0;font-size:1.125rem;line-height:1.6}.st-benefits-grid{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;display:grid}.st-benefit-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem 1rem;font-size:1rem;font-weight:600;display:flex;box-shadow:0 10px 30px #0003}.st-benefit-card.span-2{text-align:center;flex-direction:row;grid-column:span 2;justify-content:center;align-items:center}.st-benefit-card svg{color:#fbbf24}.st-booking{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 10px 30px #0003}.st-closing-text{color:#e2e8f0;margin:0;font-size:1.125rem;line-height:1.6}.st-motto{color:#fbbf24;margin:0;font-size:1.5rem;font-weight:700}.st-book-btn{border-radius:50px;padding:1rem 3rem;font-size:1.125rem;box-shadow:0 10px 25px #fbbf2466}@media (width<=768px){.st-pinned-wrapper{flex-direction:column}.st-left{border-bottom:1px solid #ffffff0d;border-right:none;flex:.4}.st-right{flex:.6;align-items:flex-start;padding:20px}.st-title-hero{font-size:2rem}.st-subtitle-hero{font-size:1rem}.st-benefits-grid{gap:1rem}.st-benefit-card{gap:.5rem;padding:1rem;font-size:.9rem}.st-booking{gap:1rem;padding:1.5rem}.st-closing-text{font-size:1rem}.st-motto{font-size:1.25rem}.st-book-btn{padding:.8rem 2rem;font-size:1rem}}.cta-section{background-color:#111;padding:0 1.5rem 4rem}.cta-yellow-card{background-color:var(--color-accent-yellow,#ffc107);border-radius:20px;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem;display:flex;box-shadow:0 10px 30px #ffc10733}.cta-text-content{flex-direction:column;gap:.5rem;display:flex}.cta-title{color:#111;margin:0;font-size:1.4rem;font-weight:800;line-height:1.2}.cta-desc{color:#222;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.cta-enroll-btn{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.cta-enroll-btn:hover{background-color:#333}@media (width>=768px){.cta-section{padding:0 5% 5rem}.cta-yellow-card{flex-direction:row;justify-content:space-between;align-items:center;padding:3rem 4rem}.cta-text-content{max-width:60%}.cta-title{font-size:2.5rem}.cta-desc{font-size:1.1rem}.cta-enroll-btn{padding:1.2rem 2.5rem;font-size:1rem}}.footer-section{background-color:var(--color-bg);border-top:1px solid var(--color-border);padding:6rem 0 2rem}.footer-top{justify-content:space-between;margin-bottom:5rem;display:flex}.footer-links{gap:6rem;display:flex}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col h4{color:var(--color-text-main);margin-bottom:1rem;font-size:1rem}.footer-col a,.footer-col p{color:var(--color-text-muted);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--color-gold)}.footer-bottom{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:var(--color-text-muted);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--color-gold)}@media (width<=1024px){.footer-top{flex-direction:column;gap:4rem}.footer-links{flex-wrap:wrap;gap:4rem}}@media (width<=640px){.footer-links{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}.annual-event{background-color:var(--color-bg);position:relative;overflow:hidden}.event-banner{border:1px solid var(--color-border);background:#fff;border-radius:30px;padding:5rem 3rem;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000d}.event-glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#dc262626 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.event-header{z-index:2;position:relative}.text-center{text-align:center}.text-white{color:var(--color-text-main)!important}.text-light{color:var(--color-text-muted)!important}.event-icon{filter:drop-shadow(0 0 10px #ffd7004d);margin-bottom:1.5rem}.event-cards-row{z-index:2;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3.5rem;display:flex;position:relative}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);text-align:center;background:#ffffffe6;border-radius:20px;flex:1;min-width:250px;max-width:320px;padding:2.5rem;transition:transform .3s,background .3s,box-shadow .3s}.glass-card:hover{background:#fff;transform:translateY(-10px);box-shadow:0 10px 30px #00000014}.glass-card svg{margin-bottom:1.5rem}.glass-card h4{color:var(--color-text-main);font-family:var(--font-secondary);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.glass-card p{color:var(--color-text-muted);margin:0;font-size:1rem}@media (width<=768px){.event-banner{border-radius:20px;padding:3rem 1.5rem}.event-cards-row{gap:1.5rem;margin-top:2.5rem}.glass-card{min-width:100%;padding:1.5rem}.event-icon{width:48px;height:48px;margin-bottom:1rem}}.target-section{background-color:var(--color-bg);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.target-split-container{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.target-left{justify-content:center;align-items:center;width:100vw;display:flex}.target-right{opacity:0;justify-content:center;align-items:center;width:45vw;height:100%;padding-right:5vw;display:flex;position:absolute;right:0}.programs-info{width:100%;max-width:500px}.programs-list{flex-direction:column;gap:1.5rem;display:flex}.program-box{border-radius:16px;align-items:center;gap:2rem;padding:1.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.program-box:hover{transform:translate(10px);box-shadow:0 10px 30px #0000000d}.prog-level{font-size:2.5rem;font-weight:800;font-family:var(--font-secondary)}.prog-title{color:var(--color-text-main);margin-bottom:.25rem;font-size:1.5rem}.prog-desc{color:var(--color-text-muted);margin:0;font-size:.95rem}.target-container{justify-content:center;align-items:center;width:600px;height:600px;display:flex;position:relative}.target-ring{border:2px solid var(--color-border);border-radius:50%;justify-content:center;align-items:flex-start;transition:all .3s;display:flex;position:absolute}.ring-1{width:100%;height:100%}.ring-2{width:75%;height:75%}.ring-3{width:50%;height:50%}.ring-4{align-items:center;width:25%;height:25%}.ring-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:4px;margin-top:2rem;font-size:.875rem}.ring-label-center{color:var(--color-bg);margin-top:0;font-weight:600}.target-arrow{z-index:10;align-items:center;width:300px;height:4px;display:flex;position:absolute}.arrow-shaft{background:linear-gradient(90deg,#333,#888,#333);width:100%;height:100%}.arrow-head{border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:20px solid var(--color-accent-red);width:0;height:0;margin-left:-2px}.arrow-fletching{background:repeating-linear-gradient(45deg, #222, #222 5px, var(--color-accent-red) 5px, var(--color-accent-red) 10px);clip-path:polygon(0 50%,20% 0,100% 0,80% 50%,100% 100%,20% 100%);width:40px;height:20px;position:absolute;left:0}@media (width<=1024px){.target-container{width:90vw;height:90vw}}@media (width<=768px){.target-section{background-color:var(--color-bg);height:100vh;padding:0}.target-split-container{flex-direction:column}.target-left{height:50vh}.target-right{width:90vw;height:auto;padding:0;position:absolute;bottom:5vh;right:auto}.programs-info{max-width:100%}.programs-list{gap:1rem}.program-box{gap:1.5rem;padding:1rem 1.5rem}.prog-level{font-size:1.8rem}.prog-title{font-size:1.2rem}.prog-desc{font-size:.85rem}}.gallery-section{background-color:var(--color-bg)}.gallery-header{text-align:center;margin-bottom:5rem}.masonry-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;grid-auto-flow:dense;gap:1.5rem;display:grid}.masonry-item{cursor:pointer;border-radius:16px;position:relative;overflow:hidden}.item-0{grid-area:span 2/span 2}.item-1{grid-area:span 1/span 1}.item-2{grid-area:span 2/span 1}.item-3,.item-4{grid-area:span 1/span 1}.item-5{grid-area:span 1/span 2}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.gallery-overlay{background:#0072b500;width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.masonry-item:hover .gallery-img{transform:scale(1.05)}.masonry-item:hover .gallery-overlay{background:#0072b54d}.portfolio-section-title{text-align:center;color:#0072b5;text-transform:uppercase;letter-spacing:2px;margin-top:1rem;margin-bottom:2rem;font-size:2rem;font-weight:600}@media (width<=1024px){.masonry-grid{grid-template-columns:repeat(2,1fr)}.item-0,.item-1,.item-2,.item-3,.item-4,.item-5{grid-area:span 1/span 1}}@media (width<=640px){.masonry-grid{grid-template-columns:1fr}}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0000000d;width:100%;padding:.5rem 0;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 4px 30px #00000008}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo img{object-fit:contain;width:auto;height:60px}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{font-family:var(--font-secondary);color:var(--color-text-main);text-transform:uppercase;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.active{color:var(--color-accent-red)}.nav-cta{padding:.75rem 1.5rem;font-size:1rem}.mobile-menu-btn{color:var(--color-text-main);cursor:pointer;background:0 0;border:none;display:none}@media (width<=900px){.mobile-menu-btn{z-index:110;display:block}.nav-links{background:var(--color-bg);z-index:105;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:80%;height:100vh;transition:right .4s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.nav-links.active{right:0}}@media (width<=768px){.navbar{display:none!important}}.mobile-bottom-nav{display:none}@media (width<=768px){.mobile-bottom-nav{z-index:9999;background-color:#fff;border-radius:40px;justify-content:space-around;align-items:center;width:92%;height:65px;display:flex;position:fixed;bottom:35px;left:4%;box-shadow:0 10px 40px #00000026}.nav-item{color:#111;flex-direction:column;flex:1;justify-content:center;align-items:center;height:100%;text-decoration:none;display:flex;position:relative}.nav-icon-wrapper{border-radius:20px;justify-content:center;align-items:center;width:60px;height:40px;transition:all .3s;display:flex}.nav-item.active .nav-icon-wrapper{background-color:#f0f0f0}.nav-label{color:#555;opacity:0;white-space:nowrap;font-size:.65rem;font-weight:700;transition:opacity .3s;position:absolute;bottom:-22px}.nav-item.active .nav-label{opacity:1}}.whatsapp-float-btn{color:#fff;text-align:center;z-index:10000;background-color:#25d366;border-radius:50px;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;transition:transform .3s,background-color .3s;animation:3s ease-in-out infinite float;display:flex;position:fixed;bottom:120px;right:20px;box-shadow:0 4px 10px #0000004d}.whatsapp-float-btn:hover{background-color:#20b858;transform:scale(1.1)}.whatsapp-icon{width:35px;height:35px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media screen and (width>=768px){.whatsapp-float-btn{bottom:40px;right:40px}}
