:root{--primary: #2b8cee;--primary-glow: rgba(43, 140, 238, .4);--secondary: #8a2be2;--cyan: #00e5ff;--cyan-glow: rgba(0, 229, 255, .4);--bg-dark: #050814;--bg-card: rgba(15, 20, 35, .4);--text-main: #f8fafc;--text-muted: #94a3b8;--border-glass: rgba(255, 255, 255, .08);--font-display: "Space Grotesk", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-display);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.section-padding{padding:6rem 0}.glass{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);box-shadow:0 8px 32px #0003}.text-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-cyan{background:linear-gradient(135deg,var(--cyan),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-purple{background:linear-gradient(135deg,var(--secondary),#f0abfc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mesh-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;background:radial-gradient(circle at 20% 30%,rgba(43,140,238,.15) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(138,43,226,.1) 0%,transparent 40%),radial-gradient(circle at 60% 10%,rgba(0,229,255,.1) 0%,transparent 30%);pointer-events:none;animation:meshBreath 15s ease-in-out infinite alternate}@keyframes meshBreath{0%{transform:scale(1)}to{transform:scale(1.05)}}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.text-5xl{font-size:3rem}.font-bold{font-weight:700}.mb-4{margin-bottom:1rem}.mt-8{margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.25,1,.5,1);cursor:pointer;border:none;gap:.5rem}.btn-lg{padding:1rem 2.5rem;font-size:1.05rem}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 20px #2b8cee4d}.btn-primary:hover{background:#1e7bd6;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #2b8cee80}.btn-glass{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:var(--text-main)}.btn-glass:hover{background:#ffffff1a;transform:translateY(-2px) scale(1.02)}.btn-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;border:1px solid var(--border-glass);color:var(--text-main);text-decoration:none;transition:all .3s ease}.btn-icon:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:rotate(45deg)}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2.5rem;position:relative;z-index:10}.top-bar-name{font-size:1rem;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.top-bar-cta{font-size:.9rem;padding:.6rem 1.4rem;border-radius:2rem}.navbar{position:fixed;bottom:1.5rem;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:0 1rem}.nav-content{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-radius:9999px;width:100%;max-width:800px;transition:padding .4s ease,max-width .4s ease}.nav-content-compact{padding:.5rem 1.5rem;max-width:660px;justify-content:center}.nav-cta{transition:opacity .35s ease,transform .35s ease,max-width .35s ease,padding .35s ease,margin .35s ease,height .35s ease;overflow:hidden;max-width:200px;white-space:nowrap}.nav-cta-hidden{opacity:0;transform:scale(.85);max-width:0;height:50px;padding:0;margin:0;pointer-events:none}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-main)}.nav-logo-icon{color:var(--primary);font-size:1.5rem}.nav-logo-text{font-weight:700;font-size:1.2rem;letter-spacing:-.05em}.nav-links{display:flex;gap:2rem}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-main);cursor:pointer;padding:.5rem;align-items:center;justify-content:center;transition:color .2s ease}.mobile-menu-btn:hover{color:var(--primary)}.mobile-menu-container{display:none}@media(max-width:768px){.nav-links{display:none}.top-bar-cta{display:none!important}.nav-cta.nav-cta-hidden{opacity:1!important;transform:scale(1)!important;max-width:200px!important;height:auto!important;padding:.6rem 1.5rem!important;pointer-events:auto!important}.nav-content-compact{justify-content:space-between!important}.mobile-menu-btn{display:flex}.mobile-menu-container{display:block;position:absolute;bottom:calc(100% + .5rem);left:0;right:0;margin:0 auto;width:calc(100% - 2rem);max-width:400px;border-radius:1.5rem;padding:1.5rem;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .3s ease,transform .3s cubic-bezier(.175,.885,.32,1.275);z-index:90;box-shadow:0 -10px 40px #0006}.mobile-menu-container.open{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{color:var(--text-muted);text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .2s ease;padding:.75rem 1rem;width:100%;text-align:center;border-radius:.75rem}.mobile-nav-link:hover{color:var(--primary);background:#ffffff0d}.mobile-nav-link-active{color:var(--text-main)!important;background:#2b8cee26}}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-link-active{color:var(--text-main)!important;position:relative}.nav-link-active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--primary);box-shadow:0 0 6px var(--primary-glow)}.hero{min-height:calc(100vh - 70px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.availability-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:9999px;font-size:.85rem;font-weight:500;color:var(--primary);margin-bottom:2rem}.pulse-dot{position:relative;display:flex;width:.75rem;height:.75rem}.pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;background-color:var(--primary);opacity:.75;animation:ping 1.5s cubic-bezier(0,0,.2,1) infinite}.pulse-core{position:relative;width:100%;height:100%;border-radius:50%;background-color:var(--primary)}@keyframes ping{75%,to{transform:scale(2.5);opacity:0}}.hero-title{font-size:clamp(3rem,8vw,5.5rem);letter-spacing:-.04em;max-width:900px;margin-bottom:1.5rem;justify-content:center;font-weight:800;line-height:1.1}.hero-subtitle{font-size:clamp(1.1rem,3vw,1.25rem);color:var(--text-muted);max-width:600px;margin-bottom:3rem;font-weight:300}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.profile-float{position:absolute;left:50%;top:50%;width:140px;height:190px;border-radius:1rem;overflow:hidden;z-index:20;pointer-events:none;box-shadow:0 20px 50px #00000080;border:1px solid rgba(255,255,255,.15);background:#0f1423cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:transform .1s ease-out,opacity .2s ease-out}.profile-float.visible{pointer-events:auto}.profile-img{width:100%;height:100%;object-fit:cover;object-position:center top}.relative{position:relative}.z-10{z-index:10}.section-header{margin-bottom:3rem}.section-title{font-size:2.5rem;letter-spacing:-.03em}.section-line{width:4rem;height:.25rem;background:var(--primary);border-radius:9999px;margin-top:1rem}.flex-between{display:flex;justify-content:space-between;align-items:flex-end}.justify-center{justify-content:center}.flex-center{display:flex;flex-direction:column;align-items:center}.link-with-icon{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);text-decoration:none;font-weight:500;font-size:.95rem}.link-with-icon:hover{text-decoration:underline}.about-grid{display:grid;grid-template-columns:3fr 2fr;gap:2rem}@media(max-width:900px){.about-grid{grid-template-columns:1fr}}.about-text{padding:3rem;border-radius:1.5rem}.about-heading{font-size:2rem;margin-bottom:1.5rem}.about-text p{color:var(--text-muted);margin-bottom:1rem}.about-stats{padding:3rem;border-radius:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:2rem}.stat-item{text-align:center}.stat-number{font-size:3.5rem;line-height:1;margin-bottom:.5rem}.stat-label{color:var(--text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(220px,auto);gap:1.5rem}@media(max-width:900px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:minmax(200px,auto)}}.bento-card{border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .4s ease;cursor:default}.card-large{grid-column:span 2;grid-row:span 2}.card-wide{grid-column:span 2}@media(max-width:900px){.card-large{grid-column:span 2;grid-row:span 1}.card-wide{grid-column:span 2}}@media(max-width:600px){.card-large,.card-wide{grid-column:span 1;grid-row:span 1}}.card-icon{width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;transition:transform .4s ease}.bento-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.icon-cyan{background:#00e5ff26;color:var(--cyan)}.icon-purple{background:#8a2be226;color:var(--secondary)}.icon-blue{background:#2b8cee26;color:var(--primary)}.icon-primary{background:#0f142399;color:var(--text-main);border:1px solid var(--border-glass)}.card-title{font-size:1.4rem;margin-bottom:.5rem}.card-large .card-title{font-size:2rem;margin-bottom:1rem}.card-desc{color:var(--text-muted);font-size:.95rem}.card-large .card-desc{font-size:1.1rem;max-width:80%}.card-hover-cyan:hover{border-color:#00e5ff66;box-shadow:0 10px 40px #00e5ff1a}.card-hover-purple:hover{border-color:#8a2be266;box-shadow:0 10px 40px #8a2be21a}.card-hover-blue:hover{border-color:#2b8cee66;box-shadow:0 10px 40px #2b8cee1a}.card-hover-primary:hover{border-color:#ffffff4d}.card-hover-green:hover{border-color:#00e5ff66;box-shadow:0 10px 40px #00e5ff1a}.bento-card{justify-content:space-between}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tech-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem .3rem .5rem;border-radius:9999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-size:.78rem;font-weight:500;color:var(--text-muted);transition:all .25s ease;cursor:default}.tech-badge:hover{background:color-mix(in srgb,var(--tech-color, #ffffff) 12%,transparent);border-color:color-mix(in srgb,var(--tech-color, #ffffff) 40%,transparent);color:var(--text-main);transform:translateY(-1px)}.tech-logo{width:1rem;height:1rem;object-fit:contain;flex-shrink:0;filter:brightness(.9);transition:filter .25s ease}.tech-badge:hover .tech-logo{filter:brightness(1.1)}.tech-name{line-height:1}.work-list{display:flex;flex-direction:column;gap:2rem}.project-card{display:flex;gap:3rem;padding:2rem;border-radius:1.5rem;align-items:center;transition:transform .3s ease,border-color .3s ease}.project-card:hover{border-color:#fff3;transform:translateY(-5px)}@media(max-width:800px){.project-card{flex-direction:column;gap:1.5rem;padding:1.5rem}}.project-image-wrapper{flex:0 0 45%;border-radius:1rem;overflow:hidden;aspect-ratio:16/9;position:relative;background:#111}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-info{flex:1;display:flex;flex-direction:column;align-items:flex-start}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-muted)}.project-name{font-size:2rem;margin-bottom:1rem}.project-description{color:var(--text-muted);margin-bottom:2rem}.work-actions{margin-top:4rem;display:flex;justify-content:center}.sticky-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}@media(max-width:900px){.sticky-layout{grid-template-columns:1fr;gap:3rem}}.sticky-sidebar{position:sticky;top:8rem}.sticky-content{display:flex;flex-direction:column;gap:3rem}.testimonial-heading-small{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.testimonial-heading-main{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1;letter-spacing:-.03em;font-weight:700}.testimonial-card{padding:3rem;border-radius:1.5rem;position:relative}.quote-icon{position:absolute;top:2rem;right:2rem;font-size:4rem;color:#ffffff0d}.testimonial-text{font-size:1.1rem;font-style:italic;margin-bottom:2rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:3rem;height:3rem;border-radius:50%}.bg-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary))}.bg-gradient-cyan{background:linear-gradient(135deg,var(--cyan),var(--primary))}.author-name{font-size:1rem}.author-role{font-size:.85rem;color:var(--text-muted)}.contact-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start;margin-top:3rem}@media(max-width:900px){.contact-layout{grid-template-columns:1fr;gap:3rem}}.contact-text{font-size:1.1rem;line-height:1.6;color:var(--text-secondary)}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--text-primary);transition:all .3s ease;font-size:1.2rem;font-weight:600}.social-icon img{width:1.3rem;height:1.3rem;filter:invert(1)}.social-icon:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px)}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-detail-item{display:flex;align-items:center;gap:1rem;font-size:1.05rem;color:var(--text-primary)}.contact-form-wrapper{padding:3rem;border-radius:1.5rem}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.8rem}.form-group label{font-size:.95rem;font-weight:500;color:var(--text-secondary)}.form-group input[type=text],.form-group input[type=email],.form-group textarea{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.1);color:var(--text-primary);padding:.8rem 0;font-size:1rem;outline:none;transition:border-color .3s ease;font-family:inherit;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-bottom-color:var(--primary)}.services-checkboxes{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-primary);cursor:pointer;border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:2rem;transition:all .3s ease}.checkbox-label:hover{border-color:#ffffff4d}.checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-label:has(input[type=checkbox]:checked){background:#2b8cee1a;border-color:var(--primary);color:var(--primary)}.submit-btn{align-self:flex-start;margin-top:1rem;padding:1rem 2.5rem;border-radius:2rem;font-size:1.05rem}.flex-wrap{display:flex;flex-wrap:wrap}.footer-cta{margin-top:6rem;padding-bottom:2.5rem;border-top:1px solid var(--border-glass);overflow:hidden;position:relative}.footer-cta-headline{text-align:center;padding:5rem 1.5rem 3rem}.footer-cta-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;letter-spacing:-.04em;line-height:1.05;margin-bottom:2.5rem;color:var(--text-main)}.footer-cta-actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-cta-btn{padding:.9rem 2.5rem;border-radius:9999px;font-size:1.05rem;font-weight:600}.footer-cta-socials{display:flex;align-items:center;gap:1rem}.footer-social-icon{width:2.75rem;height:2.75rem;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:background .3s ease,border-color .3s ease,transform .3s ease}.footer-social-icon img{width:1.2rem;height:1.2rem;filter:invert(1) brightness(.75);transition:filter .3s ease}.footer-social-icon:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px)}.footer-social-icon:hover img{filter:invert(1) brightness(1)}.footer-bottom-row{display:flex;align-items:flex-end;justify-content:space-between;padding:0 7rem;margin-top:1rem}.footer-profile-card{flex:0 0 auto;width:130px;height:170px;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #0006;background:#0f1423cc;transition:transform .4s ease}.footer-profile-card:hover{transform:translateY(-6px)}.footer-profile-img{width:100%;height:100%;object-fit:cover;object-position:center top}.footer-navbar-pill{flex:1;max-width:420px;margin:0 2rem;background:#0f14238c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:9999px;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #0000004d}.footer-nav-links{display:flex;align-items:center;gap:2rem}.footer-nav-link{color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.footer-nav-link:hover{color:var(--text-main)}@media(max-width:640px){.footer-profile-card{display:none}.footer-navbar-pill{padding:.75rem 1.25rem}.footer-nav-links{gap:1.2rem}.footer-cta-title{font-size:clamp(2.5rem,10vw,4rem)}}.portfolio-modal-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:900px){.portfolio-modal-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2.5rem}}.portfolio-modal-gallery{display:flex;flex-direction:column;gap:1rem;height:100%}.portfolio-modal-details{display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:space-between}.reveal-up{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.5,0,0,1)}.reveal-up.active{opacity:1;transform:translateY(0)}.photo-gallery-wrapper{position:relative;display:flex;width:100%;justify-content:center;align-items:center;padding:2rem 0;margin-top:-5rem;height:700px}@media(max-width:768px){.photo-gallery-wrapper{height:auto;min-height:auto;padding:1rem 0 2rem;margin-top:-1rem}}.photo-gallery-container{position:relative;display:flex;width:100%;max-width:1200px;justify-content:center}.photo-gallery-center{position:relative;height:180px;width:260px}@media(min-width:768px){.photo-gallery-center{height:250px;width:380px;top:-100px;left:-200px}}.photo-gallery-positioner{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.photo-gallery-item{position:relative;margin:0 auto;cursor:pointer;width:230px;height:170px;pointer-events:auto}@media(min-width:768px)and (max-width:1023px){.photo-gallery-item{width:260px;height:185px}.photo-gallery-center{top:-80px;left:-120px}}@media(min-width:1024px){.photo-gallery-item{width:380px;height:270px}}.photo-card{position:relative;height:100%;width:100%;overflow:hidden;border-radius:12px;background-color:#fff;padding:10px 10px 40px;box-shadow:0 10px 40px #0006;transition:box-shadow .3s ease}.photo-img{width:100%;height:100%;object-fit:contain;border-radius:6px;background-color:#f8f9fa}.photo-caption{position:absolute;bottom:0;left:0;width:100%;height:40px;display:flex;align-items:center;justify-content:center;color:#333;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.85rem;letter-spacing:-.01em;padding:0 15px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-gallery-mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;width:100%;max-width:420px;margin:0 auto}.photo-gallery-mobile-item{cursor:pointer;width:100%;aspect-ratio:16/11}.photo-gallery-mobile-item-animate{animation:mobileCardIn .4s ease both}@keyframes mobileCardIn{0%{opacity:0;transform:scale(.85) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.photo-gallery-mobile-item .photo-card{height:100%;width:100%;display:flex;flex-direction:column;padding:8px 8px 0}.photo-gallery-mobile-item .photo-img{flex:1;width:100%;height:auto;min-height:0;object-fit:contain;border-radius:4px}.photo-gallery-mobile-item .photo-caption{position:static;height:28px;font-size:.68rem;flex-shrink:0}.photo-gallery-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background-color:#050814f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem}.photo-gallery-modal-close{position:absolute;top:1.5rem;right:1.5rem;z-index:10001;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.photo-gallery-modal-close:hover{background:#fff3;transform:rotate(90deg)}.photo-gallery-modal-content{background:#0f142399;border-radius:1.5rem;max-width:900px;width:100%;border:1px solid var(--border-glass);box-shadow:0 20px 50px #00000080;overflow:hidden;display:flex;flex-direction:column}@media(min-width:768px){.photo-gallery-modal-content{padding:2rem}}.photo-gallery-modal-image-container{width:100%;background:#000;display:flex;justify-content:center;align-items:center;padding:1.5rem;border-radius:1rem 1rem 0 0}@media(min-width:768px){.photo-gallery-modal-image-container{border-radius:1rem;height:65vh}}.photo-gallery-modal-image{max-width:100%;max-height:50vh;object-fit:contain}@media(min-width:768px){.photo-gallery-modal-image{max-height:100%}}.photo-gallery-modal-info{padding:1.5rem;text-align:center}@media(min-width:768px){.photo-gallery-modal-info{padding:1.5rem 1.5rem 0}}.photo-gallery-modal-cat{display:inline-block;padding:.25rem .75rem;border-radius:9999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:.75rem}.photo-gallery-modal-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.photo-gallery-modal-desc{color:var(--text-muted);font-size:1rem;line-height:1.6}.gallery-animation-container{width:100%}.gallery-track{display:flex;gap:.5rem;height:400px;width:100%}.gallery-item{position:relative;cursor:pointer;overflow:hidden;border-radius:1rem;border:1px solid var(--border-glass)}.gallery-image{width:100%;height:100%;object-fit:cover}.gallery-overlay{position:absolute;inset:0;background-color:#000}.gallery-item-title{position:absolute;bottom:1.5rem;left:1.5rem;color:#fff;font-weight:700;font-size:1.25rem;text-shadow:0 2px 10px rgba(0,0,0,.8);pointer-events:none;background:#0006;padding:.5rem 1rem;border-radius:.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1)}.gallery-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#050814f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem}.gallery-modal-close{position:absolute;top:1.5rem;right:1.5rem;z-index:10000;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.gallery-modal-close:hover{background:#fff3;transform:rotate(90deg)}.gallery-modal-prev,.gallery-modal-next{position:absolute;z-index:10000;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.gallery-modal-prev{left:1.5rem}.gallery-modal-next{right:1.5rem}.gallery-modal-prev:hover,.gallery-modal-next:hover{background:#fff3;transform:scale(1.1)}.modal-icon{width:1.5rem;height:1.5rem}.modal-icon-lg{width:2rem;height:2rem}.gallery-modal-content{position:relative;max-width:1000px;width:100%;display:flex;flex-direction:row;gap:2rem;background:#0f142399;padding:2rem;border-radius:1.5rem;border:1px solid var(--border-glass);box-shadow:0 20px 50px #00000080;align-items:center}.gallery-modal-image-wrapper{flex:1.5;height:60vh;border-radius:1rem;overflow:hidden;background:#000}.gallery-modal-img{width:100%;height:100%;object-fit:contain}.gallery-modal-info{flex:1;text-align:left;display:flex;flex-direction:column;justify-content:center}.gallery-modal-date-container{margin-bottom:1rem}.gallery-modal-date{display:inline-block;padding:.4rem 1rem;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);color:#c4a1ff;border-radius:9999px;font-size:.85rem;font-weight:600;letter-spacing:.05em}.gallery-modal-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2}.gallery-modal-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.6}.gallery-modal-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;font-size:.9rem;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);padding:.5rem 1.5rem;border-radius:9999px;font-weight:600}@media(max-width:900px){.gallery-modal-content{flex-direction:column;max-width:600px;padding:1.5rem;gap:1.5rem}.gallery-modal-image-wrapper{flex:none;width:100%;height:40vh}.gallery-modal-info{flex:none;text-align:center}.gallery-modal-date-container{margin-bottom:.75rem}.gallery-modal-title{font-size:1.5rem}.gallery-modal-desc{font-size:1rem}}@media(max-width:768px){.gallery-track{flex-direction:column;height:800px}.gallery-modal-prev,.gallery-modal-next{bottom:2rem;top:auto;width:3rem;height:3rem}.gallery-modal-prev{left:1.5rem}.gallery-modal-next{right:1.5rem}.gallery-modal-counter{bottom:6rem}}
