@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");:root{--font-primary:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;--primary:#2a5c3d;--primary-hover:#1e432c;--primary-light:#e8f3ec;--primary-glow:rgba(42,92,61,.15);--secondary:#e3b23c;--secondary-hover:#c99b2e;--secondary-light:#fef8e7;--accent-sage:#6b9080;--dark-base:#0f172a;--dark-card:#1e293b;--bg-main:#f8fafc;--bg-card:#fff;--text-main:#2c3e50;--text-muted:#475569;--text-light:#94a3b8;--text-white:#fff;--border-light:#e2e8f0;--border-dark:#334155;--shadow-sm:0 1px 3px rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(42,92,61,.06),0 2px 4px -2px rgba(42,92,61,.04);--shadow-lg:0 20px 25px -5px rgba(42,92,61,.1),0 8px 10px -6px rgba(42,92,61,.04);--shadow-glow:0 10px 30px -5px rgba(42,92,61,.25);--radius-sm:0.5rem;--radius-md:0.75rem;--radius-lg:1.25rem;--radius-full:9999px;--transition-fast:0.2s cubic-bezier(0.16,1,0.3,1);--transition-normal:0.3s cubic-bezier(0.16,1,0.3,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:5.5rem;font-family:var(--font-primary);color:var(--text-main);-webkit-font-smoothing:antialiased}body,html{background-color:var(--bg-main)}body{min-height:100vh;line-height:1.6;overflow-x:hidden;background-image:linear-gradient(hsla(0,0%,100%,.8),hsla(0,0%,100%,.8)),url(/images/workshop-bg.png);background-position:50%;background-repeat:no-repeat;background-size:contain;background-attachment:fixed}h1,h2,h3,h4,h5,h6{color:var(--dark-base);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}button{font-family:inherit;cursor:pointer;border:none;background:none}.glass-header{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(0,0%,100%,.93);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.8);transition:all var(--transition-normal)}.glass-header.scrolled{background:hsla(0,0%,100%,.98);box-shadow:var(--shadow-md)}.section-container{max-width:85%;margin:0 auto;padding:5rem 1.5rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;background-color:var(--primary-light);border-radius:var(--radius-full);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.section-badge,.section-title{color:var(--primary);margin-bottom:1rem}.section-title{font-size:2.25rem;font-weight:800;letter-spacing:-.02em}@media (min-width:768px){.section-title{font-size:2.75rem}}.section-subtitle{color:var(--text-muted);font-size:1.125rem;max-width:650px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:var(--text-white);padding:.85rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;box-shadow:var(--shadow-glow);transition:all var(--transition-fast)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 35px -5px rgba(42,92,61,.35);background:linear-gradient(135deg,#34704b,#173523)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:var(--bg-card);color:var(--primary);border:2px solid var(--primary);padding:.85rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;transition:all var(--transition-fast)}.btn-secondary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,var(--secondary),var(--secondary-hover));color:#fff;padding:.85rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;box-shadow:0 10px 25px -5px rgba(227,178,60,.35);transition:all var(--transition-fast)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 14px 30px -5px rgba(227,178,60,.45)}.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background-color:#25d366;color:#fff;padding:.85rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;box-shadow:0 10px 25px -5px rgba(37,211,102,.3);transition:all var(--transition-fast)}.btn-whatsapp:hover{background-color:#1ea952;transform:translateY(-2px);box-shadow:0 14px 30px -5px rgba(37,211,102,.4)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s cubic-bezier(.16,1,.3,1) forwards}.floating-actions{position:fixed;bottom:2rem;right:2rem;z-index:90;display:flex;flex-direction:column;gap:.75rem}.floating-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-lg);transition:all var(--transition-fast)}.floating-btn:hover{transform:scale(1.1)}.floating-btn.wa{background:#25d366}.floating-btn.phone{background:var(--primary)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#2a5c3d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1e432c}.app-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 0 auto}.nav-inner-padding{padding:.6rem 1.5rem}.nav-flex-row{justify-content:space-between;gap:2rem}.brand-logo-link,.nav-flex-row{display:flex;align-items:center}.brand-logo-link{gap:.75rem;text-decoration:none;flex-shrink:0}.brand-logo-icon{width:44px;height:44px;object-fit:cover;object-position:center 12%;border-radius:10px;transition:transform .3s ease;filter:drop-shadow(0 2px 6px rgba(42,92,61,.15))}.brand-logo-link:hover .brand-logo-icon{transform:scale(1.05)}.brand-logo-text-group{display:flex;flex-direction:column;justify-content:center}.brand-logo-main{font-size:1.3rem;font-weight:900;color:#2a5c3d;letter-spacing:.05em;line-height:1}.brand-logo-sub{font-size:.75rem;font-weight:700;color:#e3b23c;letter-spacing:.12em;text-transform:uppercase;line-height:1;margin-top:3px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:1.75rem;flex:1 1}.nav-link{font-weight:600;color:#2c3e50;font-size:.95rem}.nav-call-btn{padding:.65rem 1.35rem;font-size:.95rem;border-radius:9999px}.mobile-toggle{padding:.5rem;color:#2a5c3d}@media (min-width:768px){.mobile-toggle{display:none!important}}@media (max-width:767px){.desktop-nav{display:none!important}}.mobile-drawer{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 10px 25px rgba(0,0,0,.1)}.mobile-drawer-link{font-weight:600;font-size:1.1rem;color:#2a5c3d}.mobile-drawer-divider{border:0;border-top:1px solid #f1f5f9}.mobile-drawer-legal-group{display:flex;flex-direction:column;gap:.75rem}.mobile-legal-btn{text-align:left;color:#64748b;font-size:.95rem}.mobile-call-btn{margin-top:.5rem;width:100%}.about-section,.contact-section,.faq-section,.hero-section,.reviews-section,.services-section{padding:3rem 1.5rem}.hero-section{position:relative;padding-top:6.5rem;padding-bottom:2rem;background:transparent;overflow:hidden}.about-section>.section-container,.contact-section>.section-container,.faq-section>.section-container,.hero-section>.section-container,.reviews-section>.section-container,.services-section>.section-container{background:hsla(0,0%,100%,.88);border:1px solid hsla(0,0%,100%,.95);border-radius:2rem;padding:4rem 3rem;box-shadow:0 20px 40px -15px rgba(42,92,61,.08),0 0 0 1px rgba(226,232,240,.8);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.about-section>.section-container:hover,.contact-section>.section-container:hover,.faq-section>.section-container:hover,.hero-section>.section-container:hover,.reviews-section>.section-container:hover,.services-section>.section-container:hover{border-color:rgba(42,92,61,.3);box-shadow:0 25px 50px -12px rgba(42,92,61,.14),0 0 0 1px rgba(42,92,61,.2)}@media (max-width:768px){.about-section,.contact-section,.faq-section,.hero-section,.reviews-section,.services-section{padding:1.5rem .75rem}.hero-section{padding-top:5.5rem}.about-section>.section-container,.contact-section>.section-container,.faq-section>.section-container,.hero-section>.section-container,.reviews-section>.section-container,.services-section>.section-container{padding:2.25rem 1.25rem;border-radius:1.25rem}}.hero-bg-glow{position:absolute;top:-10%;right:-5%;width:550px;height:550px;background:radial-gradient(circle,rgba(42,92,61,.12) 0,hsla(0,0%,100%,0) 70%);border-radius:50%;pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr;grid-gap:3.5rem;gap:3.5rem;align-items:center}.hero-content-col{max-width:820px}.hero-status-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.45rem 1.1rem;border-radius:9999px;background:#fff;border:1px solid #c2e0cf;box-shadow:0 2px 8px rgba(42,92,61,.08);margin-bottom:1.5rem}.status-dot{width:10px;height:10px;border-radius:50%;background-color:#22c55e;box-shadow:0 0 10px #22c55e}.hero-status-text{font-size:.88rem;font-weight:700;color:#2a5c3d}.hero-title{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;color:#2a5c3d;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.25rem}.title-highlight{color:#e3b23c;display:inline-block}.hero-description{font-size:1.2rem;color:#475569;line-height:1.6;margin-bottom:2rem;max-width:680px}.hero-bullets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2.5rem}.hero-bullet-item{display:flex;align-items:center;gap:.6rem}.hero-bullet-text{font-weight:600;color:#2c3e50;font-size:.95rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-btn-padding{padding:1rem 2rem;font-size:1.05rem}.about-section{background-color:transparent}.about-header{text-align:center;margin-bottom:4rem}.about-subtitle-margin{margin:0 auto}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.about-card{padding:2.5rem 2rem;border-radius:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.03);transition:transform .3s ease}.about-card:hover{transform:translateY(-4px)}.about-icon-green{background-color:#e8f3ec;color:#2a5c3d}.about-icon-gold,.about-icon-green{width:54px;height:54px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.about-icon-gold{background-color:#fef8e7;color:#e3b23c}.about-card-title{font-size:1.35rem;margin-bottom:.75rem;color:#2a5c3d}.about-card-desc{color:#475569;line-height:1.6}.location-card{border-radius:1.5rem;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px rgba(0,0,0,.05);background:#fff}.location-header{padding:1.75rem 2rem;background-color:#2a5c3d;color:#fff;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.location-info-row{display:flex;align-items:center;gap:.75rem}.location-title{color:#fff;font-size:1.1rem}.location-desc{color:#d1e7dd;font-size:.9rem}.location-btn-pill{padding:.6rem 1.25rem;font-size:.85rem;border-radius:9999px}.location-map-wrapper{position:relative;width:100%;height:380px}.location-map-iframe{border:0;width:100%;height:100%}.services-section{background-color:transparent}.services-header{text-align:center;margin-bottom:3rem}.services-subtitle{margin:0 auto 1.5rem}.services-gallery-btn{padding:.75rem 1.5rem;font-size:.95rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:2rem;gap:2rem}.service-card{background:#fff;border-radius:1.25rem;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.03);transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 25px -5px rgba(0,0,0,.08)}.service-img-container{position:relative;height:220px;overflow:hidden}.service-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card-img{transform:scale(1.06)}.service-badge{position:absolute;top:1rem;right:1rem;background:rgba(15,23,42,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:.35rem .8rem;border-radius:9999px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.4rem}.service-card-body{padding:1.75rem;display:flex;flex-direction:column;flex:1 1}.service-subtitle{font-size:.85rem;font-weight:700;color:#e3b23c;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.service-title{font-size:1.4rem;color:#2a5c3d;margin-bottom:.75rem}.service-desc{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.service-features-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.75rem}.service-feature-item{display:flex;align-items:center;gap:.5rem}.service-feature-text{font-size:.88rem;color:#334155;font-weight:500}.service-card-footer{margin-top:auto;padding-top:1.25rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;color:#2a5c3d;font-weight:700;font-size:.9rem}.reviews-section{background-color:transparent}.reviews-header{text-align:center;margin-bottom:4rem}.reviews-subtitle-margin{margin:0 auto}.reviews-overall-banner{display:inline-flex;align-items:center;gap:1rem;margin-top:1.5rem;padding:.75rem 1.75rem;border-radius:9999px;background-color:#fef8e7;border:1px solid #fde68a}.reviews-num{font-size:1.35rem;font-weight:800;color:#92400e}.reviews-stars-row{display:flex;align-items:center;gap:.25rem}.reviews-banner-text{font-size:.9rem;font-weight:600;color:#78350f}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.review-card{background:#fff;padding:2rem;border-radius:1.25rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.03);display:flex;flex-direction:column;position:relative}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.review-author-name{font-size:1.1rem;color:#2a5c3d;margin-bottom:.15rem}.review-author-loc{font-size:.85rem;color:#64748b}.review-badge{display:inline-block;padding:.25rem .75rem;background-color:#e8f3ec;color:#2a5c3d;border-radius:9999px;font-size:.8rem;font-weight:600;margin-bottom:1rem;align-self:flex-start}.review-text{color:#334155;font-size:.95rem;line-height:1.7;font-style:italic}.faq-section{background-color:transparent}.faq-container{max-width:900px}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-subtitle-margin{margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 2px 4px rgba(0,0,0,.02);overflow:hidden;transition:border-color .2s ease}.faq-item.active{border-color:#2a5c3d}.faq-question-btn{width:100%;padding:1.35rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left}.faq-question-text{font-size:1.1rem;font-weight:700;color:#2a5c3d}.faq-icon-box{width:32px;height:32px;border-radius:50%;background-color:#e8f3ec;color:#2a5c3d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-answer-box{border-top:1px solid #f1f5f9;margin-top:.5rem;padding:1rem 1.75rem 1.5rem}.faq-answer-text{color:#475569;font-size:.98rem;line-height:1.7}.contact-section{background-color:transparent}.contact-header{text-align:center;margin-bottom:4rem}.contact-subtitle-margin{margin:0 auto}.contact-direct-wrapper{max-width:1000px;margin:0 auto}.contact-direct-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.contact-direct-card{display:flex;align-items:center;gap:1.25rem;padding:2rem;border-radius:1.25rem;background-color:#f8fafc;border:2px solid #e2e8f0;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.03)}.contact-direct-card:hover{border-color:#2a5c3d;transform:translateY(-4px);box-shadow:0 12px 20px -5px rgba(42,92,61,.15)}.contact-card-icon-box{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card-icon-green{background-color:#e8f3ec;color:#2a5c3d}.contact-card-icon-gold{background-color:#fef8e7;color:#d97706}.contact-card-text-group{display:flex;flex-direction:column}.contact-card-label{display:block;font-size:.85rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.contact-card-value{display:block;font-size:1.15rem;font-weight:700;color:#0f172a}.contact-form-card{max-width:800px;margin:3.5rem auto 0;background-color:#fff;border-radius:1.5rem;padding:3rem 2.5rem;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px rgba(0,0,0,.05)}.contact-form-title{font-size:1.5rem;color:#2a5c3d;margin-bottom:.5rem}.contact-form-desc{color:#64748b;font-size:.95rem;margin-bottom:2rem}.contact-form-element{display:flex;flex-direction:column;gap:1.5rem}.form-row-2col{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.form-group-field{display:flex;flex-direction:column;gap:.5rem}.form-field-label{font-size:.9rem;font-weight:700;color:#334155}.form-field-input,.form-field-select,.form-field-textarea{padding:.85rem 1.1rem;border-radius:.75rem;border:1.5px solid #cbd5e1;font-size:.95rem;color:#0f172a;outline:none;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.form-field-input:focus,.form-field-select:focus,.form-field-textarea:focus{border-color:#2a5c3d;box-shadow:0 0 0 3px rgba(42,92,61,.12)}.form-field-textarea{resize:vertical;min-height:130px}.form-submit-btn{width:100%;padding:1rem;font-size:1.05rem}.form-success-card{padding:1.5rem;text-align:center;background-color:#f0fdf4;border-radius:1rem;border:1px solid #bbf7d0;margin-top:1.5rem}.form-success-icon-box{width:56px;height:56px;border-radius:50%;background-color:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.form-success-title{color:#166534;font-size:1.4rem;margin-bottom:.5rem}.form-success-desc{color:#15803d;font-size:.95rem;margin-bottom:1.5rem}.footer-element{background-color:#2a5c3d;color:#e8f3ec;padding-top:5rem;padding-bottom:2.5rem}.footer-section-padding{padding-bottom:3rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:3rem;gap:3rem}.footer-logo-wrapper{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.footer-brand-logo-icon{width:44px;height:44px;object-fit:cover;object-position:center 12%;border-radius:10px;filter:brightness(1.1) drop-shadow(0 2px 8px rgba(0,0,0,.2))}.footer-logo-text-group{display:flex;flex-direction:column;justify-content:center}.footer-logo-main{font-size:1.35rem;font-weight:900;color:#fff;letter-spacing:.05em;line-height:1}.footer-logo-sub{font-size:.75rem;font-weight:700;color:#e3b23c;letter-spacing:.12em;text-transform:uppercase;line-height:1;margin-top:3px}.footer-brand-desc{font-size:.9rem;line-height:1.6;color:#d1e7dd;margin-bottom:1.5rem}.footer-col-title{color:#fff;font-size:1.05rem;margin-bottom:1.25rem;font-weight:700}.footer-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;font-size:.9rem}.footer-link-item{color:#d1e7dd;transition:color .2s ease}.footer-link-item:hover{color:#e3b23c}.footer-btn-item{color:#d1e7dd;text-align:left;transition:color .2s ease}.footer-btn-item:hover{color:#e3b23c}.footer-contact-list{display:flex;flex-direction:column;gap:.75rem;font-size:.9rem}.footer-contact-row{display:flex;align-items:center;gap:.6rem}.footer-email-text{font-size:.82rem}.footer-bottom-bar{border-top:1px solid hsla(0,0%,100%,.15);padding-top:2rem;text-align:center;font-size:.85rem;color:#d1e7dd}.gallery-modal-overlay{position:fixed;inset:0;z-index:200;background-color:rgba(15,23,42,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.gallery-modal-card{width:100%;max-width:1240px;height:90vh;background-color:#fff;border-radius:1.75rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 60px -15px rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.2)}.gallery-header-bar{padding:1.35rem 2.25rem;background:linear-gradient(135deg,#1b3f29,#2a5c3d);color:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.1)}.gallery-header-left{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.gallery-header-title{color:#fff;font-size:1.45rem;font-weight:800;letter-spacing:-.01em}.gallery-header-count{color:#64748b;font-size:.88rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem}.gallery-close-btn{width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.15);color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .25s ease}.gallery-close-btn:hover{background-color:rgba(239,68,68,.9);transform:rotate(90deg)}.gallery-tabs-scroll{padding:1.1rem 2.25rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:.75rem;overflow-x:auto;scrollbar-width:thin}.gallery-tab-btn{padding:.6rem 1.25rem;border-radius:9999px;font-size:.9rem;font-weight:700;white-space:nowrap;transition:all .25s ease;background-color:#fff;color:#475569;border:1.5px solid #cbd5e1;cursor:pointer}.gallery-tab-btn:hover{border-color:#2a5c3d;color:#2a5c3d}.gallery-tab-btn.active{background-color:#2a5c3d;color:#fff;border-color:#2a5c3d;box-shadow:0 4px 12px rgba(42,92,61,.25)}.gallery-body-content{padding:2.25rem;overflow-y:auto;flex:1 1;background-color:#f1f5f9}.gallery-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.gallery-photo-card{position:relative;border-radius:1.25rem;overflow:hidden;aspect-ratio:4/3;cursor:pointer;background-color:#e2e8f0;box-shadow:0 4px 15px rgba(0,0,0,.08);border:1px solid hsla(0,0%,100%,.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.gallery-photo-card:hover{transform:translateY(-5px);box-shadow:0 20px 30px -10px rgba(42,92,61,.2)}.gallery-photo-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-photo-card:hover .gallery-photo-img{transform:scale(1.06)}.gallery-photo-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.75) 0,rgba(15,23,42,.15));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-photo-card:hover .gallery-photo-overlay{opacity:1}.gallery-zoom-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:9999px;background-color:#2a5c3d;color:#fff;font-size:.88rem;font-weight:700;box-shadow:0 4px 15px rgba(0,0,0,.3);transform:translateY(10px);transition:transform .3s ease}.gallery-photo-card:hover .gallery-zoom-pill{transform:translateY(0)}.lightbox-overlay{position:fixed;inset:0;z-index:300;background-color:rgba(15,23,42,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:2rem}.lightbox-close-btn,.lightbox-overlay{display:flex;align-items:center;justify-content:center}.lightbox-close-btn{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background-color:hsla(0,0%,100%,.15);color:#fff;border:none;cursor:pointer;transition:all .2s ease;z-index:310}.lightbox-close-btn:hover{background-color:rgba(239,68,68,.9);transform:rotate(90deg)}.lightbox-nav-next,.lightbox-nav-prev{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;background-color:hsla(0,0%,100%,.18);color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .25s ease;z-index:310}.lightbox-nav-prev{left:1.5rem}.lightbox-nav-next{right:1.5rem}.lightbox-nav-next:hover,.lightbox-nav-prev:hover{background-color:#2a5c3d;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(42,92,61,.4)}.lightbox-image-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:88vw;max-height:85vh}.lightbox-img-element{max-width:100%;max-height:75vh;object-fit:contain;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.7);border:1px solid hsla(0,0%,100%,.15)}.lightbox-counter-badge{margin-top:1.25rem;background-color:rgba(15,23,42,.85);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.3)}.legal-modal-overlay{position:fixed;inset:0;z-index:250;background-color:rgba(15,23,42,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:legalModalFadeIn .25s ease-out}@keyframes legalModalFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.legal-modal-card{width:100%;max-width:920px;max-height:88vh;background-color:#fff;border-radius:1.25rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.2)}.legal-modal-header{padding:1rem 1.5rem;background-color:#0f172a;color:#fff;justify-content:space-between;gap:1rem;border-bottom:1px solid #1e293b}.legal-modal-header,.legal-tab-group{display:flex;flex-wrap:wrap;align-items:center}.legal-tab-group{gap:.5rem}.legal-tab-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:.5rem;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;background-color:hsla(0,0%,100%,.08);color:#cbd5e1}.legal-tab-btn.active{background-color:#d97706;color:#fff}.legal-close-btn{width:36px;height:36px;border-radius:50%;background-color:hsla(0,0%,100%,.1);color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .2s ease}.legal-close-btn:hover{background-color:rgba(239,68,68,.8)}.legal-modal-content{padding:2rem;overflow-y:auto;flex:1 1;color:#334155;scroll-behavior:smooth}.legal-modal-content h1{font-size:1.65rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;line-height:1.3}.legal-modal-content h2{font-size:1.2rem;font-weight:700;color:#0f172a;margin-top:1.75rem;margin-bottom:.75rem;padding:.4rem .75rem;background-color:#f8fafc;border-left:4px solid #d97706;border-radius:4px}.legal-modal-content h3{font-size:1.05rem;font-weight:700;color:#1e293b;margin-top:1.25rem;margin-bottom:.5rem}.legal-modal-content p{font-size:.95rem;line-height:1.75;color:#334155;margin-bottom:1rem}.legal-modal-content strong{color:#0f172a;font-weight:600}.legal-modal-content a{color:#d97706;font-weight:600;text-decoration:underline;transition:color .2s ease}.legal-modal-content a:hover{color:#b45309}.legal-modal-content ol,.legal-modal-content ul{padding-left:1.5rem;margin-bottom:1rem}.legal-modal-content li{font-size:.95rem;line-height:1.7;color:#334155;margin-bottom:.4rem}.legal-modal-content hr{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.cookie-banner-wrapper{position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem;max-width:600px;z-index:200;background-color:#fff;border-radius:1.25rem;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px rgba(15,23,42,.15),0 8px 10px -6px rgba(15,23,42,.1)}.cookie-banner-flex{display:flex;align-items:flex-start;gap:1rem}.cookie-icon-box{width:40px;height:40px;border-radius:50%;background-color:#fef3c7;color:#d97706;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cookie-content-col{flex:1 1}.cookie-title{font-size:1.1rem;margin-bottom:.4rem;color:#0f172a}.cookie-desc{color:#475569;font-size:.88rem;line-height:1.5;margin-bottom:1rem}.cookie-actions-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.cookie-btn-padding{padding:.55rem 1.25rem;font-size:.88rem}.cookie-privacy-link{color:#64748b;font-size:.85rem;text-decoration:underline;margin-left:auto}