.our-officers-theme{--officers-page-bg:#4f6f52;--officers-panel-bg:#f7f4ee;--officers-panel-border:#d8d1c5;--officers-header-bg:linear-gradient(135deg,#fffdf8,#f4efe4);--officers-header-border:#d9d1c2;--officers-header-text:#1f2f46;--officers-header-subtext:#5f6b7a;--officers-header-badge-bg:#e7efff;--officers-header-badge-text:#2450d3;--officers-header-shadow:0 16px 35px rgba(20,31,54,.12);--officers-header-glow:rgba(230,185,61,.16);--officers-header-accent:#e6b93d;--officers-section-title:#2450d3;--officers-card-bg:#fff;--officers-card-border:#d7deea;--officers-card-text:#1f2937;--officers-card-subtext:#5b6472;--officers-card-role:#2563eb;--officers-image-ring:#dbeafe;--officers-image-ring-expanded:#bfdbfe;--officers-top-card-outline:#f4c542;--officers-button-primary-bg:#2450d3;--officers-button-primary-bg-hover:#1d43b2;--officers-button-primary-text:#fff;--officers-button-secondary-bg:#eceef2;--officers-button-secondary-bg-hover:#dde2e8;--officers-button-secondary-text:#374151;--officers-modal-backdrop:rgba(18,27,46,.58);--officers-modal-border:#f4c542}.header-box{position:relative;overflow:hidden;border-radius:1.75rem;border:1px solid var(--officers-header-border);background:var(--officers-header-bg);box-shadow:var(--officers-header-shadow);padding:1.5rem 5.5rem;text-align:center}.header-glow{top:-2.5rem;left:50%;transform:translateX(-50%);width:16rem;height:16rem;border-radius:9999px;background:var(--officers-header-glow);filter:blur(45px)}.header-glow,.header-logo{position:absolute;pointer-events:none}.header-logo{top:50%;width:72px;height:72px;-o-object-fit:contain;object-fit:contain;transform:translateY(-50%);opacity:1;z-index:1}.header-logo-left{left:1.5rem}.header-logo-right{right:1.5rem}.header-accent,.header-badge,.header-hint,.header-subtitle,.header-title{position:relative;z-index:2}.header-badge{display:inline-block;margin-bottom:.9rem;padding:.45rem .9rem;border-radius:9999px;background:var(--officers-header-badge-bg);color:var(--officers-header-badge-text);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.header-title{margin:0;color:var(--officers-header-text);font-size:2.25rem;line-height:1.1;font-weight:800}.header-subtitle{max-width:48rem;margin:.9rem auto 0;color:var(--officers-header-subtext);font-size:1.05rem;line-height:1.65}.header-accent{width:5.5rem;height:.28rem;margin:1.1rem auto 0;border-radius:9999px;background:var(--officers-header-accent)}.header-hint{margin-top:.95rem;color:var(--officers-card-subtext);font-size:.95rem;font-weight:500}@media (max-width:767px){.header-box{width:100%;padding:1rem .9rem 1.15rem;border-radius:1.35rem}.header-glow{width:8.5rem;height:8.5rem;top:-1rem;filter:blur(26px)}.header-logo{width:28px;height:28px;opacity:.35;top:.85rem;transform:none}.header-logo-left{left:.85rem}.header-logo-right{right:.85rem}.header-badge{margin-bottom:.6rem;font-size:.66rem;padding:.28rem .6rem}.header-title{font-size:.95rem;line-height:1.12;max-width:10ch;margin:0 auto}.header-subtitle{font-size:.84rem;line-height:1.45;margin-top:.65rem;max-width:19rem;margin-left:auto;margin-right:auto}.header-accent{width:3.4rem;margin-top:.8rem}.header-hint{font-size:.78rem;line-height:1.4;margin-top:.75rem;max-width:15rem;margin-left:auto;margin-right:auto}}.officer-stack-root{width:100%;display:flex;flex-direction:column;align-items:center}.officer-stack-title{color:var(--officer-category-color,var(--officers-section-title));text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.officer-stack-container{position:relative;width:300px;height:420px}.officer-stack-draggable{position:absolute;inset:0;cursor:grab}.officer-stack-fill{width:100%;height:100%}.officer-stack-can-drag{pointer-events:auto}.officer-stack-disabled,.officer-stack-no-pointer{pointer-events:none}.officer-stack-card{background:var(--officers-card-bg);border:1px solid var(--officers-card-border);border-radius:1rem;box-shadow:0 20px 25px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:1.5rem;height:100%;width:100%;cursor:pointer}.officer-stack-card-image-wrap{display:flex;justify-content:center}.officer-stack-card-image{width:7rem;height:7rem;-o-object-fit:cover;object-fit:cover;border-radius:9999px;border:4px solid var(--officer-category-soft,var(--officers-image-ring));box-shadow:0 6px 16px rgba(0,0,0,.12);margin-bottom:1rem}.officer-stack-card-name{color:var(--officers-card-text);font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:.25rem}.officer-stack-card-role{color:var(--officer-category-color,var(--officers-card-role));font-weight:600;text-align:center;margin-bottom:.5rem}.officer-stack-card-bio{color:var(--officers-card-subtext);font-size:.875rem;line-height:1.45;text-align:center;margin-bottom:1rem}.officer-stack-card-actions{display:flex;gap:.75rem;margin-top:auto}.officer-stack-btn{text-decoration:none;border-radius:.5rem;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background .2s ease,transform .2s ease}.officer-stack-btn:hover{transform:translateY(-1px)}.officer-stack-btn-primary{background:var(--officers-button-primary-bg);color:var(--officers-button-primary-text)}.officer-stack-btn-primary:hover{background:var(--officers-button-primary-bg-hover)}.officer-stack-btn-secondary{background:var(--officers-button-secondary-bg);color:var(--officers-button-secondary-text)}.officer-stack-btn-secondary:hover{background:var(--officers-button-secondary-bg-hover)}.officer-stack-btn-large{padding:.75rem 1.5rem;font-size:1rem}.officer-stack-modal-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:var(--officers-modal-backdrop);padding:1rem}.officer-stack-modal-card{background:var(--officers-card-bg);border:2px solid var(--officer-category-outline,var(--officers-modal-border));border-radius:1.5rem;box-shadow:0 25px 50px rgba(0,0,0,.2);padding:1.5rem;width:min(100%,80rem);max-width:80rem;max-height:88vh;position:relative;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;overflow-x:hidden}@media (min-width:768px){.officer-stack-modal-card{flex-direction:row;align-items:center;padding:2.5rem 3rem;min-height:340px;max-height:85vh;gap:2.5rem}}.officer-stack-modal-close{position:absolute;top:.85rem;right:.85rem;z-index:10;width:2.5rem;height:2.5rem;border:none;border-radius:9999px;background:var(--officers-button-secondary-bg);color:var(--officers-button-secondary-text);box-shadow:0 6px 16px rgba(0,0,0,.12);cursor:pointer;transition:background .2s ease,transform .2s ease}.officer-stack-modal-close:hover{background:var(--officers-button-secondary-bg-hover);transform:scale(1.04)}.officer-stack-modal-close-x{font-size:1.5rem;line-height:1;font-weight:700}.officer-stack-modal-image-wrap{display:flex;justify-content:center;align-items:center}.officer-stack-modal-image{width:12rem;height:12rem;-o-object-fit:cover;object-fit:cover;border-radius:9999px;border:4px solid var(
      --officer-category-soft,var(--officers-image-ring-expanded)
    );box-shadow:0 10px 24px rgba(0,0,0,.16);flex-shrink:0}@media (min-width:768px){.officer-stack-modal-image{width:14rem;height:14rem}}.officer-stack-modal-content{display:flex;flex-direction:column;flex:1;min-width:0;width:100%}.officer-stack-modal-name{color:var(--officer-category-color,var(--officers-section-title));font-size:2rem;font-weight:700;margin-bottom:.25rem;text-align:left}.officer-stack-modal-role{color:var(--officer-category-color,var(--officers-card-role));font-size:1.125rem;font-weight:600;margin-bottom:1rem;text-align:left}.officer-stack-modal-bio{color:var(--officers-card-subtext);font-size:1rem;line-height:1.55;margin-bottom:2rem;text-align:left;white-space:pre-line;overflow:visible;padding-right:0}.officer-stack-modal-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:auto}@media (max-width:767px){.officer-stack-title{font-size:1.15rem;margin-bottom:.9rem}.officer-stack-container{width:min(82vw,290px);height:360px}.officer-stack-card{padding:.95rem .9rem 1rem;border-radius:1.1rem}.officer-stack-card-image{width:5.5rem;height:5.5rem;margin-bottom:.8rem}.officer-stack-card-name{font-size:.95rem;margin-bottom:.2rem}.officer-stack-card-role{font-size:.82rem;margin-bottom:.45rem}.officer-stack-card-bio{font-size:.78rem;line-height:1.45;margin-bottom:.75rem}.officer-stack-card-actions{gap:.5rem}.officer-stack-btn{font-size:.8rem;padding:.5rem .85rem}.officer-stack-modal-backdrop{padding:.75rem;align-items:center}.officer-stack-modal-card{width:calc(100vw - 1.5rem);max-height:84vh;padding:1.1rem 1rem 1.25rem;border-radius:1.4rem;gap:1rem}.officer-stack-modal-close{top:.75rem;right:.75rem;width:2.25rem;height:2.25rem}.officer-stack-modal-close-x{font-size:1.35rem}.officer-stack-modal-image{width:min(52vw,220px);height:min(52vw,220px)}.officer-stack-modal-name{font-size:1.15rem;text-align:center;padding-right:2.2rem}.officer-stack-modal-role{font-size:.95rem;text-align:center;margin-bottom:.75rem}.officer-stack-modal-bio{font-size:.95rem;line-height:1.65;margin-bottom:1.2rem;text-align:left}.officer-stack-modal-actions{justify-content:center;gap:.75rem}.officer-stack-btn-large{font-size:.95rem;padding:.7rem 1.15rem}}