:root{--primary:#1b2b39;--primary-light:#2c4254;--secondary:#006847;--secondary-light:#008159;--accent:#ffb81c;--bg-color:#fff;--bg-secondary:#f8f9fa;--text-color:#1a1a1a;--text-muted:#555;--white:#fff;--radius:6px;--glass:#ffffffe6;--glass-dark:#1b2b39f2;--shadow-sm:0 2px 10px #0000000d;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 10px 40px #0000001f;--transition:all .4s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-color);background:var(--bg-color);font-family:Crimson Pro,Georgia,serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--primary);border:3px solid var(--bg-color);border-radius:5px}.navigation{z-index:1000;background:var(--white);transition:var(--transition);border-bottom:1px solid #00000014;position:fixed;top:0;left:0;right:0}.navigation.scrolled{box-shadow:var(--shadow-sm);padding:.25rem 0}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex}.nav-brand{cursor:pointer;align-items:center;gap:.75rem;display:flex}.brand-icon{background:var(--primary);border-radius:var(--radius);width:44px;height:44px;color:var(--white);justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:18px;font-weight:700;display:flex}.brand-text{flex-direction:column;display:flex}.brand-name{letter-spacing:-.01em;color:var(--primary);font-family:Playfair Display,serif;font-size:20px;font-weight:700}.brand-tagline{color:var(--secondary);letter-spacing:.2em;text-transform:uppercase;font-size:9px;font-weight:800}.nav-links{align-items:center;gap:3rem;display:flex}.nav-links a{color:var(--primary);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;font-size:15px;font-weight:600;text-decoration:none;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--secondary)}.nav-links a.active:after{content:"";background:var(--secondary);height:2px;position:absolute;bottom:-4px;left:0;right:0}.nav-cta{background:var(--primary);color:var(--white);border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.1em;border:none;padding:.8rem 1.75rem;font-size:13px;font-weight:700}.nav-cta:hover{background:var(--secondary);transform:translateY(-1px)}.hero{background:var(--primary);min-height:90vh;color:var(--white);align-items:center;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.hero-background:after{content:"";background:linear-gradient(90deg, var(--primary) 0%, #1b2b39b3 100%);z-index:1;position:absolute;inset:0}.hero-background-img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:2;text-align:left;max-width:800px;margin-left:5%;position:relative}.hero-badge{background:var(--secondary);border-radius:var(--radius);letter-spacing:.15em;text-transform:uppercase;color:var(--white);align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:12px;font-weight:800;display:inline-flex}.hero-title{color:var(--white);margin-bottom:2rem;font-size:clamp(3rem,8vw,5rem);line-height:1.1}.highlight{color:var(--accent)}.hero-subtitle{color:#ffffffe6;max-width:650px;margin-bottom:3.5rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6}.hero-cta{justify-content:flex-start;gap:1.5rem;margin-bottom:0;display:flex}.btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.1em;border:none;align-items:center;gap:.75rem;padding:1.1rem 2.25rem;font-size:15px;font-weight:700;display:inline-flex}.btn-primary{background:var(--secondary);color:var(--white)}.btn-primary:hover{background:var(--secondary-light);transform:translateY(-2px)}.btn-secondary{color:var(--white);background:0 0;border:1px solid #ffffff4d}.btn-secondary:hover{border-color:var(--white);background:#ffffff1a}.hero-stats{border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:flex-start;gap:4rem;margin-top:4rem;padding-top:3rem;display:flex}.stat{text-align:left}.stat-number{color:var(--accent);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:800;line-height:1}.stat-label{color:#ffffffa6;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:700}.services-section{background:var(--white);padding:10rem 2rem}.section-header{text-align:center;margin-bottom:6rem}.section-title{color:var(--primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem)}.section-subtitle{color:var(--text-muted);max-width:750px;margin:0 auto;font-size:1.25rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(min(380px,100%),1fr));gap:2.5rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius);box-shadow:none;cursor:pointer;transition:var(--transition);border:1px solid #0000001a;padding:3rem;position:relative;overflow:hidden}.service-card:hover{border-color:var(--secondary);box-shadow:var(--shadow-md);transform:translateY(-8px)}.service-icon{width:90px;height:90px;box-shadow:var(--shadow-md);transition:var(--transition);border-radius:24px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.service-card:hover .service-icon{transform:scale(1.1)rotate(5deg)}.service-title{color:var(--text-color);margin-bottom:1.25rem;font-size:1.75rem}.service-description{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.service-details{max-height:0;transition:max-height .6s cubic-bezier(.4,0,.2,1);overflow:hidden}.service-details.expanded{border-top:1px solid #0000000d;max-height:800px;margin-top:2rem;padding-top:2rem}.service-headline{color:var(--primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.service-benefits{gap:1rem;margin-bottom:2.5rem;display:grid}.benefit-item{color:#333;align-items:center;gap:1rem;font-size:16px;display:flex}.service-cta{width:100%;color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem 2rem;font-weight:700;display:flex}.process-section{background:var(--bg-secondary);padding:10rem 2rem}.process-timeline{max-width:1000px;margin:0 auto;position:relative}.process-timeline:before{content:"";background:var(--primary);opacity:.1;width:1px;position:absolute;top:0;bottom:0;left:45px}.process-item{gap:3rem;margin-bottom:4rem;display:flex;position:relative}.process-step{background:var(--primary);border-radius:var(--radius);width:90px;height:90px;color:var(--white);z-index:2;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:flex}.process-content{flex:1;padding-top:1rem}.process-title{color:var(--primary);margin-bottom:.75rem;font-size:1.75rem}.process-description{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.testimonials-section{background:var(--bg-secondary);padding:10rem 2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));gap:3rem;margin-top:4rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius);box-shadow:none;border:1px solid #0000000d;padding:3.5rem;position:relative}.quote-mark{color:#0068471a;font-family:Playfair Display,serif;font-size:6rem;line-height:1;position:absolute;top:1rem;left:2rem}.testimonial-quote{z-index:1;color:#333;margin-bottom:2.5rem;font-size:1.2rem;font-style:italic;line-height:1.8;position:relative}.testimonial-author{border-top:1px solid #00684733;padding-top:2rem}.author-name{color:var(--primary);font-size:1.2rem;font-weight:700}.author-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.contact-section{background:var(--primary);color:var(--white);padding:10rem 2rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(min(400px,100%),1fr));align-items:start;gap:6rem;display:grid}.contact-info .section-title{color:var(--white);margin-bottom:1.5rem}.contact-description{color:#ffffffb3;margin-bottom:4rem;font-size:1.25rem;line-height:1.8}.contact-methods{flex-direction:column;gap:3rem;display:flex}.contact-method{align-items:center;gap:2rem;display:flex}.contact-method .icon-wrapper{border-radius:var(--radius);width:56px;height:56px;color:var(--accent);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.method-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem;font-size:.75rem;font-weight:800}.method-value{color:var(--white);font-size:1.15rem}.contact-form{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);color:var(--primary);border:none;padding:4rem}.form-title{color:var(--primary);margin-bottom:2rem;font-size:2rem}.form-group{margin-bottom:1.5rem}.form-input{border-radius:var(--radius);width:100%;color:var(--primary);transition:var(--transition);background:#fdfdfd;border:1px solid #0000001a;padding:1rem;font-size:16px}.form-input:focus{border-color:var(--secondary);background:var(--white);outline:none}.btn-block{justify-content:center;width:100%}.footer{color:var(--text-muted);background:#fdfdfd;border-top:1px solid #0000000d;padding:8rem 2rem 4rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem;display:grid}.brand-icon-large{background:var(--primary);border-radius:var(--radius);width:60px;height:60px;color:var(--white);justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:24px;font-weight:700;display:flex}.footer-brand-name{color:var(--primary);margin-top:1.25rem;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700}.footer-tagline{color:var(--text-muted);max-width:320px;font-size:1rem}.footer-links h4{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.95rem;font-weight:800}.footer-links a{color:var(--text-muted);transition:var(--transition);margin-bottom:.85rem;font-size:.95rem;text-decoration:none;display:block}.footer-links a:hover{color:var(--secondary)}.footer-bottom{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:3rem;display:flex}.copyright{color:#999;font-size:.85rem}.footer-legal a{color:#999;margin-left:2rem;font-size:.85rem}.team-section{background:var(--white);padding:10rem 2rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:4rem;display:grid}.team-card{background:var(--white);transition:var(--transition);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.team-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #d4af3726}.team-image-container{height:400px;position:relative;overflow:hidden}.team-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.team-card:hover .team-image{transform:scale(1.05)}.team-overlay{opacity:0;transition:var(--transition);background:linear-gradient(#0f0f0f00 0%,#0f0f0fe6 100%);align-items:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.team-card:hover .team-overlay{opacity:1}.team-highlight{color:var(--white);transition:var(--transition);font-size:1rem;font-style:italic;line-height:1.6;transform:translateY(20px)}.team-card:hover .team-highlight{transform:translateY(0)}.team-info{text-align:center;padding:2.5rem}.team-name{color:var(--text-color);margin-bottom:.5rem;font-size:1.85rem}.team-role{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.team-divider{background:linear-gradient(90deg, var(--primary), var(--primary-light));width:40px;height:3px;transition:var(--transition);border-radius:2px;margin:0 auto}.team-card:hover .team-divider{width:80px}.insights-section{background:var(--bg-secondary);padding:10rem 2rem}.insights-container{grid-template-columns:1.2fr 1fr;gap:4rem;margin-top:4rem;display:grid}.featured-insight{border-radius:var(--radius);height:600px;box-shadow:var(--shadow-lg);cursor:pointer;position:relative;overflow:hidden}.insight-img-container{width:100%;height:100%}.insight-img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.featured-insight:hover .insight-img{transform:scale(1.05)}.insight-overlay{background:linear-gradient(to top, var(--primary) 0%, #1b2b3933 60%, transparent 100%);color:var(--white);flex-direction:column;justify-content:flex-end;padding:4rem;display:flex;position:absolute;inset:0}.insight-category{background:var(--secondary);color:var(--white);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:11px;font-weight:800;display:inline-block}.insight-title{color:var(--white);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2}.insight-excerpt{color:#fffc;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.insight-grid{grid-template-columns:1fr;gap:2rem;display:grid}.insight-card{background:var(--white);border-radius:var(--radius);transition:var(--transition);cursor:pointer;border:1px solid #0000000d;gap:2rem;padding:1.5rem;display:flex}.insight-card:hover{border-color:var(--secondary);box-shadow:var(--shadow-md);transform:translate(10px)}.insight-card-thumb{border-radius:var(--radius);flex-shrink:0;width:180px;height:120px;overflow:hidden}.insight-card-thumb img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.insight-card:hover .insight-card-thumb img{transform:scale(1.1)}.insight-card-content{flex:1}.insight-card-title{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.insight-card-meta{color:var(--text-muted);font-size:.85rem;font-weight:600}.view-all-link{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;transition:var(--transition);align-items:center;gap:.75rem;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.view-all-link:hover{color:var(--secondary);gap:1.25rem}.toast-notification{background:var(--white);border-radius:var(--radius);z-index:10000;border-left:5px solid var(--secondary);align-items:center;gap:1.5rem;min-width:400px;padding:1.5rem 2rem;animation:.5s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;position:fixed;bottom:3rem;right:3rem;box-shadow:0 20px 40px #00000026}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-icon{width:40px;height:40px;color:var(--secondary);background:#d4af371a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-title{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:1rem;font-weight:800}.toast-message{color:var(--text-muted);margin:0;font-size:.95rem}.toast-close{color:#ccc;cursor:pointer;transition:var(--transition);background:0 0;border:none;margin-left:auto;padding:.5rem}.toast-close:hover{color:var(--primary)}.view-profile-link{color:var(--secondary);transition:var(--transition);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.view-profile-link:hover{color:var(--primary);gap:.75rem}.team-detail-page{background:var(--white)}.team-detail-hero-bg{background:var(--bg-secondary)}.team-detail-hero{align-items:center;gap:5rem;max-width:1400px;margin:0 auto;padding:12rem 2rem 7rem;display:flex}.team-hero-img-wrap{flex:0 0 420px;width:420px}.team-hero-img{height:560px;position:relative}.team-hero-img img{object-fit:cover;border-radius:var(--radius);width:100%;height:100%;box-shadow:var(--shadow-lg);z-index:1;position:relative}.team-hero-accent{border:2px solid var(--secondary);border-radius:var(--radius);z-index:0;width:100%;height:100%;position:absolute;top:-16px;right:-16px}.team-hero-content{flex:1}.team-role-badge{background:var(--secondary);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-block}.team-mission{color:var(--primary);max-width:700px;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:1.75rem;font-style:italic;line-height:1.4}.team-hero-stats{border-top:1px solid #00000014;gap:4rem;padding-top:2.5rem;display:flex}.team-stat-item .stat-val{color:var(--primary);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800;line-height:1}.team-stat-item .stat-lab{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.8rem;font-weight:700}.team-detail-main{padding:7rem 2rem}.team-info-grid{grid-template-columns:1fr 380px;gap:5rem;display:grid}.bio-section{margin-bottom:4rem}.bio-section h3{color:var(--primary);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.75rem}.bio-section p{color:var(--text-muted);font-size:1.1rem;line-height:1.8}.specialties-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.spec-pill{background:var(--bg-secondary);border-radius:var(--radius);color:var(--primary);align-items:center;gap:1rem;padding:1.25rem;font-size:.95rem;font-weight:600;display:flex}.sidebar-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);margin-bottom:2rem;padding:2.5rem}.credentials-card h4{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1.75rem;font-size:1.35rem;display:flex}.credentials-card ul{padding:0;list-style:none}.credentials-card li{color:var(--text-muted);border-bottom:1px solid #0000000d;padding:.875rem 0;font-size:.95rem;font-weight:600}.testimonial-card-mini{background:var(--primary);color:var(--white)}.testimonial-card-mini .quote-icon{color:var(--secondary);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:3.5rem;line-height:1}.sidebar-socials{gap:1.25rem;margin-top:2rem;display:flex}.sidebar-socials a{color:var(--white);opacity:.6;transition:var(--transition)}.sidebar-socials a:hover{opacity:1;color:var(--secondary)}.expertise-detail-page{background:var(--white)}.detail-hero{height:60vh;color:var(--white);align-items:center;display:flex;position:relative;overflow:hidden}.detail-hero-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.detail-hero-bg img{object-fit:cover;width:100%;height:100%}.detail-hero-overlay{background:linear-gradient(90deg,#1b2b39e6 0%,#1b2b3966 100%);width:100%;height:100%;position:absolute;top:0;left:0}.detail-hero-content{z-index:1;max-width:800px;position:relative}.back-link{color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.85rem;font-weight:700;display:flex}.detail-hero h1{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(3rem,6vw,4.5rem)}.detail-tagline{opacity:.9;font-size:1.5rem;font-weight:300}.detail-main{padding:10rem 2rem}.detail-grid{grid-template-columns:1fr 400px;gap:8rem;display:grid}.info-block{margin-bottom:6rem}.info-block h3{color:var(--primary);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2rem}.info-block p{color:var(--text-muted);font-size:1.2rem;line-height:1.8}.features-list{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.feature-pill{background:var(--bg-secondary);border-radius:var(--radius);color:var(--primary);align-items:center;gap:1.25rem;padding:1.5rem;font-weight:600;display:flex}.stats-card{border-radius:var(--radius);box-shadow:var(--shadow-lg);margin-bottom:4rem;overflow:hidden}.stats-card-header{color:var(--white);text-transform:uppercase;letter-spacing:.2em;text-align:center;padding:2rem;font-weight:800}.stats-list{background:var(--white);padding:3rem}.stat-row{align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.stat-big-value{min-width:100px;font-family:Playfair Display,serif;font-size:3rem;font-weight:800}.stat-description strong{margin-bottom:.25rem;font-size:1.1rem;display:block}.stat-description p{color:var(--text-muted);font-size:.9rem}.cta-mini-card{background:var(--primary);color:var(--white);border-radius:var(--radius);padding:4rem}.cta-mini-card h4{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.5rem}.cta-mini-card p{opacity:.8;margin-bottom:2.5rem}.footer-socials{gap:1.25rem;margin-top:2.5rem;display:flex}.social-icon-link{width:44px;height:44px;color:var(--primary);transition:var(--transition);background:var(--white);border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon-link:hover{background:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 20px #1b2b3926}.expertise-container{grid-template-columns:360px 1fr;align-items:start;gap:3rem;margin-top:4rem;display:grid}.expertise-sidebar{flex-direction:column;gap:.5rem;display:flex;position:sticky;top:90px}.expertise-tab{background:var(--white);border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-align:left;border:1px solid #00000012;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.75rem;display:flex}.expertise-tab:hover{border-color:var(--secondary);background:#00684708;transform:translate(6px)}.expertise-tab.active{background:var(--primary);border-color:var(--primary);box-shadow:var(--shadow-md);transform:translate(10px)}.expertise-tab-icon{background:var(--bg-secondary);width:38px;height:38px;color:var(--primary);transition:var(--transition);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.expertise-tab.active .expertise-tab-icon{color:var(--accent);background:#ffffff1f}.expertise-tab-title{color:var(--primary);transition:var(--transition);font-size:.95rem;font-weight:600;line-height:1.3}.expertise-tab.active .expertise-tab-title{color:var(--white)}.expertise-content{background:var(--white);border-radius:var(--radius);border:1px solid #0000000d;min-height:520px;padding:4rem;animation:.4s expertiseFadeIn;position:relative;box-shadow:0 20px 50px #0000000f}@keyframes expertiseFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.expertise-display-headline{color:var(--primary);margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.2}.expertise-display-description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.expertise-pillars-grid{grid-template-columns:1fr 1fr;gap:1rem 2rem;display:grid}.pillar-item{align-items:flex-start;gap:.875rem;display:flex}.pillar-dot{background:var(--secondary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.45rem}.pillar-text{color:var(--primary);font-size:1rem;font-weight:600;line-height:1.4}.featured-testimonial{background:var(--bg-secondary);border-radius:var(--radius);grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;margin-bottom:8rem;padding:5rem;display:grid}.featured-testimonial-img{border-radius:var(--radius);width:100%;height:550px;box-shadow:var(--shadow-lg);overflow:hidden}.featured-testimonial-img img{object-fit:cover;width:100%;height:100%}.featured-quote{color:var(--primary);margin-bottom:3rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-style:italic;line-height:1.4}.testimonial-metrics{border-top:1px solid #00000014;gap:4rem;margin-top:4rem;padding-top:3rem;display:flex}.metric-item .metric-value{color:var(--secondary);font-family:Playfair Display,serif;font-size:2.8rem;font-weight:800;display:block}.metric-item .metric-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:800}.testimonial-avatar-mini{border:2px solid var(--bg-secondary);border-radius:50%;width:60px;height:60px;margin-bottom:2rem;overflow:hidden}.testimonial-avatar-mini img{object-fit:cover;width:100%;height:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.reveal{animation:1s cubic-bezier(.4,0,.2,1) both fadeInUp}.section-page-wrapper{padding-top:80px}.about-page-wrapper{text-align:center;min-height:80vh;padding-top:120px;padding-bottom:8rem}.expertise-cta-row{flex-wrap:wrap;align-items:center;gap:2rem;margin-top:3.5rem;display:flex}.nav-links-minimal{align-items:center;gap:2rem;display:flex}.nav-links-minimal a{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;transition:var(--transition);font-size:14px;font-weight:600;text-decoration:none}.nav-links-minimal a:not(.nav-cta):hover{color:var(--secondary)}.nav-links-minimal .nav-cta{background:var(--secondary);padding:.7rem 1.25rem;font-size:12px;color:var(--white)!important}.nav-links-minimal .nav-cta:hover{background:var(--primary);transform:translateY(-1px);color:var(--white)!important}.detail-footer{padding:4rem 2rem 3rem}.detail-footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.5rem;display:flex}.detail-footer-links a{color:var(--text-muted);transition:var(--transition);font-size:.9rem;font-weight:600;text-decoration:none}.detail-footer-links a:hover{color:var(--secondary)}@media (width<=768px){.nav-links-minimal{gap:1rem}.nav-links-minimal a:not(.nav-cta){display:none}.detail-footer{padding:3rem 1rem 2rem}.detail-footer-links{gap:1.25rem}}@media (width<=480px){.detail-footer{padding:2.5rem .875rem 1.5rem}}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.mobile-menu-btn{cursor:pointer;color:var(--primary);background:0 0;border:none;flex-shrink:0;padding:.25rem;display:none}.form-textarea{resize:vertical;min-height:140px;font-family:inherit}@media (width<=1200px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.contact-grid{gap:4rem}.expertise-container{grid-template-columns:280px 1fr;gap:2rem}.expertise-content{padding:3rem}.team-hero-grid{grid-template-columns:360px 1fr;gap:3.5rem}.team-info-grid{grid-template-columns:1fr 320px;gap:3.5rem}.detail-grid{grid-template-columns:1fr 360px;gap:5rem}.insights-container{gap:3rem}}@media (width<=1024px){.expertise-container{grid-template-columns:1fr;gap:1.5rem}.expertise-sidebar{grid-template-columns:1fr 1fr;gap:.5rem;display:grid;position:static}.expertise-tab{gap:.75rem;padding:1rem 1.25rem}.expertise-tab:hover,.expertise-tab.active{transform:none}.expertise-tab-icon{width:32px;height:32px}.expertise-tab-title{font-size:.875rem}.expertise-content{min-height:auto;padding:2.5rem}.expertise-pillars-grid{grid-template-columns:1fr 1fr;gap:.875rem 1.5rem}.team-hero-grid{grid-template-columns:1fr;gap:2.5rem}.team-hero-img-wrap{flex:0 0 340px;width:340px}.team-hero-img{height:420px}.team-info-grid{grid-template-columns:1fr;gap:2.5rem}.detail-grid{grid-template-columns:1fr;gap:4rem}.insights-container{grid-template-columns:1fr}.featured-insight{height:450px}.featured-testimonial{grid-template-columns:1fr;gap:3rem;padding:3rem}.featured-testimonial-img{height:380px}.team-detail-hero{gap:3rem;padding:9rem 2rem 5rem}.team-mission{margin-bottom:2rem;font-size:1.5rem}.team-hero-stats{gap:2.5rem;padding-top:2rem}.specialties-grid{grid-template-columns:1fr 1fr}.features-list{grid-template-columns:1fr}}@media (width<=768px){.container{padding:0 1rem}.section-page-wrapper{padding-top:70px}.about-page-wrapper{padding-top:90px;padding-bottom:4rem}.expertise-cta-row{flex-direction:column;align-items:flex-start;gap:1.25rem}.expertise-cta-row .btn{justify-content:center;width:100%}.nav-container{padding:1.25rem 1.5rem}.mobile-menu-btn{display:flex}.nav-links{background:var(--bg-color);z-index:999;border-top:1px solid #0000000f;flex-direction:column;align-items:flex-start;gap:2rem;padding:3rem 2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:73px 0 0;overflow-y:auto;transform:translate(100%)}.nav-links.mobile-open{transform:translate(0)}.nav-links a{font-size:1.1rem}.nav-cta{text-align:center;justify-content:center;width:100%}.hero{min-height:auto;padding:5.5rem 1rem 3rem}.hero-content{margin-left:0}.hero-cta{flex-direction:column;align-items:flex-start;gap:1rem}.hero-cta .btn{justify-content:center;width:100%}.hero-stats{justify-content:flex-start;gap:2rem;margin-top:2rem}.services-section,.process-section,.team-section,.testimonials-section,.insights-section,.contact-section,.detail-main,.team-detail-main{padding:3rem 0}.section-header{margin-bottom:2rem}.section-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr}.expertise-container{gap:1.25rem;margin-top:1.5rem}.expertise-tab{gap:.75rem;padding:.875rem 1.25rem;transform:none!important}.expertise-tab-icon{width:32px;height:32px}.expertise-tab-title{font-size:.875rem}.expertise-content{min-height:auto;padding:1.5rem}.expertise-display-headline{margin-bottom:.875rem;font-size:1.4rem}.expertise-display-description{margin-bottom:1.5rem;font-size:1rem}.expertise-pillars-grid{grid-template-columns:1fr 1fr;gap:.75rem 1rem}.process-timeline:before{left:27px}.process-item{gap:1.5rem}.process-step{width:55px;height:55px;font-size:1.1rem}.process-title{font-size:1.4rem}.team-grid{gap:2rem}.team-image-container{height:320px}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.75rem}.featured-testimonial{grid-template-columns:1fr;gap:1.75rem;margin-bottom:3rem;padding:1.75rem}.featured-testimonial-img{height:260px}.testimonial-metrics{flex-wrap:wrap;gap:2rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.contact-form{padding:1.75rem}.contact-methods{gap:1.75rem}.insights-container{grid-template-columns:1fr}.featured-insight{height:360px}.insight-overlay{padding:2rem}.insight-card{flex-direction:column}.insight-card-thumb{width:100%;height:160px}.toast-notification{min-width:unset;bottom:1.5rem;left:1rem;right:1rem}.footer{padding:3rem 1rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-legal a{margin-left:.75rem}.team-detail-hero-bg{background:var(--white)}.team-detail-hero{flex-direction:column;gap:0;max-width:100%;padding:84px 0 0}.team-hero-img-wrap{flex:none;width:100%;margin-top:1rem}.team-hero-img{height:300px}.team-hero-img img{box-shadow:none;border-radius:0}.team-hero-accent{display:none}.team-hero-content{width:100%;padding:2rem 1rem 2.5rem}.team-hero-content h1{margin-bottom:.75rem;font-size:2.2rem}.team-role-badge{margin-bottom:1.25rem;padding:.45rem 1.25rem;font-size:.8rem}.team-mission{margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.team-hero-stats{justify-content:space-between;gap:0;padding-top:1.5rem}.team-stat-item .stat-val{font-size:1.8rem}.team-stat-item .stat-lab{font-size:.7rem}.team-detail-main{padding:0}.team-info-grid{gap:0}.team-bio-side{border-bottom:1px solid #0000000f;padding:2rem 1rem}.team-sidebar-side{background:var(--bg-secondary);padding:2rem 1rem 2.5rem}.bio-section{margin-bottom:2.5rem}.bio-section h3{margin-bottom:.875rem;font-size:1.35rem}.bio-section p{font-size:1rem;line-height:1.7}.specialties-grid{grid-template-columns:1fr 1fr;gap:.625rem}.spec-pill{gap:.625rem;padding:.875rem;font-size:.875rem}.sidebar-card{box-shadow:none;border:1px solid #00000012;margin-bottom:1.25rem;padding:1.5rem}.credentials-card h4{margin-bottom:1rem;font-size:1.15rem}.credentials-card li{padding:.75rem 0;font-size:.9rem}.testimonial-card-mini{box-shadow:none;border:none}.testimonial-card-mini .quote-icon{font-size:2.5rem}.sidebar-socials{margin-top:1.25rem}.detail-hero{height:45vh;min-height:280px}.detail-tagline{font-size:1rem}.features-list{grid-template-columns:1fr}.cta-mini-card,.stats-list{padding:1.5rem}}@media (width<=480px){.container{padding:0 .875rem}.section-page-wrapper{padding-top:62px}.about-page-wrapper{padding-top:75px;padding-bottom:3rem}.services-section,.process-section,.team-section,.testimonials-section,.insights-section,.contact-section,.detail-main,.team-detail-main{padding:2.5rem 0}.section-header{margin-bottom:1.5rem}.hero{padding:5rem .875rem 2.5rem}.hero-title{font-size:2rem}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.hero-stats{gap:1.25rem;margin-top:2rem}.stat-number{font-size:2.2rem}.btn{padding:.85rem 1.25rem;font-size:13px}.expertise-tab{gap:.625rem;padding:.75rem 1rem}.expertise-tab-icon{width:28px;height:28px}.expertise-tab-title{font-size:.8rem}.expertise-content{padding:1.25rem}.expertise-display-headline{margin-bottom:.75rem;font-size:1.25rem}.expertise-display-description{margin-bottom:1.25rem;font-size:.95rem}.expertise-cta-row{margin-top:1.5rem}.expertise-pillars-grid{grid-template-columns:1fr 1fr;gap:.5rem}.pillar-text{font-size:.875rem}.process-step{width:44px;height:44px;font-size:.9rem}.process-timeline:before{left:22px}.process-item{gap:1.25rem;margin-bottom:2rem}.process-title{font-size:1.2rem}.process-description{font-size:.95rem}.team-grid{gap:1.5rem}.team-image-container{height:240px}.team-info{padding:1.5rem}.team-name{font-size:1.4rem}.testimonial-card{padding:1.5rem}.featured-testimonial{gap:1.5rem;margin-bottom:2.5rem;padding:1.25rem}.featured-testimonial-img{height:220px}.featured-quote{font-size:1.1rem}.testimonial-metrics{gap:1.5rem}.metric-item .metric-value{font-size:2rem}.contact-form{padding:1.25rem}.contact-description{margin-bottom:2rem;font-size:1rem}.contact-methods{gap:1.5rem}.form-title{font-size:1.5rem}.featured-insight{height:280px}.insight-overlay{padding:1.5rem}.insight-title{font-size:1.4rem}.insight-card-thumb{height:110px}.insight-card-title{font-size:1rem}.footer{padding:2.5rem .875rem 1.5rem}.footer-grid{gap:1.75rem;margin-bottom:1.75rem}.footer-brand-name{font-size:1.4rem}.footer-tagline{font-size:.875rem}.team-detail-hero{padding:80px 0 0}.team-hero-img{height:260px}.team-hero-content{padding:1.5rem .875rem 2rem}.team-hero-content h1{font-size:1.9rem}.team-mission{margin-bottom:1.5rem;font-size:1rem}.team-hero-stats{padding-top:1.25rem}.team-stat-item .stat-val{font-size:1.5rem}.team-stat-item .stat-lab{font-size:.65rem}.team-bio-side{padding:1.5rem .875rem}.team-sidebar-side{padding:1.5rem .875rem 2rem}.bio-section{margin-bottom:2rem}.bio-section h3{font-size:1.2rem}.bio-section p{font-size:.95rem}.spec-pill{padding:.75rem;font-size:.825rem}.sidebar-card{margin-bottom:1rem;padding:1.25rem}.credentials-card h4{margin-bottom:.875rem;font-size:1.05rem}.credentials-card li{padding:.625rem 0;font-size:.85rem}.detail-hero{height:40vh;min-height:240px}.cta-mini-card,.stats-list{padding:1.25rem}.stat-big-value{min-width:70px;font-size:2rem}.specialties-grid,.features-list{grid-template-columns:1fr;gap:1rem}}.admin-container{color:#1e293b;background:#f1f5f4;min-height:100vh;font-family:Inter,Crimson Pro,sans-serif;display:flex}.admin-sidebar{z-index:200;background:#1b2b39;flex-direction:column;width:260px;padding:0;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:.875rem;margin-bottom:1rem;padding:2rem 1.75rem;display:flex}.sidebar-brand .brand-icon{color:#fff;background:#006847;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Playfair Display,serif;font-size:16px;font-weight:700;display:flex}.sidebar-brand-text{flex-direction:column;display:flex}.sidebar-brand-name{color:#fff;font-size:1rem;font-weight:700;line-height:1.2}.sidebar-brand-sub{color:#ffffff73;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:.5rem 1rem;display:flex;overflow-y:auto}.admin-nav-item{color:#ffffff8c;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.admin-nav-item:hover{color:#ffffffe6;background:#ffffff12}.admin-nav-item.active{color:#fff;background:#006847;font-weight:600}.admin-nav-item.active svg{color:#ffb81c}.sidebar-section-label{text-transform:uppercase;letter-spacing:.15em;color:#ffffff40;padding:1.25rem 1rem .5rem;font-size:.65rem;font-weight:700}.sidebar-footer{border-top:1px solid #ffffff14;padding:1.25rem 1rem}.admin-user-profile{align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem .5rem;display:flex}.admin-avatar{color:#1b2b39;background:#ffb81c;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;font-weight:800;display:flex}.admin-user-info{flex-direction:column;min-width:0;display:flex}.admin-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.admin-user-role{color:#fff6;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.admin-logout-btn{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.admin-logout-btn:hover{color:#ef4444;background:#ef444433}.sidebar-toggle-inline{color:#1b2b39;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;display:none}.admin-upload-label{display:inline}.sidebar-overlay{z-index:150;background:#00000080;display:none;position:fixed;inset:0}.admin-main{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex}.admin-header{z-index:100;background:#fff;border-bottom:1px solid #e8edf0;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.875rem 2rem;display:flex;position:sticky;top:0}.admin-header-left{align-items:center;gap:.875rem;min-width:0;display:flex}.admin-header-titles{flex-direction:column;min-width:0;display:flex}.admin-header-title{color:#1b2b39;white-space:nowrap;font-size:1.1rem;font-weight:700;line-height:1.2}.admin-header-sub{color:#94a3b8;white-space:nowrap;font-size:.75rem}.admin-header-right{flex-shrink:0;align-items:center;gap:.875rem;display:flex}.admin-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.625rem;width:280px;padding:.6rem 1rem;transition:all .2s;display:flex}.admin-search:focus-within{background:#fff;border-color:#006847;box-shadow:0 0 0 3px #00684714}.admin-search input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.admin-search svg{color:#94a3b8;flex-shrink:0}.admin-upload-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#006847;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #00684740}.admin-upload-btn:hover{background:#008159;transform:translateY(-1px);box-shadow:0 4px 12px #0068474d}.admin-content{flex:1;padding:2rem}.admin-page-header{margin-bottom:2rem}.admin-page-title{color:#1b2b39;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.admin-page-subtitle{color:#64748b;font-size:.9rem}.admin-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.admin-stat-card{background:#fff;border:1px solid #e8edf0;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:box-shadow .2s;display:flex}.admin-stat-card:hover{box-shadow:0 4px 16px #0000000f}.admin-stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.admin-stat-icon.gold{color:#ffb81c;background:#ffb81c1f}.admin-stat-icon.green{color:#006847;background:#0068471a}.admin-stat-icon.navy{color:#1b2b39;background:#1b2b3914}.admin-stat-value{color:#1b2b39;margin-bottom:.25rem;font-size:1.75rem;font-weight:800;line-height:1;display:block}.admin-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.admin-media-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.admin-media-card{background:#fff;border:1px solid #e8edf0;border-radius:14px;transition:all .25s;overflow:hidden}.admin-media-card:hover{border-color:#006847;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.admin-media-preview{background:#f1f5f4;height:170px;position:relative;overflow:hidden}.admin-media-preview img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.admin-media-card:hover .admin-media-preview img{transform:scale(1.04)}.admin-video-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;background:#1b2b39bf;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:.625rem;left:.625rem}.admin-media-actions{opacity:0;background:#1b2b398c;justify-content:center;align-items:center;gap:.75rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.admin-media-card:hover .admin-media-actions{opacity:1}.admin-action-btn{cursor:pointer;color:#1b2b39;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex}.admin-action-btn:hover{transform:scale(1.1)}.admin-action-btn.danger:hover{color:#fff;background:#ef4444}.admin-media-info{padding:1rem 1.25rem}.admin-media-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.375rem;font-size:.9rem;font-weight:600;overflow:hidden}.admin-media-meta{color:#94a3b8;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.admin-empty-state{text-align:center;color:#94a3b8;grid-column:1/-1;padding:5rem 2rem}.admin-empty-state svg{opacity:.3;margin-bottom:1.5rem}.admin-empty-state h3{color:#1b2b39;margin-bottom:.5rem;font-size:1.25rem}.admin-empty-state p{margin-bottom:1.5rem;font-size:.9rem}.admin-empty-state button{color:#fff;cursor:pointer;background:#006847;border:none;border-radius:10px;padding:.75rem 1.75rem;font-weight:600;transition:all .2s}.admin-empty-state button:hover{background:#008159}.admin-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:500;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:20px;width:100%;max-width:560px;padding:2rem;box-shadow:0 24px 60px #00000026}.admin-modal-header{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.admin-modal-header h3{color:#1b2b39;font-size:1.25rem;font-weight:700}.admin-modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.admin-modal-close:hover{color:#1e293b;background:#e2e8f0}.admin-dropzone{text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;margin-bottom:1.5rem;padding:3rem 2rem;transition:all .2s}.admin-dropzone:hover{background:#00684708;border-color:#006847}.admin-dropzone h4{color:#1b2b39;margin:1.25rem 0 .5rem;font-size:1.1rem}.admin-dropzone p{color:#64748b;margin-bottom:.75rem;font-size:.875rem}.admin-dropzone-limit{color:#94a3b8;font-size:.75rem}.admin-modal-footer{justify-content:flex-end;gap:.875rem;display:flex}.admin-btn-cancel{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:.7rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.admin-btn-cancel:hover{color:#1e293b;background:#e2e8f0}.admin-btn-confirm{color:#fff;cursor:pointer;background:#006847;border:none;border-radius:10px;padding:.7rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.admin-btn-confirm:hover{background:#008159}@media (width<=1200px){.admin-sidebar{width:220px}.admin-main{margin-left:220px}.admin-search{width:220px}}@media (width<=1024px){.admin-sidebar{width:260px;box-shadow:none;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #00000026}.sidebar-overlay.open{display:block}.sidebar-toggle-inline{display:flex}.admin-main{margin-left:0}.admin-header{padding:.875rem 1.5rem}.admin-search{width:200px}}@media (width<=768px){.admin-content{padding:1.25rem 1rem}.admin-header{gap:.75rem;padding:.75rem 1rem}.admin-search,.admin-upload-label{display:none}.admin-upload-btn{border-radius:10px;padding:.65rem .875rem}.admin-header-title{font-size:1rem}.admin-header-sub{display:none}.admin-stats-grid{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:.875rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.admin-stats-grid::-webkit-scrollbar{display:none}.admin-stat-card{border-radius:14px;flex:0 0 160px;padding:1.25rem}.admin-stat-icon{border-radius:12px;width:44px;height:44px}.admin-stat-value{font-size:1.5rem}.admin-media-grid{grid-template-columns:1fr 1fr;gap:.875rem}.admin-media-preview{height:140px}.admin-media-info{padding:.875rem}.admin-media-name{font-size:.85rem}.admin-page-header{margin-bottom:1.25rem}.admin-page-title{font-size:1.25rem}.admin-modal{border-radius:16px;padding:1.5rem}.admin-dropzone{padding:2rem 1rem}}@media (width<=480px){.admin-content{padding:1rem .875rem}.admin-header{padding:.625rem .875rem}.admin-stat-card{flex:0 0 140px;padding:1rem}.admin-stat-icon{width:38px;height:38px}.admin-stat-value{font-size:1.35rem}.admin-stat-label{font-size:.7rem}.admin-media-grid{grid-template-columns:1fr 1fr;gap:.625rem}.admin-media-preview{height:115px}.admin-media-info{padding:.625rem .75rem}.admin-media-name{font-size:.78rem}.admin-media-meta{font-size:.68rem}.admin-page-title{font-size:1.1rem}.admin-modal{padding:1.25rem}.admin-modal-footer{flex-direction:column;gap:.625rem}.admin-btn-cancel,.admin-btn-confirm{text-align:center;justify-content:center;width:100%}.admin-dropzone{padding:1.5rem .875rem}.admin-dropzone h4{font-size:1rem}}.login-page{grid-template-columns:1fr 1fr;min-height:100vh;font-family:Inter,Crimson Pro,sans-serif;display:grid}.login-brand-panel{background:#1b2b39;flex-direction:column;justify-content:space-between;padding:3rem;display:flex;position:relative;overflow:hidden}.login-brand-panel:before{content:"";opacity:.12;pointer-events:none;background:#006847;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-150px}.login-brand-panel:after{content:"";opacity:.07;pointer-events:none;background:#ffb81c;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-100px;left:-80px}.login-brand-top{z-index:1;align-items:center;gap:.875rem;display:flex;position:relative}.login-brand-icon{color:#fff;background:#006847;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-family:Playfair Display,serif;font-size:18px;font-weight:700;display:flex}.login-brand-name{color:#fff;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700}.login-brand-middle{z-index:1;position:relative}.login-brand-headline{color:#fff;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2}.login-brand-headline span{color:#ffb81c}.login-brand-desc{color:#ffffff8c;max-width:380px;font-size:1.05rem;line-height:1.7}.login-brand-stats{z-index:1;border-top:1px solid #ffffff1a;gap:3rem;padding-top:2.5rem;display:flex;position:relative}.login-stat-val{color:#ffb81c;margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:800;line-height:1}.login-stat-lab{color:#fff6;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}.login-form-panel{background:#f8faf9;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative}.login-home-link{color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex;position:absolute;top:2rem;right:2rem}.login-home-link:hover{color:#006847}.login-card{width:100%;max-width:420px}.login-card-header{margin-bottom:2.5rem}.login-card-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#ffb81c;margin-bottom:.875rem;font-size:.85rem;font-weight:700}.login-card-title{color:#1b2b39;margin-bottom:.625rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1.15}.login-card-sub{color:#64748b;font-size:1.05rem;line-height:1.5}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem;display:flex}.login-field{margin-bottom:1.5rem}.login-field label{color:#374151;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.login-input-wrap{align-items:center;display:flex;position:relative}.login-input-icon{color:#94a3b8;pointer-events:none;position:absolute;left:1rem}.login-input-wrap input{color:#1b2b39;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:1rem 1rem 1rem 3rem;font-family:inherit;font-size:1rem;transition:all .2s}.login-input-wrap input:focus{border-color:#006847;box-shadow:0 0 0 3px #0068471a}.login-input-wrap input::placeholder{color:#cbd5e1}.login-pw-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;right:1rem}.login-pw-toggle:hover{color:#1b2b39}.login-submit-btn{color:#fff;cursor:pointer;letter-spacing:.03em;background:#1b2b39;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .25s;display:flex}.login-submit-btn:hover{background:#006847;transform:translateY(-1px);box-shadow:0 8px 20px #00684740}.login-note{text-align:center;color:#94a3b8;flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;margin-top:2rem;font-size:.9rem;display:flex}.login-note-link{color:#006847;font-weight:600;text-decoration:none;transition:color .2s}.login-note-link:hover{color:#1b2b39}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{background:#fff;min-height:100vh;padding:2rem 1.5rem}.login-home-link{top:1.5rem;right:1.5rem}.login-mobile-brand{align-self:flex-start;align-items:center;gap:.75rem;width:100%;max-width:420px;margin-bottom:2.5rem;display:flex}.login-mobile-brand-icon{color:#fff;background:#1b2b39;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Playfair Display,serif;font-size:16px;font-weight:700;display:flex}.login-mobile-brand-name{color:#1b2b39;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}}@media (width<=480px){.login-form-panel{justify-content:flex-start;padding:5rem 1.25rem 1.5rem}.login-home-link{font-size:.78rem;top:1.25rem;right:1.25rem}.login-card-title{font-size:1.75rem}.login-input-wrap input{padding:.875rem 1rem .875rem 2.75rem;font-size:.9rem}.login-submit-btn{padding:.9rem;font-size:.9rem}}
