:root{font-family:'Plus Jakarta Sans',Arial,sans-serif;color:#171717;background:#f5f5f3;font-synthesis:none;--muted:#666762;--line:#deded9}
*{box-sizing:border-box}
body{margin:0;background:#f5f5f3;overflow-x:hidden}
button,input{font:inherit}
a{color:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:focus-visible,a:focus-visible{outline:2px solid #171717;outline-offset:5px}
::selection{background:#deded7}

.page{height:100dvh;max-width:1600px;margin:auto;padding:clamp(12px,2.2vh,28px) clamp(24px,4vw,64px) clamp(8px,1.5vh,18px);display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}
.masthead{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:clamp(8px,1.5vh,20px);flex-shrink:0}
.brand{display:flex;align-items:center;gap:13px}
.brand-name{font-size:18px;font-weight:800;letter-spacing:.19em}
.brand-mark{display:flex;align-items:flex-end;gap:4px;height:31px;width:32px}
.brand-mark i{width:7px;background:#171717;transform:skewY(-27deg);border-radius:1px}
.brand-mark i:nth-child(1){height:13px}
.brand-mark i:nth-child(2){height:21px}
.brand-mark i:nth-child(3){height:29px}
.masthead-label{font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}

.shell{display:grid;grid-template-columns:1fr 1.05fr;flex:1 1 0;min-height:0;border:1px solid var(--line);background:white;border-radius:20px;overflow:hidden;box-shadow:0 16px 50px #17171705}
.login-side{padding:clamp(16px,2.8vh,42px) clamp(24px,3.5vw,56px);display:flex;flex-direction:column;justify-content:center;min-height:0;overflow:hidden}
.login-copy{width:100%;max-width:390px;margin:auto}
.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin:0 0 clamp(8px,1.2vh,16px)}
.eyebrow:before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}
h1{font-size:clamp(30px,3.2vw,48px);font-weight:600;line-height:1.08;letter-spacing:-.065em;margin:0 0 clamp(6px,1vh,14px)}
.lead{font-size:clamp(11.5px,1.3vh,13px);color:var(--muted);line-height:1.6;max-width:330px;margin:0}
.form{margin-top:clamp(12px,2vh,24px)}
.field{margin-bottom:clamp(10px,1.6vh,18px)}
.field label,.password-heading label{font-size:11.5px;font-weight:600;display:block;margin-bottom:clamp(4px,.8vh,8px)}
.password-heading{display:flex;justify-content:space-between;gap:12px;align-items:baseline}
.forgot{font-size:11px;text-decoration:none;color:var(--muted);padding:2px 0}
.forgot:hover{text-decoration:underline;color:#171717}
.input-wrap{position:relative}
.input-wrap>svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#74756f;pointer-events:none}
.field input{width:100%;height:clamp(42px,5vh,50px);border:1px solid #d9dad5;border-radius:8px;background:#fff;padding:0 15px 0 45px;color:#171717;font-size:13.5px;transition:border-color .15s,box-shadow .15s}
.field input::placeholder{color:#858680}
.field input:hover{border-color:#a4a59e}
.field input:focus{outline:none;border-color:#32332e;box-shadow:0 0 0 3px #1717170c}
.field input[name=password]{padding-right:66px}
.toggle{position:absolute;right:5px;top:50%;transform:translateY(-50%);height:36px;min-width:50px;border:0;background:none;font-size:11px;font-weight:600;color:#60615b;border-radius:5px}
.toggle:hover{background:#f4f4f1}
.toggle[hidden]{display:none}
.submit{width:100%;display:flex;align-items:center;justify-content:space-between;height:clamp(42px,5vh,50px);padding:0 20px;background:#191a18;color:white;border:1px solid #191a18;border-radius:8px;font-size:12px;font-weight:600;transition:background .18s,transform .18s}
.submit:hover{background:#343530}
.submit:active{transform:translateY(1px)}
.submit svg{width:18px;height:18px}
.submit:disabled{cursor:wait;opacity:.65}
.authorized{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);font-size:10px;margin:clamp(8px,1.4vh,16px) 0 0}
.authorized svg{width:13px;height:13px}
.access-note{border-top:1px solid #e9e9e5;margin:clamp(12px,1.8vh,24px) 0 0;padding-top:clamp(8px,1.2vh,14px);color:var(--muted);font-size:10.5px;line-height:1.6}
.access-note strong{color:#41423d;font-weight:600}
.alert{margin-top:14px;padding:10px 12px;border:1px solid #e6c3bd;border-radius:8px;background:#fff6f3;color:#8f3025;font-size:11.5px;line-height:1.6}
.alert:focus{outline:2px solid #8f3025;outline-offset:3px}

.info-side{background:#eeefea;border-left:1px solid var(--line);padding:clamp(16px,2.5vh,36px) clamp(20px,2.5vw,36px);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;min-height:0}
.info-top{display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#62645c}
.info-top span:last-child{border:1px solid #cdd0c5;padding:5px 8px;border-radius:4px}
.info-side h2{font-size:clamp(26px,2.8vw,44px);line-height:1.08;font-weight:500;letter-spacing:-.055em;margin:clamp(10px,1.8vh,22px) 0 clamp(6px,1vh,12px)}
.info-side h2 span{color:#777a6e}
.info-copy{font-size:clamp(11px,1.2vh,12px);line-height:1.6;color:#62645b;max-width:370px;margin:0}
.leadership{margin-top:clamp(8px,1.5vh,18px)}
.team-heading{display:flex;align-items:center;gap:12px;color:#62645b;font-size:9px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:clamp(6px,1vh,10px);font-weight:600}
.team-heading:after{content:'';height:1px;background:#cfd2c7;flex:1}
.team-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.person{margin:0;min-width:0}
.portrait{height:clamp(105px,15vh,185px);overflow:hidden;border-radius:7px;background:#d7d9d0}
.person img{height:100%;width:100%;object-fit:cover;filter:grayscale(1);display:block;transition:filter .35s,transform .5s}
.person:hover img{filter:grayscale(0);transform:scale(1.025)}
.person.atta img{object-position:50% 33%}
.person.inam img{object-position:50% 12%}
.person h3{font-size:11px;font-weight:600;margin:6px 0 2px;letter-spacing:-.015em}
.person .role{font-size:9px;line-height:1.4;color:#62645b}
.info-foot{margin:clamp(8px,1.2vh,16px) 0 0;padding-top:clamp(6px,1vh,12px);border-top:1px solid #cfd2c7;display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:9px;line-height:1.5;color:#62645b}
.mini-mark{font-size:18px;color:#55584e}
.footer{display:flex;justify-content:space-between;gap:20px;padding-top:clamp(6px,1.2vh,14px);font-size:10px;line-height:1.5;color:#70716a;flex-shrink:0}
.footer span:last-child{letter-spacing:.04em}

/* Responsive & Accessibility Fallback for Short, Narrow, or Zoomed Viewports */
@media(max-height:640px),(max-width:768px){
  body{overflow-y:auto}
  .page{height:auto;min-height:100svh;overflow:visible;justify-content:flex-start;padding:24px 20px 20px}
  .masthead{margin-bottom:20px}
  .shell{flex:none;height:auto;min-height:500px;overflow:visible;grid-template-columns:1fr}
  .login-side{padding:32px 24px;overflow:visible}
  .info-side{border-left:0;border-top:1px solid var(--line);padding:28px 24px;overflow:visible}
  .portrait{height:180px}
  .footer{padding-top:20px}
}

@media(max-width:420px){
  .page{padding:18px 12px 16px}
  .brand-name{font-size:14px}
  .shell{border-radius:14px}
  .login-side{padding:28px 16px}
  .info-side{padding:24px 16px}
  .portrait{height:150px}
  .footer{flex-direction:column;gap:4px}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{transition:none!important;scroll-behavior:auto!important}
}
