.about-section-root{--about-red:#E31C1C;--about-red-deep:#B81414;--about-red-glow:rgba(227,28,28,0.3);--about-red-light:#FFF0F0;--about-red-soft:#FFE0E0;--about-orange:#FF6B35;--about-orange-light:#FFF4EE;--about-yellow:#FFBA08;--about-yellow-light:#FFFAEB;--about-green:#22C55E;--about-purple:#8B5CF6;--about-blue:#3b82f6;--about-cyan:#00d2ff;--about-bg:#FAFAF8;--about-dark:#1a1a1a;--about-text:#2a2a2a;--about-muted:#888}.about-section-root .about{position:relative;padding:100px 24px 120px;overflow:hidden;background:radial-gradient(ellipse 70% 50% at 10% 80%,rgba(255,107,53,.04),transparent),radial-gradient(ellipse 60% 50% at 90% 20%,rgba(227,28,28,.04),transparent),var(--about-bg)}.about-section-root .a-confetti{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.about-section-root .a-confetti-1{width:10px;height:10px;background:var(--about-red);top:10%;right:12%;opacity:.14}.about-section-root .a-confetti-2{width:8px;height:8px;background:var(--about-orange);bottom:15%;left:8%;opacity:.18}.about-section-root .a-confetti-3{width:12px;height:12px;background:var(--about-yellow);top:30%;left:5%;opacity:.12}.about-section-root .a-confetti-4{width:6px;height:6px;background:var(--about-purple);bottom:25%;right:8%;opacity:.16}.about-section-root .a-confetti-5{width:9px;height:9px;background:var(--about-green);top:60%;right:4%;opacity:.13}.about-section-root .a-squiggle{position:absolute;pointer-events:none;z-index:0}.about-section-root .a-squiggle-1{top:8%;left:4%;width:70px;height:70px;border:3px solid rgba(227,28,28,.06);border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.about-section-root .a-squiggle-2{bottom:10%;right:5%;width:55px;height:55px;border:3px solid rgba(255,107,53,.06);border-radius:60% 40% 30% 70%/60% 30% 70% 40%}.about-section-root .about-container{position:relative;z-index:2;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-section-root .about-text{position:relative}.about-section-root .about-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--about-red-light);border:1.5px solid var(--about-red-soft);border-radius:50px;margin-bottom:20px}.about-section-root .about-badge .dot{width:7px;height:7px;background:var(--about-red);border-radius:50%}.about-section-root .about-badge span{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--about-red)}.about-section-root .about-title{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-weight:800;font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-1.5px;color:var(--about-dark);margin-bottom:24px}.about-section-root .about-title .accent{color:var(--about-red);position:relative;display:inline-block}.about-section-root .about-title .accent:after{content:"";position:absolute;bottom:-2px;left:-4px;right:-4px;height:12px;background:linear-gradient(90deg,rgba(227,28,28,.12),rgba(255,107,53,.12));border-radius:4px;z-index:-1;transform:rotate(-1deg)}.about-section-root .about-body{font-size:15px;font-weight:300;line-height:1.85;color:#555;margin-bottom:32px;font-family:var(--font-lexend),"Lexend",sans-serif}.about-section-root .about-body strong{color:var(--about-dark);font-weight:600}.about-section-root .about-stats{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}.about-section-root .stat-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:white;border:1.5px solid rgba(0,0,0,.05);border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,.04);transition:all .35s cubic-bezier(.34,1.56,.64,1);cursor:default}.about-section-root .stat-chip:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 25px rgba(0,0,0,.08)}.about-section-root .stat-chip:first-child:hover{border-color:rgba(227,28,28,.2)}.about-section-root .stat-chip:nth-child(2):hover{border-color:rgba(255,107,53,.2)}.about-section-root .stat-chip:nth-child(3):hover{border-color:rgba(255,186,8,.2)}.about-section-root .stat-chip .emoji{font-size:18px}.about-section-root .stat-chip .stat-label{font-size:13px;font-weight:600;color:var(--about-dark);font-family:var(--font-lexend),"Lexend",sans-serif}.about-section-root .stat-chip .stat-label small{display:block;font-size:10px;font-weight:400;color:var(--about-muted);margin-top:1px}.about-section-root .about-ctas{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.about-section-root .btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;background:linear-gradient(135deg,var(--about-red),var(--about-red-deep));color:white;font-family:var(--font-lexend),"Lexend",sans-serif;font-size:14px;font-weight:600;text-decoration:none;border-radius:50px;border:none;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 25px var(--about-red-glow)}.about-section-root .btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 12px 35px rgba(227,28,28,.4)}.about-section-root .btn-primary:active{transform:translateY(-1px) scale(.98)}.about-section-root .btn-primary svg{width:18px;height:18px;transition:transform .3s ease}.about-section-root .btn-primary:hover svg:last-child{transform:translateX(3px)}.about-section-root .btn-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-lexend),"Lexend",sans-serif;font-size:13px;font-weight:600;color:var(--about-red);text-decoration:none;letter-spacing:.5px;transition:all .3s ease;padding:8px 0}.about-section-root .btn-link svg{width:16px;height:16px;transition:transform .3s ease}.about-section-root .btn-link:hover{color:var(--about-red-deep)}.about-section-root .btn-link:hover svg{transform:translateX(4px)}.about-section-root .about-visual{position:relative;display:flex;justify-content:center;align-items:center}.about-section-root .img-main-wrap{position:relative;width:100%;max-width:460px}.about-section-root .img-main{width:100%;aspect-ratio:4/5;background:linear-gradient(135deg,#f0e6dc,#e8d5c4);border-radius:28px;overflow:hidden;position:relative;box-shadow:0 16px 50px rgba(0,0,0,.1);transform:rotate(2deg);transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.about-section-root .img-main:hover{transform:rotate(0deg) scale(1.02)}.about-section-root .img-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-section-root .img-border-accent{position:absolute;inset:-6px;border-radius:32px;background:linear-gradient(135deg,var(--about-red),var(--about-orange),var(--about-yellow));z-index:-1;opacity:.3;transform:rotate(2deg);transition:all .5s ease}.about-section-root .img-main-wrap:hover .img-border-accent{opacity:.5;transform:rotate(-1deg) scale(1.02)}.about-section-root .img-float-card{position:absolute;bottom:-20px;left:-30px;background:white;border-radius:20px;padding:18px 22px;box-shadow:0 10px 35px rgba(0,0,0,.1);z-index:5;transform:rotate(-3deg);transition:all .4s cubic-bezier(.34,1.56,.64,1);border:1.5px solid rgba(0,0,0,.04)}.about-section-root .img-float-card:hover{transform:rotate(1deg) translateY(-5px);box-shadow:0 16px 40px rgba(227,28,28,.12)}.about-section-root .float-card-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.about-section-root .float-card-top .emoji{font-size:22px}.about-section-root .float-card-top .label{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-size:13px;font-weight:700;color:var(--about-dark)}.about-section-root .float-card-text{font-size:12px;color:var(--about-muted);font-weight:400;line-height:1.5;font-family:var(--font-lexend),"Lexend",sans-serif}.about-section-root .year-badge{position:absolute;top:-25px;right:-25px;width:76px;height:76px;background:#E31C1C;border-radius:50%;border:4px solid white;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5;box-shadow:0 8px 25px rgba(227,28,28,.35);transform:rotate(12deg);transition:all .4s cubic-bezier(.34,1.56,.64,1)}@media (max-width:1024px){.about-section-root .about-container{gap:40px}}@media (max-width:900px){.about-section-root .about{padding:80px 24px}.about-section-root .about-container{grid-template-columns:1fr;gap:50px;text-align:center}.about-section-root .about-badge,.about-section-root .about-ctas,.about-section-root .about-stats{justify-content:center}.about-section-root .about-visual{order:1}.about-section-root .year-badge{right:0}}.about-section-root .year-badge:hover{transform:rotate(-5deg) scale(1.1)}.about-section-root .year-badge .since{font-size:10px;font-weight:800;letter-spacing:0;text-transform:uppercase;color:white;font-family:var(--font-lexend),"Lexend",sans-serif;line-height:1}.about-section-root .year-badge .year{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-size:18px;font-weight:800;color:white;line-height:1;margin-top:2px}.about-section-root .img-deco-circle{position:absolute;width:120px;height:120px;border:2px dashed rgba(0,0,0,.04);border-radius:50%;top:-25px;left:-25px;animation:spinSlow 25s linear infinite;z-index:0}@keyframes spinSlow{to{transform:rotate(1turn)}}@media (max-width:900px){.about-section-root .about-container{grid-template-columns:1fr;gap:50px;text-align:center}.about-section-root .about-ctas,.about-section-root .about-stats{justify-content:center}.about-section-root .about-visual{order:-1}.about-section-root .img-main-wrap{max-width:360px}.about-section-root .img-float-card{left:0;bottom:-15px}}@media (max-width:480px){.about-section-root .about{padding:70px 16px 90px}.about-section-root .about-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.about-section-root .stat-chip{flex:0 0 auto}.about-section-root .about-ctas{flex-direction:column;width:100%;align-items:center}.about-section-root .btn-primary{width:100%;justify-content:center}.about-section-root .img-main-wrap{max-width:300px}.about-section-root .year-badge{width:60px;height:60px;top:-10px;right:-10px}.about-section-root .year-badge .year{font-size:15px}.about-section-root .a-confetti,.about-section-root .a-squiggle{display:none}}.fresh-section-root{--g-red-deep:#B81414}.fresh-section-root .gallery{position:relative;padding:100px 24px 120px;overflow:hidden;background:radial-gradient(ellipse 60% 50% at 80% 10%,rgba(227,28,28,.03),transparent),radial-gradient(ellipse 50% 40% at 20% 80%,rgba(255,107,53,.03),transparent),var(--g-bg)}.fresh-section-root .g-dot{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.fresh-section-root .g-dot-1{width:10px;height:10px;background:var(--g-red);top:7%;left:10%;opacity:.13}.fresh-section-root .g-dot-2{width:8px;height:8px;background:var(--g-orange);top:15%;right:8%;opacity:.17}.fresh-section-root .g-dot-3{width:11px;height:11px;background:var(--g-yellow);bottom:12%;left:6%;opacity:.14}.fresh-section-root .g-dot-4{width:7px;height:7px;background:var(--g-green);bottom:20%;right:12%;opacity:.16}.fresh-section-root .g-dot-5{width:9px;height:9px;background:var(--g-purple);top:50%;left:3%;opacity:.1}.fresh-section-root .g-blob{position:absolute;pointer-events:none;z-index:0}.fresh-section-root .g-blob-1{top:5%;right:4%;width:65px;height:65px;border:3px solid rgba(255,107,53,.06);border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.fresh-section-root .g-blob-2{bottom:6%;left:4%;width:50px;height:50px;border:3px solid rgba(227,28,28,.05);border-radius:60% 40% 30% 70%/60% 30% 70% 40%}.fresh-section-root .g-header{text-align:center;position:relative;z-index:2;margin-bottom:56px}.fresh-section-root .g-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--g-red-light);border:1.5px solid var(--g-red-soft);border-radius:50px;margin-bottom:20px}.fresh-section-root .g-badge .dot{width:7px;height:7px;background:var(--g-red);border-radius:50%;animation:gPulse 2s ease-in-out infinite}@keyframes gPulse{0%,to{box-shadow:0 0 0 0 var(--g-red-glow)}50%{box-shadow:0 0 0 6px rgba(227,28,28,0)}}.fresh-section-root .g-badge span{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--g-red);font-family:var(--font-lexend),"Lexend",sans-serif}.fresh-section-root .g-title{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-weight:800;font-size:clamp(30px,5vw,52px);line-height:1.1;letter-spacing:-1.5px;color:var(--g-dark);margin-bottom:14px}.fresh-section-root .g-title .accent{color:var(--g-red);position:relative;display:inline-block}.fresh-section-root .g-title .accent:after{content:"";position:absolute;bottom:-2px;left:-4px;right:-4px;height:12px;background:linear-gradient(90deg,rgba(227,28,28,.12),rgba(255,107,53,.12));border-radius:4px;z-index:-1;transform:rotate(-1deg)}.fresh-section-root .g-subtitle{font-size:15px;font-weight:300;color:var(--g-muted);max-width:420px;margin:0 auto;line-height:1.7;font-family:var(--font-lexend),"Lexend",sans-serif}.fresh-section-root .g-grid{position:relative;z-index:2;max-width:1100px;margin:0 auto 56px;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto;gap:20px}.fresh-section-root .g-item:first-child{grid-column:1/8;grid-row:1}.fresh-section-root .g-item:nth-child(2){grid-column:8/13;grid-row:1}.fresh-section-root .g-item:nth-child(3){grid-column:1/5;grid-row:2}.fresh-section-root .g-item:nth-child(4){grid-column:5/9;grid-row:2}.fresh-section-root .g-item:nth-child(5){grid-column:9/13;grid-row:2}.fresh-section-root .g-item{position:relative;border-radius:24px;overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 30px rgba(0,0,0,.08)}.fresh-section-root .g-item:first-child{transform:rotate(-1deg)}.fresh-section-root .g-item:nth-child(2){transform:rotate(1.5deg)}.fresh-section-root .g-item:nth-child(3){transform:rotate(1deg)}.fresh-section-root .g-item:nth-child(4){transform:rotate(-.8deg)}.fresh-section-root .g-item:nth-child(5){transform:rotate(1.2deg)}.fresh-section-root .g-item:hover{transform:rotate(0deg) scale(1.03) translateY(-8px);z-index:10}.fresh-section-root .g-item:before{content:"";position:absolute;inset:0;border-radius:24px;border:3px solid transparent;z-index:3;transition:border-color .4s ease;pointer-events:none}.fresh-section-root .g-item:first-child:hover:before{border-color:var(--g-red)}.fresh-section-root .g-item:nth-child(2):hover:before{border-color:var(--g-orange)}.fresh-section-root .g-item:nth-child(3):hover:before{border-color:var(--g-yellow)}.fresh-section-root .g-item:nth-child(4):hover:before{border-color:var(--g-green)}.fresh-section-root .g-item:nth-child(5):hover:before{border-color:var(--g-purple)}.fresh-section-root .g-item:first-child:hover{box-shadow:0 20px 50px rgba(227,28,28,.15)}.fresh-section-root .g-item:nth-child(2):hover{box-shadow:0 20px 50px rgba(255,107,53,.15)}.fresh-section-root .g-item:nth-child(3):hover{box-shadow:0 20px 50px rgba(255,186,8,.15)}.fresh-section-root .g-item:nth-child(4):hover{box-shadow:0 20px 50px rgba(34,197,94,.15)}.fresh-section-root .g-item:nth-child(5):hover{box-shadow:0 20px 50px rgba(139,92,246,.15)}.fresh-section-root .g-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s ease}.fresh-section-root .g-item:hover img{transform:scale(1.08)}.fresh-section-root .g-item:first-child,.fresh-section-root .g-item:nth-child(2){height:360px}.fresh-section-root .g-item:nth-child(3),.fresh-section-root .g-item:nth-child(4),.fresh-section-root .g-item:nth-child(5){height:280px}.fresh-section-root .g-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.5));opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.fresh-section-root .g-item:hover:after{opacity:1}.fresh-section-root .g-label{position:absolute;bottom:18px;left:18px;z-index:4;display:flex;align-items:center;gap:8px;padding:8px 16px;background:white;border-radius:50px;opacity:0;transform:translateY(10px);transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 15px rgba(0,0,0,.1)}.fresh-section-root .g-item:hover .g-label{opacity:1;transform:translateY(0)}.fresh-section-root .g-label .emoji{font-size:16px}.fresh-section-root .g-label span{font-size:12px;font-weight:600;color:var(--g-dark);font-family:var(--font-lexend),"Lexend",sans-serif}.fresh-section-root .g-tag{position:absolute;top:16px;right:16px;z-index:4;padding:6px 14px;border-radius:50px;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:white;opacity:0;transform:translateY(-8px) rotate(3deg);transition:all .4s cubic-bezier(.34,1.56,.64,1);font-family:var(--font-lexend),"Lexend",sans-serif}.fresh-section-root .g-item:hover .g-tag{opacity:1;transform:translateY(0) rotate(3deg)}.fresh-section-root .g-item:first-child .g-tag{background:var(--g-red);box-shadow:0 3px 10px var(--g-red-glow)}.fresh-section-root .g-item:nth-child(2) .g-tag{background:var(--g-orange);box-shadow:0 3px 10px rgba(255,107,53,.3)}.fresh-section-root .g-item:nth-child(3) .g-tag{background:var(--g-yellow);color:#333;box-shadow:0 3px 10px rgba(255,186,8,.3)}.fresh-section-root .g-item:nth-child(4) .g-tag{background:var(--g-green);box-shadow:0 3px 10px rgba(34,197,94,.3)}.fresh-section-root .g-item:nth-child(5) .g-tag{background:var(--g-purple);box-shadow:0 3px 10px rgba(139,92,246,.3)}.fresh-section-root .g-cta-wrap{text-align:center;position:relative;z-index:2}.fresh-section-root .g-cta{display:inline-flex;align-items:center;gap:10px;padding:18px 40px;background:linear-gradient(135deg,var(--g-red),var(--g-red-deep));color:white;font-family:var(--font-lexend),"Lexend",sans-serif;font-size:14px;font-weight:600;text-decoration:none;border-radius:50px;border:none;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 25px var(--g-red-glow)}.fresh-section-root .g-cta:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 14px 40px rgba(227,28,28,.35)}.fresh-section-root .g-cta:active{transform:translateY(-1px) scale(.98)}.fresh-section-root .g-cta svg{width:18px;height:18px;transition:transform .3s ease}.fresh-section-root .g-cta:hover svg:last-child{transform:translateX(3px)}@media (max-width:900px){.fresh-section-root .g-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-template-rows:auto!important;gap:15px!important}.fresh-section-root .g-item{grid-column:span 1!important;grid-row:auto!important;width:100%!important;height:220px!important;transform:none!important}.fresh-section-root .g-item:first-child{grid-column:1/3!important;height:300px!important}}@media (max-width:480px){.fresh-section-root .gallery{padding:60px 16px 80px!important}.fresh-section-root .g-grid{gap:10px!important}.fresh-section-root .g-item{height:160px!important}.fresh-section-root .g-item:first-child{height:220px!important}.fresh-section-root .g-label{opacity:1!important;transform:none!important;padding:5px 10px!important;left:8px!important;bottom:8px!important}.fresh-section-root .g-label span{font-size:10px!important}.fresh-section-root .g-blob,.fresh-section-root .g-dot{display:none!important}}.why-header{max-width:800px;margin-left:auto;margin-right:auto}.why-header p{font-size:16px;color:#666;margin:16px auto 0;line-height:1.6;opacity:.8}.why-header h2{margin-top:12px}@media (max-width:768px){.why-header{margin-bottom:40px}}.funky-badge{display:inline-flex;align-items:center;gap:12px;padding:10px 24px;background:rgba(42,10,10,.6);backdrop-filter:blur(4px);border-radius:50px;margin-bottom:24px;border:1px solid rgba(255,255,255,.05)}.funky-badge .dot{width:10px;height:10px;background:#E31C1C;border-radius:50%;position:relative}.funky-badge .dot:after{content:"";position:absolute;inset:-4px;border-radius:50%;background:rgba(227,28,28,.3)}.funky-badge span{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;font-family:var(--font-lexend),"Lexend",sans-serif;color:#FFB3B3}.funky-badge-red{background:#FFF0F0;border:1.5px solid #ffe0e0}.funky-badge-red .dot{background:#E31C1C}.funky-badge-red span{color:#E31C1C}@keyframes funkyPulse{0%,to{box-shadow:0 0 0 0 rgba(227,28,28,.3)}50%{box-shadow:0 0 0 6px rgba(227,28,28,0)}}.funky-section-title{font-family:var(--font-unbounded),sans-serif;font-weight:800;line-height:1.1;letter-spacing:-1.5px;color:#1a1a1a}.funky-section-title .accent{color:#E31C1C;position:relative;display:inline-block}.funky-section-title .accent:after{content:"";position:absolute;bottom:-2px;left:-4px;right:-4px;height:12px;background:linear-gradient(90deg,rgba(227,28,28,.12),rgba(255,107,53,.12));border-radius:4px;z-index:-1;transform:rotate(-1deg)}.funky-btn-pill{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;background:linear-gradient(135deg,#E31C1C,#B81414);color:white;font-family:var(--font-lexend),sans-serif;font-size:14px;font-weight:600;text-decoration:none;border-radius:50px;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 25px rgba(227,28,28,.3)}.funky-btn-pill:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 12px 35px rgba(227,28,28,.4);color:white}.funky-btn-pill svg{width:18px;height:18px;transition:transform .3s ease}.funky-btn-pill:hover svg:last-child{transform:translateX(3px)}.funky-btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:white;color:#1a1a1a;font-family:var(--font-lexend),sans-serif;font-size:14px;font-weight:600;text-decoration:none;border-radius:50px;border:1.5px solid rgba(0,0,0,.08);transition:all .35s ease}.funky-btn-ghost:hover{border-color:#E31C1C;color:#E31C1C;transform:translateY(-2px)}.funky-btn-ghost svg{width:16px;height:16px}.hero-banner{position:relative;height:40vh;min-height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:-73px;padding-top:73px;background-color:#0c0c0c;background-image:url(https://d1u7fhthzxxy9w.cloudfront.net/Salsas+Baymeadows/Menu-Images/Molcajete.webp);background-size:cover;background-position:50%;text-align:center}@media (min-width:768px){.hero-banner{margin-top:-113px;padding-top:113px;height:45vh}}.hero-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.85),rgba(0,0,0,.4) 50%,rgba(0,0,0,.85));z-index:1}.hero-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.2) 50%,rgba(0,0,0,.7))}.cta-banner-section{background:white}.cta-banner-funky{border-radius:40px;padding:80px 40px}.cta-banner-funky h2{font-family:var(--font-unbounded),sans-serif;font-size:clamp(28px,4vw,42px);line-height:1.2;margin-bottom:20px}.cta-banner-funky p{opacity:.9;max-width:600px;margin:0 auto 40px}.cta-btns-funky{gap:20px;align-items:center}.cta-btn-white{gap:12px;padding:18px 40px;transition:transform .3s ease}.cta-btn-white:hover{transform:translateY(-3px) scale(1.02)}.cta-btn-outline{gap:12px;padding:17px 40px;border:1.5px solid rgba(255,255,255,.4);font-weight:700;transition:all .3s ease}.cta-btn-outline:hover{transform:translateY(-3px)}.hb-blob{position:absolute;border-radius:50%;filter:blur(80px);z-index:0}.hb-blob-1{width:350px;height:350px;background:radial-gradient(circle,rgba(227,28,28,.2),transparent 70%);top:-15%;right:-5%;animation:hbDrift1 10s ease-in-out infinite}.hb-blob-2{width:250px;height:250px;background:radial-gradient(circle,rgba(255,107,53,.12),transparent 70%);bottom:-10%;left:-5%;animation:hbDrift2 12s ease-in-out infinite}@keyframes hbDrift1{0%,to{transform:translate(0)}50%{transform:translate(-20px,15px)}}@keyframes hbDrift2{0%,to{transform:translate(0)}50%{transform:translate(15px,-20px)}}.hero-banner-content{position:relative;z-index:2;padding:0 24px}.hero-banner h1{font-family:var(--font-unbounded),sans-serif;font-weight:900;font-size:clamp(32px,5vw,56px);letter-spacing:-2px;color:white;line-height:1.05;margin-bottom:14px}.hero-banner h1 em{font-style:normal;color:#E31C1C}.hero-banner p{font-size:16px;font-weight:300;color:rgba(255,255,255,.6);max-width:480px;margin:0 auto;font-family:var(--font-lexend),sans-serif}.hero-stripe{height:4px;background:linear-gradient(90deg,#E31C1C,#FF6B35,#FFBA08,#22C55E,#8B5CF6,#E31C1C);background-size:200% 100%;animation:stripeShift 6s linear infinite}@keyframes stripeShift{0%{background-position:0 0}to{background-position:200% 0}}.funky-timeline{display:flex;flex-direction:column;gap:0;margin-bottom:32px;position:relative;padding-left:28px;text-align:left}.funky-timeline:before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,#E31C1C,#FF6B35,#FFBA08);border-radius:1px}.tl-item{position:relative;padding:12px 0 12px 20px}.tl-item:before{content:"";position:absolute;left:-24px;top:18px;width:12px;height:12px;border-radius:50%;border:2.5px solid #e31c1c;background:#FAFAF8;z-index:1}.tl-item:nth-child(2):before{border-color:#FF6B35}.tl-item:nth-child(3):before{border-color:#FFBA08}.tl-year{font-family:var(--font-unbounded),sans-serif;font-size:14px;font-weight:700;color:#E31C1C;margin-bottom:4px}.tl-item:nth-child(2) .tl-year{color:#FF6B35}.tl-item:nth-child(3) .tl-year{color:#FFBA08}.tl-desc{font-size:13px;font-weight:400;color:#666;line-height:1.6;font-family:var(--font-lexend),sans-serif}.mv-section{position:relative;padding:80px 24px 100px;overflow:hidden;background:white}.mv-header{text-align:center;margin-bottom:56px}.mv-grid,.mv-header{position:relative;z-index:2}.mv-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.mv-card{background:#FAFAF8;border-radius:24px;padding:36px 32px;border:1.5px solid rgba(0,0,0,.04);position:relative;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.mv-card:hover{transform:translateY(-6px)}.mv-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:24px 24px 0 0}.mv-card:first-child:before{background:linear-gradient(90deg,#E31C1C,#FF6B35)}.mv-card:nth-child(2):before{background:linear-gradient(90deg,#8B5CF6,#3B82F6)}.mv-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:20px}.mv-card h3{font-family:var(--font-unbounded),sans-serif;font-size:20px;font-weight:700;letter-spacing:-.5px;margin-bottom:14px;color:#1a1a1a}.mv-card p{font-size:14px;font-weight:300;line-height:1.8;color:#666;font-family:var(--font-lexend),sans-serif}.values-list{list-style:none;display:flex;flex-direction:column;gap:12px}.values-list li{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:400;color:#555;padding:10px 16px;background:white;border-radius:12px;border:1px solid rgba(0,0,0,.04);transition:all .3s ease}.values-list li:hover{transform:translateX(6px);border-color:rgba(139,92,246,.15)}.values-list li .v-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.values-list li:first-child .v-dot{background:#E31C1C}.values-list li:nth-child(2) .v-dot{background:#FF6B35}.values-list li:nth-child(3) .v-dot{background:#FFBA08}.values-list li:nth-child(4) .v-dot{background:#22C55E}.values-list li:nth-child(5) .v-dot{background:#8B5CF6}.why-section{position:relative;padding:100px 24px;overflow:hidden;background:radial-gradient(ellipse 60% 40% at 50% 50%,rgba(227,28,28,.03),transparent),#FAFAF8}.why-header{text-align:center;margin-bottom:56px}.why-grid,.why-header{position:relative;z-index:2}.why-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-card{background:white;border-radius:36px;padding:48px 32px;text-align:center;border:1.5px solid rgba(0,0,0,.03);box-shadow:0 4px 20px rgba(0,0,0,.02);transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.why-card:first-child{transform:rotate(-1.5deg);border-left:4px solid #e31c1c}.why-card:nth-child(2){transform:rotate(1.2deg);border-left:4px solid #22c55e}.why-card:nth-child(3){transform:rotate(-.8deg);border-left:4px solid #8b5cf6}.why-card:hover{transform:translateY(-12px) rotate(0deg) scale(1.03)!important;box-shadow:0 20px 50px rgba(0,0,0,.08);border-color:rgba(227,28,28,.15);z-index:10}.why-emoji-wrap{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:24px}.why-card:first-child .why-emoji-wrap{background:#FFF0F0}.why-card:nth-child(2) .why-emoji-wrap{background:#EFFDF5}.why-card:nth-child(3) .why-emoji-wrap{background:#F5F3FF}.why-card h3{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-size:18px;font-weight:700;letter-spacing:-.5px;margin-bottom:14px;color:#1a1a1a}.why-card p{font-size:14px;font-weight:300;line-height:1.7;color:#777;font-family:var(--font-lexend),"Lexend",sans-serif}.fresh-banner{position:relative;max-width:1100px;margin:0 auto;padding:0 24px}.fresh-card{display:grid;grid-template-columns:1fr 1fr;background:white;border-radius:28px;overflow:hidden;border:1.5px solid rgba(0,0,0,.04);box-shadow:0 8px 30px rgba(0,0,0,.05);transition:all .4s ease}.fresh-card:hover{box-shadow:0 16px 50px rgba(0,0,0,.08);transform:translateY(-4px)}.fresh-img-banner{position:relative;overflow:hidden;min-height:320px}.fresh-img-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.fresh-card:hover .fresh-img-banner img{transform:scale(1.06)}.fresh-content-banner{padding:48px 40px;display:flex;flex-direction:column;justify-content:center;text-align:left}.fresh-content-banner .funky-section-title{font-size:clamp(24px,3vw,36px);margin-bottom:18px}.fresh-content-banner p{font-size:14px;font-weight:300;line-height:1.8;color:#666;margin-bottom:24px;font-family:var(--font-lexend),sans-serif}.visit{position:relative;padding:100px 24px;overflow:hidden;background:radial-gradient(ellipse 50% 40% at 80% 30%,rgba(255,186,8,.03),transparent),#FAFAF8}.visit-header{text-align:center;margin-bottom:56px}.visit-grid,.visit-header{position:relative;z-index:2}.visit-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.visit-contact-card,.visit-hours-card{background:white;border-radius:24px;padding:36px 32px;border:1.5px solid rgba(0,0,0,.04);box-shadow:0 8px 25px rgba(0,0,0,.04);text-align:left}.vc-title,.vh-title{font-family:var(--font-unbounded),sans-serif;font-size:16px;font-weight:700;margin-bottom:24px;color:#1a1a1a;display:flex;align-items:center;gap:10px}.vc-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.vc-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.vc-icon svg{width:18px;height:18px}.vc-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#888;margin-bottom:3px}.vc-label,.vc-value{font-family:var(--font-lexend),sans-serif}.vc-value{font-size:14px;font-weight:500;color:#1a1a1a}.vc-value a{color:#1a1a1a;text-decoration:none;transition:color .3s}.vc-value a:hover{color:#E31C1C}.vc-socials{display:flex;gap:10px;margin-top:24px;padding-top:20px;border-top:2px dashed rgba(0,0,0,.04)}.vc-social{width:38px;height:38px;border-radius:10px;background:#FAFAF8;border:1px solid rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;color:#888;text-decoration:none;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.vc-social svg{width:16px;height:16px}.hours-table{width:100%}.hours-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:10px;font-size:14px;transition:all .3s ease;font-family:var(--font-lexend),sans-serif}.hours-row:nth-child(odd){background:#FAFAF8}.hours-row:hover{background:#FFF0F0;transform:translateX(4px)}.hours-day{font-weight:500;color:#1a1a1a}.hours-time{font-weight:400;color:#888}.hours-row.today{background:#ECFDF5;border:1px solid rgba(34,197,94,.15)}.hours-row.today .hours-day{color:#22C55E;font-weight:600}.cta-banner-section{padding:100px 24px}.cta-banner-funky{max-width:1100px;margin:0 auto;background:#E31C1C;border-radius:48px;padding:85px 40px;text-align:center;color:white;position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(227,28,28,.2)}.cta-banner-funky:before{display:none}.cta-banner-funky h2{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-size:clamp(28px,4vw,46px);font-weight:800;color:white;letter-spacing:-1.5px;margin-bottom:18px;line-height:1.1}.cta-banner-funky p{font-size:16px;font-weight:300;color:rgba(255,255,255,.85);margin-bottom:45px;max-width:650px;margin-left:auto;margin-right:auto;font-family:var(--font-lexend),"Lexend",sans-serif}.cta-btns-funky{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-btn-white{display:inline-flex;align-items:center;gap:10px;padding:18px 42px;background:white;color:#E31C1C;font-family:var(--font-lexend),"Lexend",sans-serif;font-size:15px;font-weight:700;text-decoration:none;border-radius:50px;white-space:nowrap;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.cta-btn-white:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 35px rgba(0,0,0,.15)}.cta-btn-outline{display:inline-flex;align-items:center;gap:10px;padding:17px 42px;background:transparent;color:white;font-family:var(--font-lexend),"Lexend",sans-serif;font-size:15px;font-weight:600;text-decoration:none;border-radius:50px;border:1.5px solid rgba(255,255,255,.3);white-space:nowrap;transition:all .35s ease}.cta-btn-outline:hover{background:rgba(255,255,255,.1);border-color:white;transform:translateY(-4px)}.fresh-section-root{--g-red:#E31C1C;--g-red-glow:rgba(227,28,28,0.3);--g-red-light:#FFF0F0;--g-red-soft:#FFE0E0;--g-orange:#FF6B35;--g-yellow:#FFBA08;--g-green:#22C55E;--g-purple:#8B5CF6;--g-bg:#FAFAF8;--g-dark:#1a1a1a;--g-muted:#888}.masonry-gallery-section{position:relative;padding:100px 24px 120px;overflow:hidden;background:radial-gradient(ellipse 60% 50% at 80% 10%,rgba(227,28,28,.03),transparent),radial-gradient(ellipse 50% 40% at 20% 80%,rgba(255,107,53,.03),transparent),var(--g-bg)}.g-dot{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.g-dot-1{width:10px;height:10px;background:var(--g-red);top:7%;left:10%;opacity:.13;animation:gDrift 7s ease-in-out infinite}.g-dot-2{width:8px;height:8px;background:var(--g-orange);top:15%;right:8%;opacity:.17;animation:gDrift 9s ease-in-out 1s infinite}.g-dot-3{width:11px;height:11px;background:var(--g-yellow);bottom:12%;left:6%;opacity:.14;animation:gDrift 8s ease-in-out .5s infinite}.g-dot-4{width:7px;height:7px;background:var(--g-green);bottom:20%;right:12%;opacity:.16;animation:gDrift 6s ease-in-out 2s infinite}.g-dot-5{width:9px;height:9px;background:var(--g-purple);top:50%;left:3%;opacity:.1;animation:gDrift 10s ease-in-out 1.5s infinite}@keyframes gDrift{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-14px) rotate(180deg)}}.g-blob{position:absolute;pointer-events:none;z-index:0}.g-blob-1{top:5%;right:4%;width:65px;height:65px;border:3px solid rgba(255,107,53,.06);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:morph 10s ease-in-out infinite}.g-blob-2{bottom:6%;left:4%;width:50px;height:50px;border:3px solid rgba(227,28,28,.05);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:morph 12s ease-in-out 2s infinite reverse}@keyframes morph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}.g-grid{z-index:2;max-width:1100px;margin:0 auto 56px;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto;gap:20px}.g-grid,.g-item{position:relative}.g-item{border-radius:24px;overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 30px rgba(0,0,0,.08)}.g-item-1{grid-column:1/8;transform:rotate(-1deg)}.g-item-1,.g-item-2{grid-row:1;height:360px}.g-item-2{grid-column:8/13;transform:rotate(1.5deg)}.g-item-3{grid-column:1/5;transform:rotate(1deg)}.g-item-3,.g-item-4{grid-row:2;height:280px}.g-item-4{grid-column:5/9;transform:rotate(-.8deg)}.g-item-5{grid-column:9/13;grid-row:2;height:280px;transform:rotate(1.2deg)}.g-item:hover{transform:rotate(0deg) scale(1.03) translateY(-8px);z-index:10}.g-item:before{content:"";position:absolute;inset:0;border-radius:24px;border:3px solid transparent;z-index:3;transition:border-color .4s ease;pointer-events:none}.g-item-1:hover:before{border-color:var(--g-red)}.g-item-2:hover:before{border-color:var(--g-orange)}.g-item-3:hover:before{border-color:var(--g-yellow)}.g-item-4:hover:before{border-color:var(--g-green)}.g-item-5:hover:before{border-color:var(--g-purple)}.g-item-1:hover{box-shadow:0 20px 50px rgba(227,28,28,.15)}.g-item-2:hover{box-shadow:0 20px 50px rgba(255,107,53,.15)}.g-item-3:hover{box-shadow:0 20px 50px rgba(255,186,8,.15)}.g-item-4:hover{box-shadow:0 20px 50px rgba(34,197,94,.15)}.g-item-5:hover{box-shadow:0 20px 50px rgba(139,92,246,.15)}.g-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s ease}.g-item:hover img{transform:scale(1.08)}.g-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.5));opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.g-item:hover:after{opacity:1}.g-label{position:absolute;bottom:18px;left:18px;z-index:4;display:flex;align-items:center;gap:8px;padding:8px 16px;background:white;border-radius:50px;opacity:0;transform:translateY(10px);transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 15px rgba(0,0,0,.1)}.g-item:hover .g-label{opacity:1;transform:translateY(0)}.g-label .emoji{font-size:16px}.g-label span{font-size:12px;font-weight:600;color:var(--g-dark)}.g-tag{position:absolute;top:16px;right:16px;z-index:4;padding:6px 14px;border-radius:50px;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:white;opacity:0;transform:translateY(-8px) rotate(3deg);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.g-item:hover .g-tag{opacity:1;transform:translateY(0) rotate(3deg)}.g-item-1 .g-tag{background:var(--g-red);box-shadow:0 3px 10px var(--g-red-glow)}.g-item-2 .g-tag{background:var(--g-orange);box-shadow:0 3px 10px rgba(255,107,53,.3)}.g-item-3 .g-tag{background:var(--g-yellow);color:#333;box-shadow:0 3px 10px rgba(255,186,8,.3)}.g-item-4 .g-tag{background:var(--g-green);box-shadow:0 3px 10px rgba(34,197,94,.3)}.g-item-5 .g-tag{background:var(--g-purple);box-shadow:0 3px 10px rgba(139,92,246,.3)}.g-cta{display:inline-flex;align-items:center;gap:10px;padding:18px 40px;background:linear-gradient(135deg,var(--g-red),#B81414);color:white;font-family:var(--font-lexend),sans-serif;font-size:14px;font-weight:600;text-decoration:none;border-radius:50px;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 25px var(--g-red-glow)}.g-cta:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 14px 40px rgba(227,28,28,.35)}@media (max-width:900px){.g-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.g-item-1,.g-item-2{grid-column:1/3;grid-row:auto;height:300px}.g-item-3{grid-column:1}.g-item-3,.g-item-4{grid-row:auto;height:240px}.g-item-4{grid-column:2}.g-item-5{grid-column:1/3;grid-row:auto;height:260px}.g-item{transform:rotate(0deg)!important}}@media (max-width:480px){.masonry-gallery-section{padding:70px 16px 90px}.g-grid{grid-template-columns:1fr;gap:16px}.g-item{grid-column:1!important;height:240px!important}.g-blob,.g-dot{display:none}.g-label{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.masonry-grid{-moz-columns:3;column-count:3}}@media (max-width:768px){.masonry-grid{-moz-columns:2;column-count:2;-moz-column-gap:14px;column-gap:14px}.hero-banner{height:340px}.fresh-card,.mv-grid,.visit-grid,.why-grid{grid-template-columns:1fr}.why-grid{gap:24px;padding:0 10px}.why-card{transform:none!important;padding:40px 24px}}@media (max-width:480px){.masonry-grid{-moz-columns:1;column-count:1}.cta-btns-funky{flex-direction:column}.cta-btn-outline,.cta-btn-white{width:100%;justify-content:center;padding:14px 28px;font-size:14px}.cta-btn-outline svg,.cta-btn-white svg{width:18px;height:18px}}.about-section-root .gallery-p-intro{text-align:center;padding:64px 24px 56px;position:relative;z-index:2}.about-section-root .gallery-p-intro p{font-size:15px;font-weight:300;color:#666;max-width:560px;margin:0 auto;line-height:1.8;font-family:var(--font-lexend),"Lexend",sans-serif}.about-section-root .gallery-p-intro p a{color:var(--about-red);font-weight:500;text-decoration:none;transition:all .3s}.about-section-root .gallery-p-intro p a:hover{text-decoration:underline}.about-section-root .gallery-p-section{position:relative;padding:80px 24px 100px;overflow:hidden;background:radial-gradient(ellipse 60% 40% at 80% 20%,rgba(227,28,28,.02),transparent),radial-gradient(ellipse 50% 40% at 20% 80%,rgba(255,107,53,.02),transparent),var(--about-bg)}.about-section-root .gallery-p-section .gc{position:absolute;border-radius:50%;pointer-events:none;z-index:0;animation:gcf 7s ease-in-out infinite}.about-section-root .gallery-p-section .gc1{width:10px;height:10px;background:var(--about-red);top:5%;left:8%;opacity:.1}.about-section-root .gallery-p-section .gc2{width:7px;height:7px;background:var(--about-orange);top:20%;right:6%;opacity:.14;animation-delay:1s}.about-section-root .gallery-p-section .gc3{width:9px;height:9px;background:var(--about-yellow);bottom:15%;left:5%;opacity:.12;animation-delay:2s}.about-section-root .gallery-p-section .gc4{width:8px;height:8px;background:var(--about-purple);bottom:8%;right:10%;opacity:.1;animation-delay:.5s}.about-section-root .gallery-p-section .g-morph{position:absolute;pointer-events:none;z-index:0}.about-section-root .gallery-p-section .g-morph-1{top:3%;right:4%;width:60px;height:60px;border:3px solid rgba(227,28,28,.05);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:morphBlob 10s ease-in-out infinite}.about-section-root .gallery-p-section .g-morph-2{bottom:5%;left:3%;width:45px;height:45px;border:3px solid rgba(255,107,53,.05);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:morphBlob 12s ease-in-out 2s infinite reverse}.about-section-root .gallery-p-grid{max-width:1200px;margin:0 auto;-moz-columns:4;column-count:4;-moz-column-gap:24px;column-gap:24px;position:relative;z-index:2}.about-section-root .gallery-p-card{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:20px;padding-top:18px;position:relative;isolation:isolate;z-index:1;cursor:pointer;transition:all .45s cubic-bezier(.34,1.56,.64,1)}.about-section-root .gallery-p-card-inner{border-radius:22px;overflow:hidden;background:white;padding:14px 10px 10px;border:1.5px solid rgba(0,0,0,.05);box-shadow:0 6px 20px rgba(0,0,0,.05);position:relative;transition:all .45s cubic-bezier(.34,1.56,.64,1)}.about-section-root .gallery-p-card-inner:after{content:"";position:absolute;top:0;left:0;right:0;height:5px;border-radius:22px 22px 0 0;z-index:5;pointer-events:none}.about-section-root .gallery-p-card:nth-child(5n+1) .gallery-p-card-inner:after{background:linear-gradient(90deg,var(--about-red),var(--about-orange))}.about-section-root .gallery-p-card:nth-child(5n+2) .gallery-p-card-inner:after{background:linear-gradient(90deg,var(--about-orange),var(--about-yellow))}.about-section-root .gallery-p-card:nth-child(5n+3) .gallery-p-card-inner:after{background:linear-gradient(90deg,var(--about-yellow),var(--about-green))}.about-section-root .gallery-p-card:nth-child(5n+4) .gallery-p-card-inner:after{background:linear-gradient(90deg,var(--about-green),#3B82F6)}.about-section-root .gallery-p-card:nth-child(5n+5) .gallery-p-card-inner:after{background:linear-gradient(90deg,var(--about-purple),var(--about-red))}.about-section-root .gallery-p-card:nth-child(odd){transform:rotate(-1.2deg)}.about-section-root .gallery-p-card:nth-child(2n){transform:rotate(1.2deg)}.about-section-root .gallery-p-card:nth-child(3n){transform:rotate(-.6deg)}.about-section-root .gallery-p-card:hover{transform:rotate(0deg) scale(1.03) translateY(-8px);z-index:10}.about-section-root .gallery-p-card:nth-child(5n+1):hover .gallery-p-card-inner{border-color:rgba(227,28,28,.25);box-shadow:0 20px 50px rgba(227,28,28,.12)}.about-section-root .gallery-p-card:nth-child(5n+2):hover .gallery-p-card-inner{border-color:rgba(255,107,53,.25);box-shadow:0 20px 50px rgba(255,107,53,.12)}.about-section-root .gallery-p-card:nth-child(5n+3):hover .gallery-p-card-inner{border-color:rgba(255,186,8,.25);box-shadow:0 20px 50px rgba(255,186,8,.12)}.about-section-root .gallery-p-card:nth-child(5n+4):hover .gallery-p-card-inner{border-color:rgba(34,197,94,.25);box-shadow:0 20px 50px rgba(34,197,94,.12)}.about-section-root .gallery-p-card:nth-child(5n+5):hover .gallery-p-card-inner{border-color:rgba(139,92,246,.25);box-shadow:0 20px 50px rgba(139,92,246,.12)}.about-section-root .gallery-p-img{border-radius:14px;overflow:hidden;position:relative}.about-section-root .gallery-p-img img{width:100%;display:block;transition:transform .5s ease}.about-section-root .gallery-p-card:hover img{transform:scale(1.06)}.about-section-root .gallery-p-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.45));opacity:0;transition:opacity .35s ease;z-index:1;pointer-events:none;border-radius:14px}.about-section-root .gallery-p-card:hover .gallery-p-overlay{opacity:1}.about-section-root .gallery-p-sticker{position:absolute;top:-1px;right:-19px;z-index:20;width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;transform:rotate(6deg);transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 14px rgba(0,0,0,.15)}.about-section-root .gallery-p-sticker svg{width:18px;height:18px;flex-shrink:0}.about-section-root .gallery-p-card:hover .gallery-p-sticker{transform:rotate(-6deg) scale(1.15)}.about-section-root .gallery-p-card:nth-child(5n+1) .gallery-p-sticker{background:var(--about-red)}.about-section-root .gallery-p-card:nth-child(5n+2) .gallery-p-sticker{background:var(--about-orange)}.about-section-root .gallery-p-card:nth-child(5n+3) .gallery-p-sticker{background:var(--about-yellow)}.about-section-root .gallery-p-card:nth-child(5n+4) .gallery-p-sticker{background:var(--about-green)}.about-section-root .gallery-p-card:nth-child(5n+5) .gallery-p-sticker{background:var(--about-purple)}@media (max-width:1024px){.about-section-root .gallery-p-grid{-moz-columns:3;column-count:3}}@media (max-width:768px){.about-section-root .gallery-p-grid{-moz-columns:2;column-count:2;-moz-column-gap:18px;column-gap:18px}.about-section-root .gallery-p-section{padding:80px 24px}}@media (max-width:480px){.about-section-root .gallery-p-grid{-moz-columns:2;column-count:2;-moz-column-gap:10px;column-gap:10px;padding:0}.about-section-root .gallery-p-section{padding:50px 16px 70px}.about-section-root .gallery-p-card{margin-bottom:12px;padding-top:14px}.about-section-root .gallery-p-sticker{width:28px;height:28px;top:-1px;right:-14px;border-radius:9px}.about-section-root .gallery-p-cta-card{padding:40px 20px}.about-section-root .gallery-p-cta-btns{gap:12px;flex-direction:column}.about-section-root .gallery-p-cta-btn-o,.about-section-root .gallery-p-cta-btn-w{width:100%;justify-content:center;padding:12px 20px;font-size:14px;gap:6px}.about-section-root .gallery-p-cta-btn-o svg,.about-section-root .gallery-p-cta-btn-w svg{width:18px;height:18px}}.about-section-root .gallery-p-cta{max-width:900px;margin:0 auto;padding:0 24px 100px}.about-section-root .gallery-p-cta-card{background:linear-gradient(135deg,var(--about-red),var(--about-red-deep));border-radius:28px;padding:52px 48px;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 60px var(--about-red-glow)}.about-section-root .gallery-p-cta-card:before{content:"";position:absolute;top:-50%;right:-15%;width:350px;height:350px;background:radial-gradient(circle,rgba(255,255,255,.06),transparent 70%);border-radius:50%}.about-section-root .gallery-p-cta-card:after{content:"";position:absolute;bottom:-30%;left:-10%;width:280px;height:280px;background:radial-gradient(circle,rgba(255,107,53,.15),transparent 70%);border-radius:50%}.about-section-root .gallery-p-cta-card h2{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-size:clamp(20px,3vw,32px);font-weight:800;color:white;letter-spacing:-1px;margin-bottom:10px;position:relative;z-index:1}.about-section-root .gallery-p-cta-card p{font-size:14px;font-weight:300;color:rgba(255,255,255,.7);margin-bottom:28px;position:relative;z-index:1;font-family:var(--font-lexend),"Lexend",sans-serif}.about-section-root .gallery-p-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.about-section-root .gallery-p-cta-btn-w{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;background:white;color:var(--about-red);font-family:var(--font-lexend),"Lexend",sans-serif;font-size:14px;font-weight:600;text-decoration:none;border-radius:50px;white-space:nowrap;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.about-section-root .gallery-p-cta-btn-w:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 10px 30px rgba(0,0,0,.2)}.about-section-root .gallery-p-cta-btn-o{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:transparent;color:white;font-family:var(--font-lexend),"Lexend",sans-serif;font-size:14px;font-weight:500;text-decoration:none;border-radius:50px;white-space:nowrap;border:1.5px solid rgba(255,255,255,.3);transition:all .35s ease}.about-section-root .gallery-p-cta-btn-o:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6);transform:translateY(-3px)}.about-section-root .footer{position:relative;background:var(--about-dark,#0e0e0e);overflow:hidden;color:white;width:100%;margin:0;padding:0}@media (max-width:768px){.about-section-root .footer{padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px))}}.about-section-root .footer-stripe{height:4px;background:linear-gradient(90deg,var(--about-red),var(--about-orange),var(--about-yellow),var(--about-green),var(--about-cyan),var(--about-blue),var(--about-purple),var(--about-red));width:100%}.about-section-root .f-dot{position:absolute;border-radius:50%;pointer-events:none}.about-section-root .f-dot-1{width:8px;height:8px;background:var(--about-red);top:15%;left:8%;opacity:.1}.about-section-root .f-dot-2{width:6px;height:6px;background:var(--about-orange);top:30%;right:10%;opacity:.12}.about-section-root .f-dot-3{width:10px;height:10px;background:var(--about-yellow);bottom:25%;left:15%;opacity:.08}.about-section-root .f-dot-4{width:7px;height:7px;background:var(--about-purple);bottom:35%;right:6%;opacity:.1}.about-section-root .f-blob{position:absolute;top:20%;right:5%;width:50px;height:50px;border:2px solid rgba(255,255,255,.03);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;pointer-events:none}.about-section-root .footer-main{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:64px 24px 48px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px}.about-section-root .brand-name{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-weight:800;font-size:22px;letter-spacing:-.5px;margin-bottom:6px;color:white}.about-section-root .brand-name .accent{color:var(--about-red)}.about-section-root .brand-tagline{font-size:12px;color:rgba(255,255,255,.4);font-weight:400;margin-bottom:20px}.about-section-root .brand-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,.5);line-height:1.7;margin-bottom:24px;max-width:280px}.about-section-root .socials{display:flex;gap:10px}.about-section-root .social-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.6);text-decoration:none;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.about-section-root .social-icon svg{width:18px;height:18px}.about-section-root .social-icon:first-child:hover{background:#1877F2;border-color:#1877F2;color:white;transform:translateY(-3px) rotate(-4deg)}.about-section-root .social-icon:nth-child(2):hover{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent;color:white;transform:translateY(-3px) rotate(4deg)}.about-section-root .social-icon:nth-child(3):hover{background:#FF0000;border-color:#FF0000;color:white;transform:translateY(-3px) rotate(-4deg)}.about-section-root .social-icon:nth-child(4):hover{background:#1a1a1a;border-color:rgba(255,255,255,.3);color:white;transform:translateY(-3px) rotate(4deg)}.about-section-root .col-title{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--about-red);margin-bottom:20px;display:flex;align-items:center;gap:8px}.about-section-root .col-title:before{content:"";width:6px;height:6px;background:var(--about-red);border-radius:50%;flex-shrink:0}.about-section-root .footer-col:nth-child(3) .col-title{color:var(--about-orange)}.about-section-root .footer-col:nth-child(3) .col-title:before{background:var(--about-orange)}.about-section-root .footer-col:nth-child(4) .col-title{color:var(--about-yellow)}.about-section-root .footer-col:nth-child(4) .col-title:before{background:var(--about-yellow)}.about-section-root .footer-links{list-style:none;display:flex;flex-direction:column;gap:14px}.about-section-root .footer-links a{font-size:14px;font-weight:400;color:rgba(255,255,255,.55);text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.about-section-root .footer-links a:hover{color:white;transform:translateX(4px)}.about-section-root .footer-links a .link-emoji{font-size:14px;opacity:0;transform:translateX(-5px);transition:all .3s ease}.about-section-root .footer-links a:hover .link-emoji{opacity:1;transform:translateX(0)}.about-section-root .contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.about-section-root .contact-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.about-section-root .contact-icon svg{width:15px;height:15px}.about-section-root .contact-item:first-child .contact-icon{background:rgba(227,28,28,.1);color:var(--about-red)}.about-section-root .contact-item:nth-child(2) .contact-icon{background:rgba(255,107,53,.1);color:var(--about-orange)}.about-section-root .contact-item:nth-child(3) .contact-icon{background:rgba(255,186,8,.1);color:var(--about-yellow)}.about-section-root .contact-item:hover .contact-icon{transform:rotate(-6deg) scale(1.1)}.about-section-root .contact-text{font-size:13px;color:rgba(255,255,255,.55);line-height:1.5;text-decoration:none;transition:color .3s ease}.about-section-root .contact-text:hover{color:white}.about-section-root .contact-label{font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:2px}.about-section-root .footer-cta-banner{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 24px}.about-section-root .cta-card{background:linear-gradient(135deg,rgba(227,28,28,.08),rgba(255,107,53,.05));border:1px solid rgba(227,28,28,.12);border-radius:24px;padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.about-section-root .cta-card-text{display:flex;align-items:center;gap:16px}.about-section-root .cta-card-emoji{font-size:36px;animation:wiggle 3s ease-in-out infinite}@keyframes wiggle{0%,to{transform:rotate(0deg)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}.about-section-root .cta-card-text h3{font-family:var(--font-unbounded),"Unbounded",sans-serif;font-size:18px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px;color:white}.about-section-root .cta-card-text p{font-size:13px;color:rgba(255,255,255,.5);font-weight:300}.about-section-root .cta-card-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,var(--about-red),var(--about-red-deep));color:white;font-family:var(--font-lexend),"Lexend",sans-serif;font-size:13px;font-weight:600;text-decoration:none;border-radius:50px;border:none;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 20px var(--about-red-glow);flex-shrink:0}.about-section-root .cta-card-btn:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 10px 30px rgba(227,28,28,.4)}.about-section-root .cta-card-btn svg{width:16px;height:16px;transition:transform .3s ease}.about-section-root .cta-card-btn:hover svg:last-child{transform:translateX(3px)}.about-section-root .footer-bottom{position:relative;z-index:2;max-width:1100px;padding:32px 24px 36px;margin:40px auto 0;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.about-section-root .footer-copy{font-size:12px;color:rgba(255,255,255,.3);font-weight:400}.about-section-root .footer-legal{display:flex;gap:24px;flex-wrap:wrap}.about-section-root .footer-legal a{font-size:12px;color:rgba(255,255,255,.3);text-decoration:none;transition:color .3s ease}.about-section-root .footer-legal a:hover{color:rgba(255,255,255,.7)}.about-section-root .made-with{font-size:11px;color:rgba(255,255,255,.2);display:flex;align-items:center;gap:4px}.about-section-root .made-with .heart{color:var(--about-red);animation:heartBeat 2s ease-in-out infinite;display:inline-block}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:900px){.about-section-root .footer-main{grid-template-columns:1fr 1fr;gap:36px 32px;padding:48px 24px 36px}.about-section-root .footer-brand{grid-column:1/3}.about-section-root .brand-desc{max-width:100%}.about-section-root .cta-card{padding:28px}}@media (max-width:600px){.about-section-root .footer-main{grid-template-columns:1fr;gap:0;padding:36px 20px 28px;text-align:center}.about-section-root .footer-brand{padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:28px;display:flex;flex-direction:column;align-items:center;text-align:center}.about-section-root .footer-brand>div:first-child{display:flex;justify-content:center}.about-section-root .brand-desc{max-width:100%;margin:0 auto 20px}.about-section-root .socials{justify-content:center}.about-section-root .footer-col:nth-child(2),.about-section-root .footer-col:nth-child(3){display:none}.about-section-root .footer-col:nth-child(4){padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:28px}.about-section-root .footer-col:nth-child(4) .col-title{justify-content:center;margin-bottom:16px}.about-section-root .contact-item{justify-content:center;margin-bottom:12px}.about-section-root .contact-icon{width:32px;height:32px;border-radius:8px}.about-section-root .contact-icon svg{width:13px;height:13px}.about-section-root .contact-label{display:none}.about-section-root .contact-text{font-size:13px}.about-section-root .cta-card{flex-direction:column;text-align:center;padding:24px 20px;gap:14px;border-radius:18px}.about-section-root .cta-card-text{flex-direction:column;align-items:center;gap:10px}.about-section-root .cta-card-emoji{font-size:28px}.about-section-root .cta-card-text h3{font-size:15px}.about-section-root .cta-card-text p{font-size:12px}.about-section-root .cta-card-btn{width:100%;justify-content:center;padding:14px 28px;font-size:13px}.about-section-root .footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:8px;padding:20px 20px 24px;margin-top:24px}.about-section-root .footer-legal{justify-content:center;gap:14px}.about-section-root .footer-copy,.about-section-root .footer-legal a{font-size:11px}.about-section-root .made-with{font-size:10px}.about-section-root .f-dot{display:none}}