.about .main-content,.legal .main-content{animation:fadeIn 1.2s ease-in-out;padding:0 2rem 1.5rem;color:bisque;text-align:center;margin-top:clamp(10rem,10vw,11.5rem);}.about .subtitle,.legal .subtitle{font-family:'Quicksand',sans-serif;font-size:1.6rem;font-weight:400;color:#f8f2e7;margin-bottom:0.5rem;}.about .title,.legal .title{font-family:'Quicksand',sans-serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;text-transform:uppercase;color:#e0c9a9;margin-bottom:2rem;letter-spacing:2px;}.about-blur-box{max-width:1000px;width:100%;margin:0 auto;background:rgba(20,20,20,0.55);backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border:1px solid rgba(255,255,255,0.08);border-radius:20px;padding:3.5rem 2.5rem;box-shadow:0 15px 35px rgba(0,0,0,0.4);transition:background 0.4s ease,backdrop-filter 0.4s ease;will-change:backdrop-filter,background;}.section-catchphrase{color:#e0c9a9;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-0.2px;}.about-blur-box .description{font-family:'Quicksand',sans-serif;font-size:1.05rem;line-height:1.75;letter-spacing:0.1px;color:rgba(255,255,255,0.75);margin-bottom:1.25rem;text-align:justify;}.about-text-only .description{max-width:none;margin:0 auto 1.25rem auto;padding:0;text-align:center;text-wrap:pretty;}.about-text-only .description-relaxed{max-width:860px;width:860px;position:relative;left:50%;transform:translateX(-50%);}@media (max-width:900px){.about-text-only .description-relaxed{max-width:100%;width:auto;position:static;left:auto;transform:none;}}.about-text-only{max-width:760px;margin:0 auto;}.max-w-700{max-width:700px;}.legal-content{max-width:820px;margin:0 auto;text-align:left;}.legal-updated{color:rgba(255,255,255,0.5);font-size:0.85rem;margin-bottom:2rem;}.legal-section-title{color:#e0c9a9;font-size:1.15rem;font-weight:600;margin-top:2rem;margin-bottom:0.75rem;letter-spacing:-0.1px;}.legal-content .description{text-align:left;}.legal-content ul{color:rgba(255,255,255,0.75);font-family:'Quicksand',sans-serif;font-size:1.05rem;line-height:1.75;padding-left:1.3rem;margin-bottom:1.25rem;}.legal-content ul li{margin-bottom:0.4rem;}.pillar-card{background:rgba(255,255,255,0.03);border:1px solid rgba(224,201,169,0.15);border-radius:12px;transition:all 0.3s ease;}.pillar-card:hover{transform:translateY(-3px);background:rgba(224,201,169,0.05);border-color:rgba(224,201,169,0.3);}.pillar-icon{display:flex;align-items:center;justify-content:center;margin-bottom:0.6rem;color:#e0c9a9;}.pillar-icon svg{width:30px;height:30px;transition:transform 0.3s ease;}.pillar-card:hover .pillar-icon svg{transform:translateY(-2px) scale(1.05);}.pillar-title{color:#ffffff;font-weight:600;font-size:0.92rem;}.gallery-carousel-wrapper{position:relative;width:100%;margin-top:2rem;overflow:hidden;}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%) scale(0.8);width:46px;height:46px;border-radius:50%;background:rgba(20,20,20,0.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(224,201,169,0.35);color:#e0c9a9;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);box-shadow:0 4px 15px rgba(0,0,0,0.4);opacity:0;pointer-events:none;}.carousel-arrow:hover{background:rgba(224,201,169,0.25);border-color:#e0c9a9;color:#ffffff;transform:translateY(-50%) scale(1.1) !important;box-shadow:0 6px 20px rgba(224,201,169,0.35);}.carousel-arrow.prev{left:15px;}.carousel-arrow.next{right:15px;}.gallery-carousel-track{display:flex;gap:1.5rem;padding:1rem 0.5rem;overflow-x:auto;scroll-behavior:smooth;cursor:grab;user-select:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;}.gallery-carousel-track::-webkit-scrollbar{display:none;}.gallery-carousel-track.active{cursor:grabbing;}.gallery-carousel-item{flex:0 0 280px;height:380px;border-radius:16px;overflow:hidden;position:relative;border:1px solid rgba(224,201,169,0.15);box-shadow:0 8px 25px rgba(0,0,0,0.35);transition:transform 0.3s ease,box-shadow 0.3s ease;cursor:pointer;}.gallery-carousel-item:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(224,201,169,0.2);}.gallery-carousel-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s cubic-bezier(0.16,1,0.3,1);}.gallery-carousel-item:hover .gallery-carousel-img{transform:scale(1.08);}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(26,26,26,0.4);opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity 0.3s ease;}.gallery-icon{font-size:1.5rem;color:#e0c9a9;transform:scale(0.8);transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);}.gallery-carousel-item:hover .gallery-overlay{opacity:1;}.gallery-carousel-item:hover .gallery-icon{transform:scale(1);}@keyframes fadeIn{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}@media (max-width:768px){.about-blur-box{padding:2.5rem 1.5rem;border-radius:12px;background:rgba(20,20,20,0.65);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);}.gallery-carousel-item{flex:0 0 200px;height:270px;border-radius:12px;}.carousel-arrow{display:none !important;}}@media (max-width:576px){.about .main-content{margin-top:7rem;}.about-blur-box{padding:2rem 1rem;}.section-catchphrase{font-size:1.35rem;}.about-blur-box .description{font-size:0.95rem;}}.gallery-modal .modal-content{background:transparent !important;border:none !important;}.gallery-modal .modal-body{padding:0 !important;}.gallery-modal #galleryModalImg{max-height:80vh;width:auto;max-width:100%;object-fit:contain;border:3px solid rgba(224,201,169,0.3);box-shadow:0 20px 50px rgba(0,0,0,0.8) !important;transition:transform 0.3s cubic-bezier(0.16,1,0.3,1);}.custom-close-btn{position:absolute;top:15px;right:15px;width:38px;height:38px;border-radius:50%;background:rgba(20,20,20,0.65);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(224,201,169,0.35);color:#e0c9a9;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);padding:0;box-shadow:0 4px 15px rgba(0,0,0,0.4);}.custom-close-btn:hover{background:rgba(224,201,169,0.25);border-color:#e0c9a9;color:#ffffff;transform:scale(1.1);box-shadow:0 6px 20px rgba(224,201,169,0.3);}